@font-face {
    font-family: 'TitilliumText22LThin';
    src: url('../font/TitilliumText22L001-webfont.eot');
    src: url('../font/TitilliumText22L001-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/TitilliumText22L001-webfont.woff') format('woff'),
         url('../font/TitilliumText22L001-webfont.ttf') format('truetype'),
         url('../font/TitilliumText22L001-webfont.svg#TitilliumText22LThin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TitilliumText22LLight';
    src: url('../font/TitilliumText22L002-webfont.eot');
    src: url('../font/TitilliumText22L002-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/TitilliumText22L002-webfont.woff') format('woff'),
         url('../font/TitilliumText22L002-webfont.ttf') format('truetype'),
         url('../font/TitilliumText22L002-webfont.svg#TitilliumText22LLight') format('svg');
    font-weight: normal;
   font-style: normal;
}
@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('../font/TitilliumText22L003-webfont.eot');
    src: url('../font/TitilliumText22L003-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/TitilliumText22L003-webfont.woff') format('woff'),
         url('../font/TitilliumText22L003-webfont.ttf') format('truetype'),
         url('../font/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TitilliumText22LMedium';
    src: url('../font/TitilliumText22L004-webfont.eot');
    src: url('../font/TitilliumText22L004-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/TitilliumText22L004-webfont.woff') format('woff'),
         url('../font/TitilliumText22L004-webfont.ttf') format('truetype'),
         url('../font/TitilliumText22L004-webfont.svg#TitilliumText22LMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'TitilliumText22LBold';
    src: url('../font/TitilliumText22L005-webfont.eot');
    src: url('../font/TitilliumText22L005-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/TitilliumText22L005-webfont.woff') format('woff'),
         url('../font/TitilliumText22L005-webfont.ttf') format('truetype'),
         url('../font/TitilliumText22L005-webfont.svg#TitilliumText22LBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'TitilliumText22LXBold';
    src: url('../font/TitilliumText22L006-webfont.eot');
    src: url('../font/TitilliumText22L006-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/TitilliumText22L006-webfont.woff') format('woff'),
         url('../font/TitilliumText22L006-webfont.ttf') format('truetype'),
         url('../font/TitilliumText22L006-webfont.svg#TitilliumText22LXBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
	margin:0;
	padding:0;
	}
	
*{
	padding:0;
	margin:0;
}
body{
	    font-family: 'TitilliumText22LRegular';
		font-size:14px;
	}
#header
{
	width:100%;
	height:105px;
	
}
#logo
{
	background:url(images/logo.png) no-repeat;
    color: #CCCCCC;
    font-size: 14px;
    left: 20px;
    margin: 0;
    padding: 15px 0 10px 52px;
    position: absolute;
    width: 200px;
	top:3px;
	height:72px;
}
#header_right
{
	margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 50px;
}
#search
{
	float: left;
    margin: 0;
    padding: 0 18px;
}
#search ul
{
	list-style: none outside none;
    margin: 0;
    padding: 0;
}
#search ul li
{
	 float: left;
    margin: 0;
    padding: 0;
}
#searchtext
{
	background:url(images/search.png) no-repeat;
    padding:12px !important;
    width: 236px;
	border:none;
}
#searchtext input[type="text"]
{
	border:none;
	background:none;
	width:209px;
}
#seperate
{
	background: url(images/hdr_separatr.png) no-repeat scroll 0 0 transparent;
    float: left;
    height: 30px;
    margin: 0;
    padding: 0 10px;
    width: 2px;
}
#msg
{
	float: left;
    margin: 0;
    padding: 0 5px;
    position: relative;
}
#msg_img
{
	background: url(images/mssg.png) no-repeat scroll 0 0 transparent;
    float: left;
    height: 29px;
    margin: 0;
    padding: 0 5px;
    position: relative;
    width: 35px;
}
#adminpanel
{
	float: left;
    margin: 0;
    padding: 0 5px;
	background:#3c7397;
	border-radius:10px;
}
#adminpanel ul
{
	list-style: none outside none;
    margin: 0;
    padding: 0;
	
	
}
#adminpanel ul li
{   
    float: left;
    margin: 0;
    padding: 0;
}
#adminpanel ul li a
{
	background:url(images/arrow.png) right center no-repeat;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    height: 22px;
    margin: 0;
    padding: 7px;
    text-decoration: none;
    width: 118px;
	line-height:22px;
}
#menu_wrapper
{
	background:url(images/menubg.png) repeat-x scroll 0 0 transparent;
    height: 65px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.menu
{
	left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
.menu ul
{
	list-style: none outside none;
    margin: 0;
    padding: 0;

}
.menu ul li
{
	list-style: none outside none;
    margin: 0;
    padding: 0;
	float:left;
 background:url(images/lib.png) right center no-repeat;
}
.menu ul li a
{
	color:#FFF;
    display: block;
    font-size: 13px;
    height: 22px;
    padding: 40px 0 0;
    text-align: center;
    
    width: 110px;
	text-decoration:none;

}
.home
{
	background: url(images/home.png) center top 6px  no-repeat ;
}
.application
{
	background: url(images/appli.png) center top 6px  no-repeat ;
}
.employees
{
	background: url(images/employee.png) center top 6px  no-repeat ;
}
.college
{
	background: url(images/college.png) center top 6px  no-repeat ;
}
.report
{
	background: url(images/report.png) center top 6px  no-repeat ;
}
.settings
{
	background: url(images/setting.png) center top 6px  no-repeat ;
}
#container
{   
    margin: 0;
    padding: 0;
    width: 100%;
}
#container_left
{
	margin-left: 5px;
    margin-top: 10px;
    min-height: 0;
    width: 255px;
	float:left;
}
ul#menuleft
{
	list-style: none outside none;
    margin: 0;
    padding:8px;
    width: 238px;
	background:url(images/ulbg.png);
}
#menuleft_bottom
{
	width:254px;
	background:url(images/ulbottom.png) no-repeat;
	height:18px;
}
#menuleft_top
{
	width:254px;
	background:url(images/ultop.png) no-repeat;
	height:18px;
}
ul#menuleft li
{
	/*background:url(images/libg.png) no-repeat;
    border-radius: 3px 3px 3px 3px;
    display: block;
    margin-bottom: 0;
    opacity: 1;*/
	width:78%;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:1px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin-bottom:2%;
}
ul#menuleft li a
{
	color:#000;
    display: block;
    font-family: arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    /*height: 57px;*/
    line-height: 37px;
    /*margin-bottom: 5px;*/
    /*padding: 3px 15px 3px 20px;*/
    text-decoration: none;
    text-transform: uppercase;
}
ul#menuleft li a span
{
	color: #8F8E8E;
    display: block;
    font-size: 9px;
    line-height: 0;
    margin: 0;
    padding: 0;
    text-transform: none;
}
ul#menuleft_sub
{
	list-style: none outside none;
    margin: 0;
    padding:8px;
    width: 238px;
	display:none;
	
}
ul#menuleft_sub li
{
	background:none !important;
    border-radius: 3px 3px 3px 3px;
    display: block;
    margin-bottom: 4;
    opacity: 1;
	width:61%;
}
ul#menuleft_sub li a
{
	color:#3C7397;
    display: block;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
     /*height: 30px;
    line-height: 29px;
   margin-bottom: 5px;
    padding: 3px 15px 3px 20px;*/
    text-decoration: none;
    text-transform: uppercase;
}
ul#menuleft_sub li a:hover
{
	background:url(images/arrowleft.png)136px 13px no-repeat;
}
.form_content
{
	background: none repeat scroll 0 0 #FFFFFF;
}
.container_right
{
	background:#f5f5f5;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    margin: 0;
    min-width: 600px;
    padding: 20px;
    position: relative;
    width:76%;
	float:left;
}
.container_right_top
{
	background:url(images/righttop.png) no-repeat;
	width:1010px;
	height:23px;
}
.container_right_content
{
	background: url(images/rightbg.png);
	width:1010px;
	min-height:500px;
}
.container_right_content input[type="text"]
{
	 background:#FBFBFB;
    border:1px solid #DDDDDD;
    box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.2) inset;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight:200;
    outline: medium none;
    padding:3px;
	width:245px;
}
.container_right_content input[type="submit"]
{
	background: url("images/frmbttbg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #B58530;
    border-radius: 4px 4px 4px 4px;
    color: #633C15;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
	float:left;
    height: 36px;
    margin: 0;
    padding:0 20px;
	margin-left:10px;
	outline:medium none;
    text-shadow: 0.1em 0.1em #FDBD59;
}
.container_right_content input[type="button"]
{
	background: url("images/frmbttbg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #B58530;
    border-radius: 4px 4px 4px 4px;
    color: #633C15;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
	float:left;
    height: 36px;
    margin: 0;
    padding:0 20px;
	margin-left:10px;
	outline:medium none;
    text-shadow: 0.1em 0.1em #FDBD59;
}
.container_right_content td
{
	font-size:14px;
	color:#000000;
	font-weight:bold;
	padding-left:20px;
}
.container_right_bottom
{
	background:url(images/rightbottom.png) no-repeat;
	width:1010px;
	height:21px;
}
.student_top
{
background: url(images/wizardbx-bg.png) repeat-x scroll 0 0 transparent;
    height: 57px;
    margin: 30px 0 10px 40px;
    padding: 0;
    position: relative;
    width: 830px;
}
.student_top ul
{
	list-style: none outside none;
    margin: 0;
    padding: 0;
}
.student_top ul li.currentstep
{
	background: url(images/wizard-nav-bg.png) no-repeat scroll -42px -4px transparent;
    height: 56px;
    left: -2px;
    position: absolute;
    text-indent: -999px;
    top: 0;
    width: 57px;
}
.student_top ul li.step1
{
	background: url(images/wizard-nav-bg.png) no-repeat scroll 0 -66px transparent;
    height: 32px;
    left: 200px;
    position: absolute;
    text-indent: -999px;
    top: 12px;
    width: 32px;
}
.student_top ul li.step2
{
	background: url(images/wizard-nav-bg.png) no-repeat scroll 0 -66px transparent;
    height: 32px;
    left: 400px;
    position: absolute;
    text-indent: -999px;
    top: 12px;
    width: 32px;
}
.student_top ul li.step3
{
	background: url(images/wizard-nav-bg.png) no-repeat scroll 0 -66px transparent;
    height: 32px;
    left: 600px;
    position: absolute;
    text-indent: -999px;
    top: 12px;
    width: 32px;
}
.student_top ul li.step4
{
	background: url(images/wizard-nav-bg.png) no-repeat scroll 0 -66px transparent;
    height: 32px;
    left: 800px;
    position: absolute;
    text-indent: -999px;
    top: 12px;
    width: 32px;
}
.search
{
	width:787px;
	padding-left:162px
}
.search_details
{
	width:962px;
	
}
#form_container{
	width:980px;
	 border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 8px #E7E5E5;
	min-height:425px;
	margin:0 auto;
	margin-top:10px;
	background:#F5F5F5;
	}
#form_container h2 {
    border-bottom: 1px solid #DDDDDD;
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 20px;
}
#form_container h2 span {
    color: #2BAD0F;
}
.formConInner {
    padding: 20px;
    position: relative;
}
#form_container h3{
    border-bottom: 1px dashed #DDDDDD;
    color: #D5861C;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 10px 0 6px;
}
table.tbl_form td:first-child{

}
table.tbl_form td{
padding:10px 0 10px 0;
}
table.tbl_form label {
    color: #666666;
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing:0.001em;
}
table.tbl_form input[type="text"] {
    background:#FBFBFB;
    border:1px solid #DDDDDD;
    box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.2) inset;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight:bold;
    outline: medium none;
    padding:3px;
	width:245px;
 }
 table.tbl_form select {
    background:#FBFBFB;
    border:1px solid #DDDDDD;
    box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.2) inset;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight:bold;
    outline: medium none;
    padding:3px;
}
 table.tbl_form select.selPreference{
 width:252px;
 }
 table.tbl_form select.errorSelect{
 border:1px solid red !important;
 }
 table.tbl_form textarea{
    background:#FBFBFB;
    border:1px solid #DDDDDD;
    box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.2) inset;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight:bold;
    outline: medium none;
    padding:3px;
	width:245px;
	height:75px;
	resize:none;
 }
