@charset "UTF-8";


/* default.css - Type Selector Definition */
body { margin:0;padding:0; font-size:.75em;}

img { border:none; }
label { cursor:pointer; }
form { margin:0; padding:0; }

/* Special Class Selector */
.fr { float:right; }
.fl { float:left; }
.clear { clear:both; }
.fwB { font-weight:bold;}
.tCenter { text-align:center; }
.tRight { text-align:right; }
.tLeft { text-align:left; }
.gap1 { margin-top:.8em; }
.nowrap { white-space:nowrap; }

.iePngFix { behavior:url(./common/js/iePngFix.htc); } 
.zbxe_info { vertical-align:middle; behavior:url(./common/js/iePngFix.htc); }

/* Input Style Definition */
.inputTypeText { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1.4em; padding:.2em 0 0 .3em; background:#ffffff; font-size:1em; _font-size:9pt; }
*:first-child+html .inputTypeText { font-size:9pt; }
.inputTypeText:hover,
.inputTypeText:focus { background:#f4f4f4; }
.inputTypeTextArea { border:1px solid !important; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff; font-size:1em; _font-size:9pt; height:100px;}
*:first-child+html .inputTypeTextArea { font-size:9pt; }

.w40 { width:40px; }
.w60 { width:60px; }
.w70 { width:70px; }
.w80 { width:80px; }
.w90 { width:90px; }
.w100 { width:100px; }
.w110 { width:110px; }
.w120 { width:120px; }
.w130 { width:130px; }
.w140 { width:140px; }
.w150 { width:150px; }
.w160 { width:160px; }
.w170 { width:170px; }
.w180 { width:180px; }
.w190 { width:190px; }
.w200 { width:200px; }
.w210 { width:210px; }
.w220 { width:220px; }
.w230 { width:230px; }
.w240 { width:240px; }
.w250 { width:250px; }
.w260 { width:260px; }
.w270 { width:270px; }
.w280 { width:280px; }
.w290 { width:290px; }
.w300 { width:300px; }
.w400 { width:400px; }

/* editor style */
a.bold { font-weight:bold; }

.editor_blue_text { color: #145ff9 !important; text-decoration:underline !important; }
.editor_blue_text a { color: #145ff9 !important; text-decoration:underline !important; }
.editor_red_text { color: #f42126 !important; text-decoration:underline !important; }
.editor_red_text a { color: #f42126 !important; text-decoration:underline !important; }
.editor_yellow_text { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_yellow_text a { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_green_text { color: #08830B !important; text-decoration:underline !important; }
.editor_green_text a { color: #08830B !important; text-decoration:underline !important; }

.folder_opener { display: block; }
.folder_closer { display: none; }
.folder_area { display: none; }

.xe_content { line-height:1.6; }

.zbxe_widget_output { background:url("/common/css/../tpl/images/widget_text.gif") no-repeat center bottom; display:block;}

/* xe layer */
#waitingforserverresponse { border:2px solid #444444; font-weight:bold; color:#444444; padding: 7px 5px 5px 25px; background:#FFFFFF url("/common/css/../tpl/images/loading.gif") no-repeat 5px 5px; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; }

#popup_menu_area{ position:absolute; background:#fff; border:2px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0; padding:0;}
#popup_menu_area *{ margin:0; padding:0; list-style:none; font-size:12px; line-height:normal;}
#popup_menu_area ul{ border:1px solid #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; padding:10px 10px 5px 10px;}
#popup_menu_area li{ padding:2px 0 2px 20px; background-repeat:no-repeat; background-position:left center; margin-bottom:3px; white-space:nowrap;}
#popup_menu_area li a{ text-decoration:none; color:#000;}
#popup_menu_area li a:hover,
#popup_menu_area li a:active,
#popup_menu_area li a:focus{ font-weight:bold; letter-spacing:-1px;}

 
/* NHN > UIT Center > Open UI Platform Team > Jeong Chan Myeong(dece24@nhncorp.com) */

/* Anchor Button */
a.button,
a.button span { position:relative; display:inline-block; text-decoration:none !important; background:url("/common/css/../tpl/images/buttonWhite.gif") no-repeat; cursor:pointer; white-space:nowrap; vertical-align:middle; *vertical-align:top;}
a.button { padding:0; background-position:left top; overflow:visible;}
a.button span { left:2px; padding:6px 10px 5px 8px; color:#000; font:12px/12px Sans-serif; background-position:right top;}
a.button, x:-moz-any-link { font:0/23px Sans-serif; padding:12px 0; top:1px;} /* Firefox 2 Fix */
a.button, x:-moz-any-link, x:default { padding:0; top:0;} /* Firefox 2 Fix */
/* Large Size */
a.button.large { background-position:left -30px; }
a.button.large span { padding:7px 10px 6px 8px; font:16px/16px Sans-serif; background-position:right -30px;}
a.button.large, x:-moz-any-link { font:0/29px Sans-serif; padding:15px 0;} /* Firefox 2 Fix */
a.button.large, x:-moz-any-link, x:default { padding:0;} /* Firefox 2 Fix */
/* xLarge Size */
a.button.xLarge { background-position:left -65px; }
a.button.xLarge span { padding:8px 10px 7px 8px; font:20px/20px Sans-serif; background-position:right -65px;}
a.button.xLarge, x:-moz-any-link { font:0/35px Sans-serif; padding:18px 0;} /* Firefox 2 Fix */
a.button.xLarge, x:-moz-any-link, x:default { padding:0;} /* Firefox 2 Fix */
/* Small Size */
a.button.small { background-position:left -107px; }
a.button.small span { padding:4px 6px 3px 4px; font:11px/11px Sans-serif; background-position:right -107px;}
a.button.small, x:-moz-any-link { font:0/18px Sans-serif; padding:9px 0;} /* Firefox 2 Fix */
a.button.small, x:-moz-any-link, x:default { padding:0;} /* Firefox 2 Fix */

/* Control Button + Submit Button */
span.button,
span.button button,
span.button input { position:relative; margin:0; display:inline-block; border:0; font:12px Sans-serif; white-space:nowrap; background:url("/common/css/../tpl/images/buttonWhite.gif") no-repeat; vertical-align:middle;}
span.button { padding:0; background-position:left top;}
span.button, x:-moz-any-link{ font:0/23px Sans-serif; padding:11px 0;} /* Firefox 2 Fix */
span.button, x:-moz-any-link, x:default{ padding:0;} /* Firefox 2 Fix */
span.button button,
span.button input { height:23px; left:2px; *top:-1px; _top:0; padding:0 10px 0 8px; *padding:0 5px 0 3px; line-height:24px; background-position:right top; cursor:pointer;}
/* Large Size */
span.button.large { background-position:left -30px;}
span.button.large, x:-moz-any-link{ font:0/29px Sans-serif; padding:14px 0;} /* Firefox 2 Fix */
span.button.large, x:-moz-any-link, x:default{ padding:0;} /* Firefox 2 Fix */
span.button.large button,
span.button.large input { height:30px; *top:0; _top:-1px; padding:0 10px 0 8px; *padding:0 5px 0 3px; font:16px/30px Sans-serif; background-position:right -30px;}
/* xLarge Size */
span.button.xLarge { background-position:left -65px;}
span.button.xLarge, x:-moz-any-link{ font:0/35px Sans-serif; padding:17px 0;} /* Firefox 2 Fix */
span.button.xLarge, x:-moz-any-link, x:default{ padding:0;} /* Firefox 2 Fix */
span.button.xLarge button,
span.button.xLarge input { height:35px; padding:0 10px 0 8px; *padding:0 5px 0 3px; font:20px/36px Sans-serif; background-position:right -65px;}
/* Small Size */
span.button.small { background-position:left -107px;}
span.button.small, x:-moz-any-link{ font:0/18px Sans-serif; padding:9px 0;} /* Firefox 2 Fix */
span.button.small, x:-moz-any-link, x:default{ padding:0;} /* Firefox 2 Fix */
span.button.small button,
span.button.small input { height:18px; *top:0; _top:-1px; padding:0 6px 0 4px; *padding:0 3px 0 2px; font:11px/18px Sans-serif; background-position:right -107px;}
span.button.small button, x:-moz-any-link,
span.button.small input, x:-moz-any-link{ top:-1px;} /* Firefox 2 Fix */
span.button.small button, x:-moz-any-link, x:default,
span.button.small input, x:-moz-any-link, x:default{ top:0;} /* Firefox 2 Fix */

/* Strong Button */
a.button.strong *,
span.button.strong * { font-weight:bold !important;}

/* Icon Add */
a.button .icon { position:relative; border:0; vertical-align:middle;}
span.button .icon { position:relative; left:10px; margin-right:8px; vertical-align:middle;}

/* Color Preset */
a.button.green,
a.button.green span,
span.button.green,
span.button.green button,
span.button.green input { background-image:url("/common/css/../tpl/images/buttonGreen.gif"); color:#fff;}
a.button.black,
a.button.black span,
span.button.black,
span.button.black button,
span.button.black input { background-image:url("/common/css/../tpl/images/buttonBlack.gif"); color:#fff;}
a.button.red,
a.button.red span,
span.button.red,
span.button.red button,
span.button.red input { background-image:url("/common/css/../tpl/images/buttonRed.gif"); color:#fff;}
a.button.blue,
a.button.blue span,
span.button.blue,
span.button.blue button,
span.button.blue input { background-image:url("/common/css/../tpl/images/buttonBlue.gif"); color:#fff;}

/* Offset Debug */
a.button,
span.button{ margin-right:2px;}


/*
------------------------
START CESAR RITZ CSS
------------------------
*/
/*
------------------------
START MARKUP CSS
------------------------
*/
body {
	background-color: #E3E4E5;
	margin-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	color: #003366;
	background-color: #E3E4E5;
	padding-left: 6px;
	margin: 0 0 8px 0;	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
	color: #003366;
	background-color: #fff;
	padding-left: 6px;
	margin: 0 0 8px 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background-color: #3A6F9B;
	padding-left: 6px;
	margin: 0 0 8px 0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 6px;
	margin: 0px 0px 15px 0px;
}
img {
	border: 0px;
}
img a {
	border: 0px;
}

hr {
	width: 100%;
	border:1px solid #E3E4E5;
}
a {
	color: #333;
	text-decoration: none;
}
/*
------------------------
END MARKUP CSS
------------------------
*/
/*-----------------------------------------------------------------------------------------------------------*/
/*
------------------------
START CONTENT CSS
------------------------
*/
/* START HEADER REGION */

#header {
	width: 1024px;
	height: 174px;
	background-image: url(/images/header-background.jpg);
	background-repeat: repeat-x;

}
#headerads {
	width: 998px;
	height: 174px;
	background-image: url(/images/header-background.jpg);
	background-repeat: repeat-x;
}
#header img {
	position:relative;
	top:19px;
	left: 0px;
}
#headerads img {
	position:relative;
	top:19px;
	left: 0px;
}
#header-menu {
	width: 1024px;
	height: 22px;
	position:relative;
	top:23px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 22px;
}
#headerads-menu {
	width: 998px;
	height: 22px;
	position:relative;
	top:23px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 22px;
}
#header-menu a{
	color: #333;
	padding-left: 15px;
	padding-right: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
#headerads-menu a{
	color: #333;
	padding-left: 15px;
	padding-right: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
#header-menu a:visited{
	color: #333;
}
#headerads-menu a:visited{
	color: #333;
}
#header-menu a:hover{
	color: #3A6F9B;
}
#headerads-menu a:hover{
	color: #3A6F9B;
}
#header-menu a.last-menu-item{
	padding-left: 15px;
	padding-right: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#headerads-menu a.last-menu-item{
	padding-left: 15px;
	padding-right: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#header-menu a.last-menu-item:visited{
	color: #333;
}
#headerads-menu a.last-menu-item:visited{
	color: #333;
}
#header-menu a.last-menu-item:hover{
	color: #3A6F9B;
}
#headerads-menu a.last-menu-item:hover{
	color: #3A6F9B;
}
#flags {
	float:right;
	padding: 0px 2px 0px 0px;
	margin-top: -37px;
	height: 24px;
	width: 55px;
	position:relative;
}
/* END HEADER REGION */
/*-----------------------------------------------------------------------------------------------------------*/
/* START FIRST CSS*/
/*-----------------------------------------------------------------------------------------------------------*/
.line_gray {
	font-size: 1px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-top-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-color: #999999;
}
.bottom_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3A6F9B;
}
.line_blue {
	font-size: 1px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-top-color: #3A6F9B;
	border-top-width: 3px;
	border-top-style: solid;
	border-right-color: #999999;
}
.line_white { /* IMPORTANT!!!!!! TO KEEP */
	height: 5px;
	font-size: 1px;
}
.RedText {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.RedText a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.RedText a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.RedText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #3A6F9B;
}
.RedTextwithmargin {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 0px 8px 0px;
}
.RedTextwithmargin a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.RedTextwithmargin a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.RedTextwithmargin a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #3A6F9B;
}
.line_lightGray {
	font-size: 1px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-top-color: #999999;
	border-top-width: 3px;
	border-top-style: solid;
}
.texteMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}
/*-----------------------------------------------------------------------------------------------------------*/
/* END FIRST CSS*/
/*-----------------------------------------------------------------------------------------------------------*/
/*
------------------------
START CLASSES and IDS
------------------------
*/
h1.h1titlesintemplates { /* H1 USED IN TEMPLATES */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	color: #003366;
	background-color: #E3E4E5;
	padding-left: 6px;
	margin: 0;	
}
h1.h1subtitlesintemplates { /* H1 USED IN TEMPLATES */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	color: #003366;
	background-color: #E3E4E5;
	padding-left: 6px;
	margin: 0;	
}
h1.h1subtitle { /* ALL WEBSITE USED */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	color: #003366;
	background-color: #E3E4E5;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0 0 8px 0;	
}
h1.h1programmestitlesred { /* PROGRAMME PAGES USED */
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E3E4E5;
	height: 22px;
	padding-left: 6px;
	margin: 0 0 8px 0;
}
h1.h1programmessubtitlesred { /* PROGRAMME PAGES USED */
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E3E4E5;
	height: 22px;
	padding-left: 6px;
	margin: 0 0 8px 0;
}

