/* @override http://www.masterguide.org/css/styles/ */

/* @group Misc */

* {
		padding:0;
	    margin:0;
	}
	
	body 
	{
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 62.5%;
		line-height: 1.5em;
		background: #FFF url(/images/background_body_1204x590.png) repeat-x;
	}
	
	.body_compare
	{
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 62.5%;
		line-height: 1.5em;
		background: #FFF url(/images/background_body_compare_1082x530.png) repeat-x;
	}
	
	pre, blockquote, label, ol, dl, fieldset, address { margin: 0; }
	
	li, dd { margin-left:0; margin-right:0; }
	
	fieldset { padding: .5em; }
	
	select option { padding:0 5px; }
	
	.left{ float:left; }
	
	.right{ float:right; }
	
	.clr { clear:both; height:1px; font-size:1px; line-height:1px; }
	
	.university_img {
		padding-bottom: 10px;
	}
	
	a img { border:none; }
	
	hr {
		border-top-width: 1px;
		border-top-style: dotted;
		border-top-color: #CCCCCC;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		width: 100%;
	}

select.other{
		font-family: "Trebuchet MS";
		font-size: 11px;
		font-weight:normal;
		color:#333333;
		border:1px #cccccc solid;
		background-color: #f6f6f6;
		background-image: url(/images/background_form_select_1x14.png);
		background-repeat: repeat-x;
		background-position: top;
		width: 170px;
	}
	
	.text{
		font-family: "Trebuchet MS";
		font-size: 11px;
		font-weight:normal;
		color:#333333;
		border:1px #cccccc solid;
		background-color: #f6f6f6;
		background-image: url(/images/background_form_text_1x14.png);
		background-repeat: repeat-x;
		background-position: top;
	}
	p {
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 1.5em;
	}
	
	
	label {
		line-height: 2.5em;
	}
	
	.btn{
		font-family: "Trebuchet MS";
		font-size: 11px;
		font-weight:normal;
		color:#333333;
		border:1px #c6c7ca solid;
		background-color: #e4e4e4;
		background-image: url(/images/background_btn_1x18.png);
		background-repeat: repeat-x;
		background-position: top;
	}

ul {
		list-style-type: none;
	}

/* @end */

/* @group Search result */

.searchResultOnMouseover{
	  position:relative;
	  width:580px;
	  height:70px;
	  background-color:#ffffff;
	}
	
	.searchResult{
	  position:relative;
	  width:450px;
	  height:70px;
	  cursor:pointer;
	  font-size:0.9em;
	}
	
	.searchResult #universityName{
	  position: absolute;
	  top: 30px;
	  left: 21px;
	  width:230px;
	}
	
	.searchResult #countryName{
	  position: absolute;
	  top: 30px;
	  left: 260px;
	}
	
	.searchResult #areaOfStudy{
	  position: absolute;
	  top: 30px;
	  left: 340px;
	}
	
	.searchResult #language{
	  position: absolute;
	  top: 30px;
	  left: 510px;
	}
	
	.searchResult #checkbox{
	float: right;
	  position: absolute;
	  top: 30px;
	  left: 580px;
	}

	
	
	.searchResult2{
		width: 100%;
	}
	
	.searchResultCheckbox{
		padding-right: 5px;
		padding-top: 15px;
	}	
	.searchResultProgramName{	
		padding-top: 15px;
	}
	.searchResultProgramName a{
		font-family: "Trebuchet MS";
		background-color: #fff;
		color: #d88e15;
		text-decoration: none;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 0;
		line-height: 1.2em;
		font-size: 1.3em;
		
		border: none;
	}
	.searchResultProgramName a:hover{
		text-decoration: underline;
	}
	.searchResultUniversityName{
		color: #797979;
	}
	
	.searchResultCountryName{
		color: #797979;
	}
	
	.searchResultAreaOfStudy{
		color: #797979;
	}
	
	.searchResultLanguage{
		color: #797979;
	}

/* @end */

/* @group Hx */