table.tbl_form  #cast_wrap {
    position: relative;
}
table.tbl_form  #ajax_loader_cast {
    background: url("images/loadergreen.gif") no-repeat scroll center center #FFFFFF;
    display: none;
    height: 25px;
    right:0;
    margin: -13px 0 0 -35px;
    position: absolute;
    top: 47%;
    width: 25px;
    z-index: 9999;
}

span.required{
color:red;
}
.formbut {
    background: url("images/frmbttbg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #B58530;
    border-radius: 4px 4px 4px 4px;
    color: #633C15;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
	float:left;
    height: 36px;
    margin: 0;
    padding:0 20px;
	margin-left:10px;
	outline:medium none;
    text-shadow: 0.1em 0.1em #FDBD59;
}
.formbut:hover{
    background: url("images/frmbttbg-h.png") repeat-x scroll 0 0 transparent;
}
.formbutfirst {
    background: url("images/frmbttbg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #B58530;
    border-radius: 4px 4px 4px 4px;
    color: #633C15;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 36px;
    margin: 0;
    padding:0 20px;
	margin-left:10px;
	outline:medium none;
    text-shadow: 0.1em 0.1em #FDBD59;
}
.formbutlast {
    background: url("images/frmbttbg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #B58530;
    border-radius: 4px 4px 4px 4px;
    color: #633C15;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 36px;
    margin: 0;
    padding:0 20px;
	margin-left:330px !important;
	outline:medium none;
    text-shadow: 0.1em 0.1em #FDBD59;
}
.formbut:hover{
    background: url("images/frmbttbg-h.png") repeat-x scroll 0 0 transparent;
}
a.bttnPrev{
text-decoration:none;
padding:8px 18px;
 background: url("images/frmbttbg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #B58530;
    border-radius: 4px 4px 4px 4px;
    color: #633C15;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
	float:left;
    margin: 0;
	margin-left:318px;
	outline:medium none;
    text-shadow: 0.1em 0.1em #FDBD59;
}
a.bttnPrevlast{
text-decoration:none;
padding:8px 18px;
 background: url("images/frmbttbg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #B58530;
    border-radius: 4px 4px 4px 4px;
    color: #633C15;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
	float:left;
    margin: 0;
	margin-left:400px;
	outline:medium none;
    text-shadow: 0.1em 0.1em #FDBD59;
}
a.bttnPrev:hover{
    background: url("images/frmbttbg-h.png") repeat-x scroll 0 0 transparent;
}
.errorSummary{
background:#F7F7F7;
color:#C00;
padding:0px 10px;
border:2px #C00 solid;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
font-weight:bold;
}
.errorSummary p{
	 color:#C00;
	 padding:10px;
 }
 .errorSummary ul{
 margin:5px 0 5px 50px;
 }
  .errorSummary ul li{
  list-style:outside circle;
  line-height:24px;
  }
  span.errors{
  color:red;
  }
.preference_wrap{
min-height:100px;
 } 
.preference_wrap_left{
width:48%;
min-height:100px;
float:left;
} 
.preference_wrap_right{
width:48%;
min-height:100px;
float:right;
} 
.details_wrap{
/*height:425px;*/
 } 
.details_wrap_left{
width:48%;
min-height:100px;
float:left;
border: 1px solid #C5C5C5;
} 
.details_wrap_right{
width:48%;
min-height:100px;
float:right;
border: 1px solid #C5C5C5;
} 
.head{
    background-color: #E3E3E3;
    border-color: #C5C5C5;
    border-style: solid;
    border-width:0 0 1px 0;
	line-height: 18px;
 min-height: 18px;
 padding: 0.5em 0.6em 0.4em;
font-weight:normal;
 color:#2E2E2E;	
}
.tbl_wrapper{
    border: 1px solid #C5C5C5;
	
}
.tbl_wrapper_college{
    border: 1px solid #C5C5C5;
	margin:0 auto;
	width:967px;
}
.u-grid-header table, .u-grid-content table, .u-grid-footer table {
    table-layout: fixed;
}
.u-grid-header{
    background-color: #E3E3E3;
    border-color: #C5C5C5;
    border-style: solid;
    border-width:0 0 1px 0;
 }
 table.tbl_users_head {
    width: 100%;
}
 table.tbl_users_head thead th {
 line-height: 18px;
 min-height: 18px;
 padding: 0.5em 0.6em 0.4em;
overflow:hidden;
font-weight:normal;
border-color:#C5C5C5;
border-style: solid;
border-width: 0 0 0 1px;
 font-weight: normal;
 overflow: hidden;
 text-align:left;
 padding: 0.5em 0.6em 0.4em;
 text-overflow: ellipsis;
 white-space: nowrap;
 color:#2E2E2E;
}
table.tbl_users_head thead th:first-child {
    border-left-width:0;
}
.u-grid-content {
    position: relative;
    width: 100%;
}

table.tbl_users_content {
    width: 100%;
}
table.tbl_users_content tbody td {
 border-style: solid;
 border-width: 0 0 1px 1px;
 line-height: 1.6em;
 overflow: hidden;
 padding: 0.4em 0.6em;
 text-overflow: ellipsis;
 vertical-align: middle;
 border-color:#C5C5C5;
}
table.tbl_users_content tbody td:first-child {
    border-left-width: 0;
}
table.tbl_users_content tr.rowodd{
background-color: #FFFFFF;
}
table.tbl_users_content tr.roweven{
background-color: #F5F5F5;
}
table.tbl_users_content tr.noborder td{
border-bottom-width:0;
}
table.tbl_users_content input[type="text"] {
    background:#FBFBFB;
    border:1px solid #DDDDDD;
    box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.2) inset;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight:bold;
    outline: medium none;
    padding:3px;
	width:98%;
 }
 table.tbl_users_content input[type="text"].tright{
 text-align:right;
 }
  table.tbl_users_content tbody label{
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:14px;
  }
 table.tbl_users_content tbody select {
    background:#FBFBFB;
    border:1px solid #DDDDDD;
    box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.2) inset;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight:bold;
    outline: medium none;
    padding:3px;
}
.u-grid-footer{
 border-color:#C5C5C5;
 border-style:solid;
 border-width:1px 0px 0px 0;
 background-color:#E3E3E3;
}
table.tbl_users_footer {
    width: 100%;
}
table.tbl_users_footer tfoot th {
 line-height: 18px;
 min-height: 18px;
 padding: 0.5em 0.6em 0.4em;
overflow:hidden;
font-weight:normal;
border-color:#C5C5C5;
border-style: solid;
border-width: 0 0 0 1px;
 font-weight: normal;
 overflow: hidden;
 text-align:left;
 padding: 0.5em 0.6em 0.4em;
 text-overflow: ellipsis;
 white-space: nowrap;
 color:#2E2E2E;
}
table.tbl_users_footer tfoot th span{
float:right;
}
 p.note{
 color:#000;
 font-size:14px;
 margin:0 0 10px 0;
 }

 #image_div{
	width:150px;
	height:150px;
	overflow:hidden;
	position:relative;
	border:2px solid #999;
	}

#image_div img{
	width:100%;
	height:100%;
	}	
.remark
{
	 background:#FBFBFB;
    border:1px solid #DDDDDD;
    box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.2) inset;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight:200;
    outline: medium none;
    padding:3px;
	width:940px;
	height:75px;
	resize:none;
}
h2
{
	border-bottom: 1px solid #DDDDDD;
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    margin:0 auto;
    padding: 20px;
	width:962px;
}
h3{
	border-bottom: 1px dashed #DDDDDD;
    color: #D5861C;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 10px 0 6px;
	width:967px;
	margin:0 20px 10px auto;
}
.tbl_college
{
	width:967px;
	margin:0 auto;
}
table.tbl_college td{
padding:10px 0 10px 0;
}
table.tbl_college label {
    color: #666666;
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing:0.001em;
}
table.tbl_college input[type="text"] {
    background:#FBFBFB;
    border:1px solid #DDDDDD;
    box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.2) inset;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight:200;
    outline: medium none;
    padding:3px;
	width:245px;
 }
 table.tbl_college select {
    background:#FBFBFB;
    border:1px solid #DDDDDD;
    box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.2) inset;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight:200;
    outline: medium none;
    padding:3px;
}
 table.tbl_college select.selPreference{
 width:252px;
 }
 table.tbl_college select.errorSelect{
 border:1px solid red !important;
 }
 table.tbl_college textarea{
    background:#FBFBFB;
    border:1px solid #DDDDDD;
    box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.2) inset;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight:200;
    padding:3px;
	width:245px;
	height:75px;
	resize:none;
 }
