/* courses form */

#searchcourse {
	/*background: url(../images/searchcoursetop.jpg) left top no-repeat;
	padding: 63px 0 0;
	margin: 37px 0 0;
	width: 319px;*/
	background: url(../images/searchcoursetop.jpg) left top no-repeat;
	padding: 63px 0 0;
	margin: 10px 0 0 5px;
	width: 319px;
	float: left;
}
html>body #searchcourse {
	margin: 10px 0 0 10px;
}
#searchcourse1{
	background: url(../images/searchcoursebg.jpg) left top repeat-y;
	width: 319px;
}
#searchcourse fieldset {
	text-align: left;
	border: 0;
	background: url(../images/searchcoursebg.jpg) left top repeat-y;
	padding: 25px 12px 15px;
	margin: 15px 0 0;
}
*:lang(en) #searchcourse fieldset {
	/*padding: 14px 12px 13px;*/
	padding: 4px 12px 23px;
}
#searchcourse input, #searchcourse .selectArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
#searchcourse p {
	line-height: 25px;
	clear: both;
	margin: 1px 0 0;
	border: 1px solid #E4E1D8;
}
#searchcourse label {
	font-size: 18px;
	color: black;
	cursor: pointer;
	float: left;
	width: 89px;
	padding-left: 2px;
	vertical-align: top;
}

.questionmark {
	display: block;
	float: right;
	background: url(../images/questionmark.jpg) left top no-repeat;
}
.questionmark:hover {
	background-position: left bottom;
}
.or {
	display: block;
	clear: both;
	font-size: 10px;
}
#searchcourse #countrylabel {
	width: 89px;
}
#searchcoursesadvanced {
	color: black;
	margin: 0 0 0 92px;
}

#searchcoursebottom {
	/*width: 319px;
	height: 20px;
	background: url(../images/searchcoursebottom.jpg) left top no-repeat;*/
	width: 319px;
	position: relative;
	top: -12px;
	left: -95px;
	height: 20px;
	background: url(../images/searchcoursebottom.jpg) left top no-repeat;
}
*:lang(en) #searchcoursebottom {
	top: 245px;
	left: 10px;
}

/* transparent items */

.transparent {
	-moz-opacity:100;
	opacity:0px;
	border: 0px solid #FFF;
	z-index: 10;
	cursor: pointer;
}
.transparentFake {
	background: none;
	border: none;
}
.transparent2 {
	z-index: 10;
}

/* text input */

html>body .textinput, html>body .textinputHovered {
	width: 133px;
	height: 22px;
	background: url(../images/searchcourseinput.gif) left top no-repeat;
	border: none;
	padding: 8px 0 4px;
	float: left;
}
html>body .textinputleft, html>body .textinputright {
	float: left;
	display: block;
	width: 10px;
	height: 30px;
	background: url(../images/searchcourseinputleft.gif) left top no-repeat;
}
html>body .textinputright {
	background: url(../images/searchcourseinputright.gif) left top no-repeat;
}

/* select */

.selectArea {
	width: 123px;
	height: 30px;
	float: left;
	background: url(../images/searchcourseselectbg.gif) left top repeat-x;
}
html>body .selectArea {
	width: 153px;
}
.selectArea .left {
	width: 10px;
	height: 30px;
	float: left;
	background: url(../images/searchcourseselectleft.gif) left top no-repeat;
}
.selectArea .right {
	width: 19px;
	height: 29px;
	float: right;
	position: relative;
	left: 30px;
	background: url(../images/searchcourseselectright.gif) left top no-repeat;
}
html>body .selectArea .right {
	left: 0;
}
.selectArea:hover .right {
	background-position: left -30px;
}
.selectArea .right a {
	display: block;
	width: 19px;
	height: 29px;
}
.selectArea .right i {
	display: none;
}
.selectArea .center {
	width: 90px;
	height: 30px;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 50px;
	color: black;
	position: relative;
	top: -27px;
}
html>body .selectArea .center {
	width: 120px;
}
.selectArea .center, x:-moz-any-link {
	margin-left: 0;
	padding-top: 3px;
	top: 0;
}
.selectArea .center, x:-moz-any-link, x:default {
	top: -30px;
	margin-left: 10px;
}

/* select dropdown */