h2.h2withtopmargin { /* HOTEL MANAGEMENT ADMISSIONS PAGE USED */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
	color: #003366;
	padding-left: 6px;
	margin: 15px 0 18px 0;
}

h2.h2withtopmarginwithoutpaddingleft { /* HOTEL MANAGEMENT ADMISSIONS PAGE USED */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
	color: #003366;
	padding-left: 0px;
	margin: 18px 0 8px 0;
}

h2.h2titlesintemplates { /* H2 USED IN TEMPLATES */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #003366;
	padding-left: 6px;
	margin: 0 0 8px 0;
	text-align: center;
	vertical-align: top;
}

h2.h2titlesintemplates a { /* H2 USED IN TEMPLATES */
	color: #333;
}
h2.h2titlesintemplates a:visited { /* H2 USED IN TEMPLATES */
	color: #333;
}
h2.h2titlesintemplates a:hover { /* H2 USED IN TEMPLATES */
	color: #3A6F9B;
}

h2.h2programmestitlesred { /* PROGRAMME PAGES USED */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #990000;
	padding-left: 6px;
	height: 22px;
	margin: 0 0 8px 0;
}

h2.h2grey { /* HOTEL MANAGEMENT ADMISSIONS PAGE USED */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
	color: #333;
	padding-left: 6px;
	margin: 0 0 8px 0;
}