table.tbl_college  #cast_wrap {
    position: relative;
}
.clear
{
	clear:both;
}
.setting
{
	font-size:14px;
	font-weight:bold;
}
.bttnwrapper {
    height: 40px;
    padding: 20px 0 0;
    text-align: center;
}
ul#application
{
	display:block;
}
ul#application li
{
	width:155px;
	border:1px #999999 solid;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	list-style:none;
	height:100px;
	float:left;
	margin-left:28px !important;
	margin-top:7px;
}
ul#application li span
{
	text-align:center;
	display:block;
	font-size:24px;
	margin-top:20px;
}
.apptittle
{
width:155px;
height:25px;
background:#999999;	
text-align:center;
color:#FFFFFF;
font-weight:bold;
font-size:16px;
}
/******LOGIN STYLES******/
#login_wrapper{
    width:874px;
	min-height:400px;
	margin:60px auto;
	background:#ebf1f7;
}
#login_wrapper_top{
    height:65px;
	font-size:24px;
	background:url('images/regicon.png') no-repeat 5px center #e0eaf4;
	border-top:1px #c9d8e7 solid;
	border-bottom:1px #c9d8e7 solid;
	text-indent:57px;
	line-height:65px;
}

#login_wrapper_content{
min-height:300px;
}
#error_wrapper_login
{
	min-height:50px;
	font-size:14px;
	padding:10px 200px 10px 200px;
}
#error_login{
    background-color: #FFEBE8;
    border-color: #CC0000;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    margin-top: 18px;
    padding: 12px;
}
 #login_tbl_wrap{
 	width:400px;
	margin:0 auto;
}
table.tbl_login td{
padding:10px 0 10px 0;
}
table.tbl_login label {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing:0.001em;
}
table.tbl_login input[type="text"],input[type="password"] {
    background:#FBFBFB;
    border:1px solid #DDDDDD;
    box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.2) inset;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight:200;
    outline: medium none;
    padding:3px;
	width:245px;
 }

 table.tbl_login select {
    background:#FBFBFB;
    border:1px solid #DDDDDD;
    box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.2) inset;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight:200;
    outline: medium none;
    padding:3px;
}
 table.tbl_login a#recovery{
    text-decoration:none;
	color:#0075AA;
 }
  table.tbl_login a#recovery:hover{
  text-decoration:underline;
  }