h1 {
		font-family: Trebuchet MS;
		background-color: #fff;
		color: #cccccc;
		text-decoration: none;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 0;
		line-height: 1.2em;
		font-size: 1.6em;
	}
	
	h2 {
		font-family: "Trebuchet MS";
		background-color: #fff;
		color: #E29617;
		text-decoration: none;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 0;
		line-height: 1.2em;
		font-size: 1.3em;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	h3 {
		font-family: "Trebuchet MS";
		background-color: #fff;
		color: #E29617;
		text-decoration: none;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 0;
		line-height: 1.2em;
		font-size: 1.1em;
		padding-bottom: 5px;
		padding-top: 5px;
	}

/* @end */

/* @group Links */

a {
		color: #666666;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		text-decoration: none;
		background-image: url(/images/icon_item_inactive_11x11.gif);
		background-position: left center;
		padding-left: 15px;
		background-repeat: no-repeat;
	}
	
	a:hover {
		color: #E29617;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #E29617;
		text-decoration: none;
		background-image: url(/images/icon_item_active_11x11.gif);
		background-repeat: no-repeat;
		background-position: left center;
	}
	
	a.user {
		color: #666666;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		text-decoration: none;
		background-image: url(/images/icon_user_inactive_11x11.gif);
		background-repeat: no-repeat;
		background-position: left top;
		text-align: left;
		padding-left: 15px;
	}
	
	a:hover.user {
		color: #E29617;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #E29617;
		text-decoration: none;
		background-image: url(/images/icon_user_active_11x11.gif);
		background-repeat: no-repeat;
		background-position: left top;
		text-align: left;
		padding-left: 15px;
	}
	
	a.forgotpsw {
		color: #666666;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		text-decoration: none;
		background-image: url(/images/icon_forgotpsw_inactive_11x11.gif);
		background-repeat: no-repeat;
		background-position: left top;
		text-align: left;
		padding-left: 15px;
	}
	
	a:hover.forgotpsw {
		color: #E29617;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #E29617;
		text-decoration: none;
		background-image: url(/images/icon_forgotpsw_active_11x11.gif);
		background-repeat: no-repeat;
		background-position: left top;
		text-align: left;
		padding-left: 15px;
	}

/* @end */

/* @group Major divs */

#container {
		width: 880px;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
	}
	#header {
		height: 90px;
		background-image: url(/images/graphic_masterguide_logo_350x50.png);
		background-repeat: no-repeat;
		background-position: left center;
	}
	#mainmenu {
		width: 680px;
		margin: 0px;
		padding: 0px;
		float: left;
		height: 29px;
	}

#menu {
		margin: 0px;
		padding: 0px;
		font-size: 1.3em;
		color:#e7e7e7;
		font-weight:bold;
	}

/* @end */

/* @group Menu */

#menu ul{
		list-style-type: none;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 9px;
		margin-left: 0px;
		padding: 0px;
	}
	
	#menu li {
		display: inline;
		margin: 0px;
		padding: 0px;
	}
	
	#menu a {
		color:#FFFFFF;
		text-decoration:none;
		background-image: url(/images/background_menu_inactive_200x29.png);
		background-repeat: no-repeat;
		background-position: center;
		margin-left:-4px;
		padding-bottom: 10px;
		padding-top: 6px;
		padding-right: 15px;
		padding-left: 15px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	
	#menu a:hover {
		background-image: url(/images/background_menu_active_200x29.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#universitymenu {
		width: 200px;
		margin: 0px;
		padding: 0px;
		float: right;
		height: 29px;
		text-align: right;
	}

/* @end */

/* @group Breadcrumbs */

#breadcrumb {
		background-image: url(/images/background_breadcrumb_880x50.png);
		background-repeat: no-repeat;
		height: 50px;
		font-variant: small-caps;
		font-size: 1.1em;
		font-weight: bold;
		color: #CCCCCC;
	}
	
	#breadcrumb ul{
		list-style-type: none;
		margin: 0px;
		padding-top: 16px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 16px;
	}
	
	#breadcrumb li {
		display: inline;
		margin: 0px;
		background-image: url(/images/background_breadcrumb_separator_1x29.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		padding-right: 5px;
		padding-left: 5px;
	}
	#breadcrumb li.breadcrumb_last {
		background-image: none;
	}
	
	
	#breadcrumb a {
		display: inline;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		padding-top: 16px;
		padding-bottom: 16px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-right: 0px;
		padding-left: 0px;
		color: #CCCCCC;
		background-image: none;
	}
	
	#breadcrumb a:hover {
		display: inline;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		padding-top: 16px;
		padding-bottom: 16px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-right: 0px;
		padding-left: 0px;
		color: #CCCCCC;
	}

/* @end */

/* @group Left col */