h2.h2greywithmargin { /* HOTEL MANAGEMENT ADMISSIONS PAGE USED */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
	color: #333;
	padding-left: 6px;
	margin: 20px 0 8px 0;
}
h2.h2greywithoutpaddingleft { /* HOTEL MANAGEMENT ADMISSIONS PAGE USED */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
	color: #333;
	padding-left: 0px;
}

h3.h3doubleline { /* PROGRAMME PAGES USED */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 44px;
	line-height: 22px;
	color: #fff;
	background-color: #3A6F9B;
	padding-left: 6px;
	margin: 0 0 8px 0;
}
h3.h3red { /* PROGRAMME PAGES USED */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #990000;
	padding-left: 4px;
	height: 22px;
	margin: 0 0 8px 0;
}
.underlineintemplates { /* USED IN TEMPLATES FOR SUBMENUS */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-left: 6px;
	padding-top: 2px;
	border-bottom: 1px solid #999;
	padding-bottom: 2px;
	text-align: center;
}
.underlineintemplates a { /* USED IN TEMPLATES FOR SUBMENUS */
	color: #333;
}
.underlineintemplates a:visited { /* USED IN TEMPLATES FOR SUBMENUS */
	color: #333;
}
.underlineintemplates a:hover { /* USED IN TEMPLATES FOR SUBMENUS */
	color: #3A6F9B;
}
.underlineintemplateslast { /* USED IN TEMPLATES FOR SUBMENUS */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
.underlineintemplateslast a { /* USED IN TEMPLATES FOR SUBMENUS */
	color: #333;
}
.underlineintemplateslast a:visited { /* USED IN TEMPLATES FOR SUBMENUS */
	color: #333;
}
.underlineintemplateslast a:hover { /* USED IN TEMPLATES FOR SUBMENUS */
	color: #3A6F9B;
}
.underlineintemplates11px { /* USED IN TEMPLATES FOR SUBMENUS */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-bottom: 1px solid #999;
	text-align: center;
}
.underlineintemplates11px a { /* USED IN TEMPLATES FOR SUBMENUS */
	color: #333;
}
.underlineintemplates11px a:visited { /* USED IN TEMPLATES FOR SUBMENUS */
	color: #333;
}
.underlineintemplates11px a:hover { /* USED IN TEMPLATES FOR SUBMENUS */
	color: #3A6F9B;
}
.underlineintemplates11pxlast { /* USED IN TEMPLATES FOR SUBMENUS */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
}
.underlineintemplates11pxlast a { /* USED IN TEMPLATES FOR SUBMENUS */
	color: #333;
}
.underlineintemplates11pxlast a:visited { /* USED IN TEMPLATES FOR SUBMENUS */
	color: #333;
}
.underlineintemplates11pxlast a:hover { /* USED IN TEMPLATES FOR SUBMENUS */
	color: #3A6F9B;
}
.uppercase {
	text-transform: uppercase;	
}
p.pburgundytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	font-style: normal;
	margin: 0px 0px 15px 0px;
	padding-left: 6px;
	font-weight: bold;
}
p a {
	color: #333;
	text-decoration: none;
}
p a:visited{
	color: #333;
}
p a:hover{
	color: #3A6F9B;
}
/*
.button {
	border: solid 1px #333;
	background-color: #fff;
	margin: 10px 1px 0px 0px;
}
*/
td.tdbackgroundpostgraduate {
	background-image: url("/layouts/cesar_about/css/../Programmes/images/PDIstudent.jpg");
	background-repeat: no-repeat;
	background-position: bottom;	
}
ul.ulprogrammes { /* ALL WEBSITE USED */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 21px;
	list-style-type: none;
	list-style-image: url("/layouts/cesar_about/css/../images/design/bullet.jpg");
	list-style-position: outside;
}
ul.ulprogrammesred { /* ALL WEBSITE USED */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 21px;
	list-style-type: none;
	list-style-image: url("/layouts/cesar_about/css/../images/design/bullet-red.jpg");
	list-style-position: outside;
}
li { /* ALL WEBSITE USED */
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
li a{ /* ALL WEBSITE USED */
	color: #333;
}
li a:visited{
	color: #333;
}
li a:hover{
	color: #3A6F9B;
}
td.tdnewsbouveret {
	width: 325px;
	padding: 0px;
	margin: 0px;
}
td.tdnewsbouveret p {
	margin: 0px;
}
td.tdnewsbrig {
	width: 330px;
	padding: 0px;
	margin: 0px;
}
td.tdnewsbrig p {
	margin: 0px;
}
td.tdnewsschool p {
	margin: 0px;
}
td.tdnewsschool p.pacademic {
	margin: 0px 0px 10px 0px;
}
img.imagenews1 { /* ALL WEBSITE USED */
	float:right;
	margin: 0px 5px 15px 10px;
}
table.tablenews { /* NEWS PAGES USED */
	width: 100%;
	vertical-align:top;
	border: 0px;
	margin-top: -3px;
}
table.tablenews img { /* NEWS PAGES USED */
	width: 150px;
	height: 113px;
}
table.tablenews img.imagenews1 { /* NEWS PAGES USED */
	float:right;
	margin: 2px 0px 10px 11px;
}
table.tablenews img.imagenews2 { /* NEWS PAGES USED */
	float:left;
	margin: 2px 11px 10px 0px;
}
table.tablenews img.imagenews3 { /* NEWS PAGES USED */
	margin: 2px 12px 10px 12px;
}
table.tablenews img.imagenews4 { /* NEWS PAGES USED */
	margin: 2px 12px 10px 12px;
}
p.pfirst { /* ALL WEBSITE USED */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 6px;
	margin: 10px 0px 10px 0px;
}
#divcontent { /* ALL WEBSITE USED */

}
#divcontent a {
	color: #333;
	text-decoration: none;
}
#divcontent a:visited{
	color: #333;
}
#divcontent a:hover{
	color: #3A6F9B;
}
#divcontent table { /* ALL WEBSITE USED */
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#divcontent table td.tdcheckbox { /* HOTEL MANAGEMENT ADMISSIONS PAGE USED */
	width: 25px;
	height: 30px;
	text-align: right;
}
#divcontent table td.tdcheckboxdesignation { /* HOTEL MANAGEMENT ADMISSIONS PAGE USED */
	padding-left: 6px;
}
#divcontent table input.inputwithmargin { /* HOTEL MANAGEMENT ADMISSIONS PAGE USED */
	margin: 0px 10px 0px 2px;
}
#divcontent table select.selectwithmargin { /* HOTEL MANAGEMENT ADMISSIONS PAGE USED */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	margin: 0px 10px 0px 1px;
}
#divcontent table select.selectwithmarginfirst { /* HOTEL MANAGEMENT ADMISSIONS PAGE USED */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	margin: 0px 10px 6px 6px;
}
#divcontent table.tabletestimonials { /* TESTIMONIALS PAGE USED */
	margin-bottom: 25px;
}
#divcontent img.imgtestimonials { /* TESTIMONIALS PAGE USED */
	width: 120px;
	height: 150px;
	margin: 0px 0px 10px 0px;
}
#divcontent p.ptestimonials { /* TESTIMONIALS PAGE USED */
	text-align: center;
	width:180px;
	margin-left: 0px;
}
#divcontent table tr.trspacer { /* ALL WEBSITE USED */
	height: 2px;
}
#divcontent table td.tddashed { /* FACULTY AND STAFF PAGES USED */
	width: 50px;
	padding-top: 30px;
	border-bottom: 1px dashed #999;
}
#divcontent table td.tddashedtest { /* FACULTY AND STAFF PAGES USED */
	width: 50px;
	height: 113px;
	background-image:url("/layouts/cesar_about/css/../images/design/bg-td-dashed.gif");
	background-repeat: repeat-x;
}
#divcontent table td.tdnames { /* FACULTY AND STAFF PAGES USED */
	text-align: left;
	padding: 0px 3px 0px 0px;
	vertical-align:bottom;
}
#divcontent table td.tdnamestest { /* FACULTY AND STAFF PAGES USED */
	text-align: left;
	padding: 0px 3px 0px 6px;
	vertical-align:middle;
	width: 150px;
}
#divcontent table td.tdfonctions { /* FACULTY AND STAFF PAGES USED */
	text-align: left;
	padding: 0px 0px 0px 3px;
	padding-top: 10px;
	vertical-align:bottom;
}
#divcontent table td.tdfonctionstest { /* FACULTY AND STAFF PAGES USED */
	text-align: left;
	padding: 0px 0px 0px 6px;
	vertical-align:middle;
}
/*#divcontent table.facultystaff img {  FACULTY AND STAFF PAGES USED
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}*/
#divcontent img.imagenews1 { /* ALL WEBSITE USED */
	float:right;
	margin: 2px 10px 10px 22px;
}
#divcontent img.imagenews2 { /* ALL WEBSITE USED */
	float:right;
	margin: 2px 11px 10px 0px;
}
#divcontent img.imagenews3 { /* ALL WEBSITE USED */
	margin: 2px 12px 10px 12px;
}
#divcontent img.imagenews4 { /* ALL WEBSITE USED */
	margin: 2px 12px 10px 12px;
}
#divcontent img.imagenews1withoutscroll { /* ALL WEBSITE USED */
	float:right;
	margin: 2px 10px 10px 10px;
}
#divcontent img.imagenews2withoutscroll { /* ALL WEBSITE USED */
	float:left;
	margin: 2px 10px 10px 10px;
}
#divcontent img.imagenews3withoutscroll { /* ALL WEBSITE USED */
	margin: 2px 13px 10px 10px;
}
#divcontent img.imagenews4withoutscroll { /* ALL WEBSITE USED */
	margin: 2px 10px 10px 10px;
}
#divcontent ul { /* ALL WEBSITE USED */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 21px;
	list-style-type: none;
	list-style-image: url(/images/bullet.jpg);
	list-style-position: outside;
}
#divcontent ol { /* ALL WEBSITE USED */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 27px;
}
#divcontent li { /* ALL WEBSITE USED */
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
#divcontent ul.ulcontainer { /* APPLICATION PAGE USED */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 21px;
}
#divcontent ul.ulinside { /* APPLICATION PAGE USED */
	padding: 3px 0px 5px 0px;
	margin: 0px 0px 0px 45px;
}
#divcontent ol.olinside { /* APPLICATION PAGE USED */
	padding: 3px 0px 5px 0px;
	margin: 0px 0px 0px 45px;
}
#divcontent ul.ulafter { /* APPLICATION PAGE USED */
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 21px;
}
#divcontent ol.olcontainer { /* VISIT CAMPUS PAGE USED */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 27px;
}
#divcontent ol.olinsideletter { /* VISIT CAMPUS PAGE USED */
	padding: 3px 0px 5px 0px;
	margin: 0px 0px 0px 45px;
	list-style-type: lower-alpha;
}
#divcontent ol.olafter { /* VISIT CAMPUS PAGE USED */
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 27px;
}
#divcontent p.pwithmarginforh2grey { /* TERM DATES PAGE USED */
	margin: 5px 0px 16px 0px;
}
#divcontent p.pblue { /* USP CAREER PAGE USED */
	color: #003366;
}
#divcontent p.prepresentative { /* CONTACT REPRESENTATIVE PAGE USED */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 6px;
	margin: 3px 0px 15px 0px;
}
.rss-date {
	font-size: 9px;
	color:#bcbcbc;
	margin: 5px 0px 0px 0px;
}
.prss {
	font-size: 12px;
	color:#000;
}
p.pblog {
	padding: 0px 0px 0px 0px;
}
p.pblog2 {
	padding: 6px 0px 0px 0px;
}
#divcv { /* FACULTY AND STAFF PAGES USED */
	position:static;
	z-index:1;
	overflow: auto;
	height: 200px;
	padding-right: 6px;
	width: 600px;
	scrollbar-face-color: #ffffff;/*ascenseur*/
	scrollbar-track-color: #ffffff;/*chemin ascenseur*/
	scrollbar-arrow-color: #3A6F9B;/*flèche*/
	scrollbar-shadow-color: #999999;/*bordure droite et bas ascenseur et flèche*/
	scrollbar-highlight-color:#999999;/*bordure gauche et haut ascenseur et flèche*/
	scrollbar-3dlight-color: #ffffff;/*3D gauche et haut ascenseur et flèche*/
	scrollbar-darkshadow-color:#ffffff;/*3D droite et bas ascenseur et flèche*/
}
#divcontent h2 a {
	color: #3A6F9B;
	text-decoration: none;
}
#divcontent h2 a:visited{
	color: #3A6F9B;
}
#divcontent h2 a:hover{
	color: #3A6F9B;
}
#divquarters {
	width: 100%;
	height: 94%;
	color: #fff;
	/*border: solid 1px black;*/
}
#divquarters h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 0px 0px 0px 0px;
	background-color: none;
	font-weight: bold;
	text-transform: uppercase;
}
#divquarters p{
	color: #fff;
	margin: 0px 0px -2px -4px;
}
#divquarters p a{
	color: #fff;
	text-decoration: none;
}
#divquarters p a:visited{
	color: #fff;
	text-decoration: none;
}
#divquarters p a:hover{
	color: #fff;
	text-decoration: underline;
}
#divlefthalf {
	width: 49%;
	height: 98%;
	float:left;
	padding: 1px;
	margin: 0px 0px 0px 2px;
}
#divrighthalf {
	width: 49%;
	height: 98%;
	float:right;
	padding: 1px;
	margin: 0px 2px 0px 0px;
}
.divquartertop {
	width: 100%;
	height: 50%;
	margin: 0px 0px 2px 0px;
}
.divquarterbottom {
	width: 100%;
	height: 50%;
	margin: 0px 0px 2px 0px;
}
#divcontentquartertopleft {
	width: 250px;
	height: 188px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	margin: 57px 0px 2px 0px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #e5e5e5;
	background-image: url("/layouts/cesar_about/css/../partnerships/images/international-college-management-sydney.jpg");
	background-repeat: no-repeat;
}
#divcontentquarterbottomleft {
	width: 250px;
	height: 188px;
	margin-bottom: 2px;
	float: right;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #e5e5e5;
	background-image: url("/layouts/cesar_about/css/../partnerships/images/europe-middle-east.jpg");
	background-repeat: no-repeat;
}
#divcontentquartertopright {
	width: 250px;
	height: 188px;
	margin-bottom: 2px;
	float: left;
	margin: 57px 0px 2px 0px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #e5e5e5;	
	background-image: url("/layouts/cesar_about/css/../partnerships/images/queenstown-resort-college.jpg");
	background-repeat: no-repeat;
}
#divcontentquarterbottomright {
	width: 250px;
	height: 188px;
	margin-bottom: 2px;
	float: left;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #e5e5e5;	
	background-image: url("/layouts/cesar_about/css/../partnerships/images/latin-america-asia.jpg");
	background-repeat: no-repeat;
}
.pads {
	width: 550px;
	text-align:left;
	float:left;
	display: block;
}