.optionsDivInvisible, .optionsDivVisible {
	position: absolute;
	margin-top: 11px;
	width: 333px;
	background: #5d5d5d;
	padding: 2px;
	font-size: 11px;
	z-index: 20;
	overflow: auto;
}
*:lang(en) .optionsDivInvisible, *:lang(en) .optionsDivVisible {
	width: 328px;
}
.optionsDivInvisible {
	display: none;
}
.optionsDivVisible {
	display: block;
	height: 300px;
}
.optionsDivVisible p {
	margin: 0;
	line-height: 11px;
	background: url(../images/spacer.gif) center bottom no-repeat;
}
.optionsDivVisible a {
	color: #F2F2F2;
	text-decoration: none;
	display: block;
	padding: 5px 4px 8px;
	border: 1px solid #5d5d5d;
}
.optionsDivVisible a:hover {
	color: #FFF;
	background: #5F6062;
	border-color: #cfd0d6;
}

/* submit */

.buttonSubmit, .buttonSubmitHovered {
	position: absolute;
	margin: -118px 0 0 250px;
	width: 41px;
/*	height: 80px;*/
	height: 116px;
	background: url(../images/go.jpg) left top no-repeat;
	cursor: pointer;
	border: 0;
}
.buttonSubmitHovered {
	background-position: right top;
}
html>body .buttonSubmit, html>body .buttonSubmitHovered  {
	margin: -118px 0 0 250px;
}
*:lang(en) .buttonSubmit, *:lang(en) .buttonSubmitHovered {
	margin: -114px 0 0 235px;
}

/* testing if stylesheets are enabled */

html>body #stylesheetTest {
	position: absolute;
	left: -999px;
	width: 10px;
	height: 10px;
}

/* tip */

.tool-tip {
	z-index: 1000;
	margin: -105px 0 0 -71px;
	color: white;
}
.tool-title {
	width: 185px;
	height: 73px;
	font-weight: bold;
	background: url(../images/bubble.png) left top;
}
.tool-text {
	width: 155px;
	height: 53px;
	padding: 10px 15px;
	font-size: 11px;
	background: url(../images/bubble.png) right bottom;
}

/* ie earlier */

#college, #country {
	width: 145px;
}
#searchedkeyword {
	width: 140px;
}
html>body #searchedkeyword {
	width: 133px;
}
/*--------------------------added on 5-12-08 for search.html new design----------------------------------*/
.main-contain{
width:830px;
margin:0;
padding:12px 11px 0 9px;
}
.left{
width:257px;
float:left;
padding:0;
margin:0;
}
.rightside-searchbox{
width:566px;
float:right;
padding:0;
margin:0;
background-color: #DCD5CB;
}
.rightside-searchbox a {
	color:#F45900;
	text-decoration:underline;
}
.rightside-searchbox a:hover {
	text-decoration:none;
}
#find-your-course{
background:url(../images/find-your-course_search.jpg) no-repeat;
height:85px;
padding:0 0 0 95px;
margin:0;
}
#college-header{
background:url(../images/college-header.jpg) no-repeat;
height:45px;
padding:0 0 0 15px;
margin:0;
text-align:left;
font-size:14px;
font-weight:bold;
}
#college-header span{
    top:15px;
	position:relative;
}
#find-your-course1{
padding:0;
margin:0;
height:35px
}
#find-your-course1 ul{
list-style-type:none;
line-height:normal;
padding:0;
margin:0;
}
#find-your-course1 li{
display:inline;
}
#find-your-course1 a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#020200;
background:url(../images/keyword-hov.jpg) no-repeat;
display:block;
float:left;
height:25px;
padding:10px 28px 0 27px;
margin:0 3px 0 0;
}
#find-your-course1 a:hover{
background:url(../images/keyword-nor.jpg) no-repeat;
}
#find-your-course1 .current_page_item1 a{
display:block;
height:25px;
padding:10px 13px 0 12px;
background:url(../images/keyword-nor.jpg) no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#020200;
}
#find-your-course1 .current_page_item1 a:hover{
background:url(../images/keyword-nor.jpg) no-repeat;
}
#find-your-course1 .current_page_item2 a{
display:block;
height:25px;
padding:10px 10px 0 10px;
background:url(../images/college-search-hov.jpg) no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#020200;
}
#find-your-course1 .current_page_item2 a:hover{
background:url(../images/college-search-nor.jpg) no-repeat;
}
#find-your-course1 .current_page_item3 a{
display:block;
height:25px;
padding:10px 13px 0 12px;
background:url(../images/keyword-hov.jpg) no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#020200;
}
#find-your-course1 .current_page_item3 a:hover{
background:url(../images/keyword-nor.jpg) no-repeat;
}
.box-middle-repeat{
background:url(../images/box-middle-repeat1.jpg);
background-repeat:repeat-x;
background-color:#D6D4C7;
width:562px;
padding: 0 0 20px 0;
text-align:left;
border-left:2px solid #BD2B2C;
border-right:2px solid #B12929;
}
.box-middle-repeat1{
background:url(../images/box-middle-repeat1.jpg);
background-repeat:repeat-x;
height:300px;
background-color:#D6D4C7;
padding: 0 0 50px 0;
text-align:left;
border-left:2px solid #BD2B2C;
border-right:2px solid #B12929;
}
.box-image{
background:url(../images/box-middle-repeat2.jpg);
background-repeat:repeat-x;
background-color:#DCD8D0;
padding: 10px 0 0 0;
}
#find-your-course1 .current_page_item4 a{
display:block;
height:25px;
padding:10px 28px 0 27px;
background:url(../images/keyword-nor.jpg) no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#020200;
}
#find-your-course1 .current_page_item4 a:hover{
background:url(../images/keyword-nor.jpg) no-repeat;
}
#find-your-course1 .current_page_item5 a{
display:block;
height:25px;
padding:10px 10px 0 12px;
background:url(../images/keyword-hov.jpg) no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#020200;
}
#find-your-course1 .current_page_item5 a:hover{
background:url(../images/keyword-nor.jpg) no-repeat;
}
#find-your-course1 .current_page_item6 a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#020200;
background:url(../images/keyword-hov.jpg) no-repeat;
display:block;
float:left;
height:25px;
padding:10px 28px 0 23px;
}
#find-your-course1 .current_page_item6 a:hover{
background:url(../images/keyword-nor.jpg) no-repeat;
}
#find-your-course1 .current_page_item7 a{
display:block;
height:25px;
padding:10px 10px 0 10px;
background:url(../images/college-search-nor.jpg) no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#020200;
}
#find-your-course1 .current_page_item7 a:hover{
background:url(../images/college-search-nor.jpg) no-repeat;
}
#find-your-course1 .current_page_item8 a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#020200;
background:url(../images/keyword-nor.jpg) no-repeat;
display:block;
float:left;
height:25px;
padding:10px 28px 0 23px;
}
#find-your-course1 .current_page_item8 a:hover{
background:url(../images/keyword-nor.jpg) no-repeat;
}
#find-your-course1 .current_page_item9 a{
display:block;
height:25px;
padding:10px 10px 0 12px;
background:url(../images/keyword-nor.jpg) no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#020200;
}
#find-your-course1 .current_page_item9 a:hover{
background:url(../images/keyword-nor.jpg) no-repeat;
}