#left_col_640 {
		background-color: #FFFFFF;
		background-image: url(/images/background_left_col_grey_640x300.png);
		background-repeat: no-repeat;
		background-position: center top;
		float: left;
		width: 640px;
		margin-top: 10px;
	}
	
	#left_col_content_top {
		background-image: url(/images/background_left_col_content_top_640x20.png);
		background-repeat: no-repeat;
		background-position: center top;
		margin: 0px;
		padding: 0px;
		height: 20px;
	}
	
	#left_col_content_middle {
		background-image: url(/images/background_left_col_content_middle_640x20.png);
		background-position: center center;
		padding-top: 0px;
		padding-right: 20px;
		padding-bottom: 0px;
		padding-left: 20px;
		font-size: 1.1em;
	}
	
	#left_col_content_middle p {
	}
	
	#left_col_content_middle a {
		/*color: #666666;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;*/
		text-decoration: none;
		margin: 0px;
		padding: 0px;
		background-image: none;
	}
	#left_col_content_middle h1 {
		color: #E29617;
	}
	
	
	#left_col_content_bottom {
		background-image: url(/images/background_left_col_content_bottom_640x20.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		height: 20px;
	}

/* @end */

/* @group Right col */

#right_col_230 {
		float: right;
		width: 230px;
		background-image: url(/images/background_right_col_grey_230x300.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-color: #FFFFFF;
		margin-top: 10px;
	}
	
	#right_col_content_top {
		background-image: url(/images/background_right_col_content_top_230x20.png);
		background-repeat: no-repeat;
		background-position: center top;
		margin: 0px;
		padding: 0px;
		height: 20px;
	}
	
	#right_col_content_middle {
		background-image: url(/images/background_right_col_content_middle_230x20.png);
		background-position: center center;
		padding-top: 0px;
		padding-right: 20px;
		padding-bottom: 0px;
		padding-left: 20px;
	}
	
	#right_col_content_middle h1 {
		color:#E29617
	}
	
	#right_col_content_bottom {
		background-image: url(/images/background_right_col_content_bottom_230x20.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		height: 20px;
	}

/* @end */

/* @group News */

#news_col_left {
		float: left;
		width: 190px;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 5px;
		height: 100%;
	}
	
	#news_col_left ul {
		list-style:none
	}
	
	#news_col_left li {
		padding: 5px;
	}
	
	#news_col_middle {
		float: left;
		width: 190px;
		margin-top: 0px;
		margin-right: 10px;
		margin-bottom: 0px;
		margin-left: 0px;
		border-right-width: 1px;
		border-right-style: dotted;
		border-right-color: #CCCCCC;
		border-left-width: 1px;
		border-left-style: dotted;
		border-left-color: #CCCCCC;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 10px;
	}
	
	#news_col_middle ul {
		list-style:none
	}
	
	#news_col_middle li {
		padding: 5px;
	}
	
	#news_col_right {
		float: right;
		width: 190px;
		margin: 0px;
		padding: 0px;
	}
	
	#news_col_right ul {
		list-style:none
	}
	
	#news_col_right li {
		padding: 5px;
	}

/* @end */

/* @group Footer */

#footer {
		border-top-width: 1px;
		border-top-style: dotted;
		border-top-color: #e7e7e7;
		padding: 15px;
		background-color: #FFFFFF;
		background-image: url(/images/background_footer_1100x90.png);
		background-repeat: repeat-x;
		background-position: left top;
		height: 90px;
		margin-top: 10px;
	}
	#footer_wrapper {
		width: 850px;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
	}
	
	#footer_col_left {
		float: left;
		width: 425px;
	}
	#footer_col_right {
		float: right;
		width: 425px;
		text-align: right;
	}
	
	#footer_col_right ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	
	#footer_col_right li {
		display: inline;
		padding-left: 15px;
	}

/* @end */
	
	/*#left_col_content_middle a:hover {
		color: #E29617;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #E29617;
		text-decoration: none;
		margin: 0px;
		padding: 0px;
	}*/

/* @group Content menu */

#content_menu {
		font-weight: bold;
		font-size: 1em;
		background-image: url(/images/background_content_menu_600x30.png);
		vertical-align: middle;
		padding-bottom: 35px;
	}
	
	#content_menu ul {
		background: #FFFFFF;
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	#content_menu li {
		float: left;
		margin: 0;
		padding: 0;
	}
	
	#content_menu a {
		color: #999999;
		display: block;
		float: left;
		margin: 0;
		padding: 8px 12px;
		text-decoration: none;
		background-color: #FFFFFF;
		background-image: url(/images/graphic_separator.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	
	#content_menu a:hover, #content_menu li.here a {
		color: #E29617;
		margin: 0;
		padding: 8px 12px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		background-color: #FFFFFF;
		background-image: url(/images/background_content_menu_200x35.png);
		background-repeat: no-repeat;
		background-position: right bottom;
	}