/*
------------------------
END CLASSES AND IDS
------------------------
*/
/*-----------------------------------------------------------------------------------------------------------*/
/* START FOOTER REGION */

#footer {
	width: 1024px;
	height: 97px;
	padding-top: 3px;
	background-image: url(/images/footer-background.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 10px;
	color: #333;
	margin-top:8px
}
#footerads {
	width: 998px;
	height: 97px;
	padding-top: 3px;
	background-image: url(/images/footer-background.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 10px;
	color: #333;
}
#footer a{
	padding-left: 2px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#footerads a{
	padding-left: 2px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#footer a.last-footer-menu-item{
	border: none;
}
#footerads a.last-footer-menu-item{
	border: none;
}
#footer a:link, a:visited{
	color: #333;
}
#footerads a:link, a:visited{
	color: #333;
}
#footer a:hover{
	color: #3A6F9B;
}
#footerads a:hover{
	color: #3A6F9B;
}
#footer-menu {
	height: 16px;
	position:relative;
}
#footerads-menu {
	height: 16px;
	position:relative;
}
#footer-address{
	height: 89px;
	position:relative;
	padding-top: 4px;
}
#footerads-address{
	height: 89px;
	position:relative;
	padding-top: 4px;
}
/* END FOOTER REGION */

/*-----------------------------------------------------------------------------------------------------------*/
/*
------------------------
START SPECIAL CSS
------------------------
*/
.anchors-back-to-top {
	float:right;
}


/*

/*
From EG
*/
#BodyWrap{width:1024px;	margin: 0 auto 0 auto; background:url(/images/body_bg.gif)}
#LeftNavi {float:left; width:290px ;vertical-align:top;background:#FFFFFF;}
/*#ContentBody {width:708px ; margin: 0px 0px 0px 296px; background:#FFFFFF; padding : 6px 10px 6px 10px}*/
#ContentBody{float:left; width:708px; padding-left:10px; margin:6px 10px 6px 6px}
#Cont {background: #E3E4E5; height:8px; width:1024px;}
#video{padding:6px;}
#intro{padding:6px;}
#intro a{
font-size: 11px;
font-color: #333333;
}
#intro a:visited{
	color: #333;
}
#intro a:hover{
	color: #3A6F9B;
}
#Leftspace{background-color: #E3E4E5;height:6px;}
.LeftMenuTd {padding: 3px ; border-bottom:1px solid silver; text-align:center;}
.LeftSub{padding-top: 4px}
.EngLeftMenu{padding-top:3px; padding-bottom:3px; border-bottom:1px solid silver; text-align:center}
.Videotd{text-align:center}