#login_wrapper_bottom{
    height:65px;
 	border-top:1px #c9d8e7 solid;
	border-bottom:1px #c9d8e7 solid;
}
#login_wrapper_bottom input[type="submit"]
{
	background: url("images/frmbttbg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #B58530;
    border-radius: 4px 4px 4px 4px;
    color: #633C15;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 37px;
    padding:0 20px 0 20px;
	outline:medium none;
    text-shadow: 0.1em 0.1em #FDBD59;
	float:right;
	margin:15px 20px 0px 0px;
}
#login_wrapper_bottom input[type="submit"]:hover
{
	background: url("images/frmbttbg-h.png") repeat-x scroll 0 0 transparent;
}

/******LOGIN STYLES ENDS******/
a.account{
	       color:#fff;
		   text-decoration: none;
			background:url(images/arrowdropdown.png) right center no-repeat;
			cursor:pointer;
			display: block;
			padding-right:18px;
		}  
div.submenudropdown
{
top:30px;
width:145px;
background: url("images/arrowtop.png") no-repeat scroll 18px 1px transparent;
padding-top:5px;
right:0px;
position:absolute;
z-index:9999;
}
div.submenudropdown ul{
list-style:none;
border:1px solid #ddd;
background:#fff;
border-top:1px solid #fff;
box-shadow:2px 2px 2px #000;
-moz-border-radius:0 0 5px 5px;
-webkit-border-radius:0 0 5px 5px;
border-radius:0 0 5px 5px;
overflow:hidden;
	}
div.submenudropdown ul li{
	display:block !important;
	border:none !important;
	}	
div.submenudropdown  li a {
   color: #000 !important;
   width:135px !important;
   padding:6px;
   cursor: pointer;
  text-decoration:none;
}
div.submenudropdown ul li a:hover{
    background:#3C7397 !important;
    color: #FFFFFF  !important;
	display:block !important;
    text-decoration: none;
}	
.select1 {
    background:#FBFBFB;
    border:1px solid #DDDDDD;
    box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.2) inset;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight:200;
    outline: medium none;
    padding:3px;
	margin-left:20px;
}