#bodymenu{
width:526px;
padding:0;
margin:0;
text-align:left;
}

#leftmenu1{
width:200px;
float:left;
padding:27px 0 0 0;
margin:0;
}
#leftmenu1 ul{
width:200px;
list-style-type:none;
}

#leftmenu1 li{
display:inline;
}

#leftmenu1 a{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
font-size:12px;
font-weight:bold;
color:#CC0911;
height:12px;
padding:5px 0 4px 20px;
display:block;
background:url(../images/icon1.jpg) no-repeat left 70%;
}

#leftmenu1 a:hover{
text-decoration:underline;
}

/*++ Added by PVS ++*/

#rightmenu1{
width:270px;
float:right;
padding:27px 0 0 0;
margin:0;
}

#rightmenu1 ul{
width:209px;
list-style-type:none;
}

#rightmenu1 li{
display:inline;
}

#rightmenu1 a{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
font-size:12px;
font-weight:bold;
color:#CC0911;
height:12px;
padding:5px 0 4px 20px;
display:block;
background:url(../images/icon1.jpg) no-repeat left 70%;
}

#rightmenu1 a:hover{
text-decoration:underline;
}


/* subMenu */
#catMenu li li a:link, #navMenu li li a:visited {
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
background:url(bckSubMenu.gif);
padding:2px 0 3px 30px;
text-decoration:none;
height:12px;
}

#catMenu li li a:hover {
background:url(bckSubMenu.gif) 0 -17px;
text-decoration:underline;
}

/* subSubMenu */
#catMenu li li li a:link, #navMenu li li li a:visited {
background:url(bckSubSubMenu.gif);
padding:0 0 1px 40px;
text-decoration:underline;
}


/*-- Added by PVS --*/
/*---------------------------- leftmenu3 ---added on 6-3-09-----------------------------------------*/
#leftmenu3{
width:700px;
float:left;
padding:0;
margin:0;
}
#leftmenu3 ul{
margin:0;
padding:0;
list-style-type:none;
}
#leftmenu3 li{
display:inline;
}
#leftmenu3 a{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
font-size:12px;
font-weight:bold;
color:#CC0911;
height:22px;
padding:5px 0 4px 20px;
display:block;
background:url(../images/icon1.jpg) no-repeat left 60%;
text-align:left;
}
#leftmenu3 a:hover{
text-decoration:underline;
}