/* @end */

/* @group Universtity */

#university_col_left {
		float: left;
		width: 300px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		font-size: 1.0em;
		padding-top: 10px;
	}
	
	#university_col_left ul {
		list-style-type: none;
	}
	
	#university_col_left li {
		background-image: url(/images/icon_checkmark_active_11x11.gif);
		background-repeat: no-repeat;
		background-position: left 13px;
		padding-left: 20px;
		padding-top: 10px;
	}
	
	#university_col_right {
		float: right;
		width: 290px;
		margin: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-top: 10px;
	}
	#university_col_right img {
		background-color: #e7e7e7;
		padding: 10px;
	}

.university_desc {
		width: 100%;
		padding-top: 10px;
		margin-top: 20px;
		font-size: 0.8em;
	}
	
	.university_desc_left_col {
		color: #999999;
		text-align: left;
		vertical-align: top;
		padding-right: 10px;
		width: 80px;
		padding-bottom: 10px;
	}
	.university_desc_right_col {
		border-left-width: 1px;
		border-left-style: dotted;
		border-left-color: #CCCCCC;
		padding-left: 10px;
		vertical-align: top;
		padding-bottom: 10px;
	}

/* @end */

/* @group Career */

#career_col_left {
	
		float: left;
		width: 280px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-right: 20px;
		padding-bottom: 0px;
		padding-left: 0px;
		font-size: 1.0em;
	}
	
	#career_col_right {
		float: right;
		width: 290px;
		margin: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
	
	#career_col_left ul {
		list-style-type: none;
	}
	
	#career_col_left li {
		background-image: url(/images/icon_checkmark_active_11x11.gif);
		background-repeat: no-repeat;
		background-position: left 13px;
		padding-left: 20px;
		padding-top: 10px;
	}
	
	#career_col_right img {
		background-color: #e7e7e7;
		padding: 10px;
	}
	
	#career_company_menu {
		float: left;
		list-style: none;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#career_company_menu li {
		margin: 0;
		padding: 0;
	}
	#career_company_menu a {
		background: #F5F5F5;
		border-bottom: 1px solid #e7e7e7;
		color: #666666;
		display: block;
		margin: 0;
		padding: 8px 12px;
		text-decoration: none;
	}
	#career_company_menu a:hover {
		background: #e7e7e7;
		color: #E29617;
		padding: 8px 12px;
		border-bottom: 1px solid #e7e7e7;
	}

/* @end */

/* @group Table list */

#table_list {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	#table_list th {
		color: #666666;
		text-align: left;
		padding: 6px 6px 6px 12px;
		font-size: 0.9em;
		font-weight: bold;
		background-color: #f5f5f5;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #f5f5f5;
	}
	
	#table_list td {
		font-size: 0.9em;
		border-bottom: 1px solid #e7e7e7;
		background: #fff;
		padding: 6px 6px 6px 12px;
		color: #666666;
	}

/* @end */
	
	
	.pagi{
		text-align:center;
		font-size:0.9em;
		font-weight:bold;
		margin:1em 0;
	}
		
	.pagi li{
		display:inline;
		margin:0 3px;
		color:#ccc;
	}
	
	.pagi a{
		color:#FAB73E;
		text-decoration:none;
	}
	
	.pagi .prev a, .pagi .next a{color:#ccc}
	
	.actions {
		text-align: center;
	}
	
	#comparison_container {
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	
	#imageContainer {
		text-align: center;
		width: 270px;
		float: right;
		background-image: url(/images/background_left_col_grey_640x300.png);
		background-position: center top;
		background-repeat: no-repeat;
		margin: 10px;
	}
	
	#imageContainer img {
		padding-top: 10px;	
		padding-left: 10px;
		padding-right: 10px;
	}
	
	div#adminUniversity input[type="text"]{
	  width:350px;
	}
	div#adminUniversity input.small{
	  width:50px;
	}
	div#adminUniversity textarea{
	  width:450px;
	  height:70px;
	}
	div#adminUniversity textarea.big{
	  width:450px;
	  height:150px;
	}