@charset "utf-8";
html {
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	top: 0px;
	margin: 0 0 0 0;
	/*background: url('../images/backgrounds/bg.jpg');*/
	background-color: #999999;
	
	background-attachment:fixed;
	font-family: "Segoe UI", Century Gothic, sans-serif;
	font-size: 13px !important;
}

.captcha {
	padding: 10px 15px 10px 15px;
	text-align: center;
	background-color: #cccccc;
	color: #555;
	width: auto;
	font-size: 1.5em;
	margin: 0px 2px 0px 0px;
	text-transform: uppercase;
}
.myRequestsblockMain {
	background-color: #FFFFFF !important;
	width: 98%;
	border-bottom: 1px solid #ccc;
	padding: 0px !important;
	min-height: 400px !important;
}

.MenuTable {
	background-color: gainsboro;
	padding: 5px;
	border-collapse: collapse;
}

	.MenuTable td {
		border-bottom: solid 1px white;
		border-top: solid 1px white;
		border-right: solid 0px white;
		border-left: solid 0px white;
		border-collapse: collapse;
		padding: 5px;
	}

		.MenuTable td:hover 
		{
			background-color: aliceblue;
		}

.MenuTable a {
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	color: darkblue;
}

.MenuTable a:visited {
	color: darkblue;
}

.MenuTable a:hover {
	color: darkgreen;
}

img, fieldset {
	border: 0;
}
.FileUploadClass
        {
            font-size:12px !important;   
            height:30px !Important;   
        }
        .FileUploadClass input[type=file]
        {
           
        }
        
         .FileUploadClass input[type=text]
        {                       
             font-size:12px !important;    
             height:30px !Important;  
        }


.input_text_area {
	width: 100%;
	height: 100px;
	padding: 10px;
	color: #555;
	font-family: "Segoe UI", Century Gothic, sans-serif;
	font-size: 12px;
	border: 1px solid #d2d2d2;
	background-color: #f8f8f8;
	margin-top: 3px;
	margin-bottom: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.input_text_area:focus
{
    background-color: #FFFFAE;
}
/* Global Styles */
input, textarea, select, button
{
  -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
  -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
  box-sizing: border-box;
  font-family: "Segoe UI", Century Gothic, sans-serif;          
}

input[type="text"], select, input[type="password"] {
	width: 100%;
	padding: 7px;
	color: #555;
	font-size: 13px;
	border: 1px solid #d2d2d2;
	background-color: #ffffff;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type=text]:focus, input[type="password"]:focus, select:focus {
	background-color: #FFFFAE;
	border: 1px solid #999999;
}

.short1 {
	width: 150px !important;
}

.short2 {
	width: 100px !important;
}

.short3 {
	width: 65% !important;
}

.short4 {
	width: 99% !important;
}

.input_text_readonly {
	background-image: url('../images/icon_readonly_1.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
}

#slideshow, img.bgM {
        min-height: 100%;
        min-width: 1024px;
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index:-9999;
}


#global {
	margin: 0 0 0 0; /* top 0 right auto - center*/
	width: 100%;
}
#header {
	width: 100%;
}

.PageTitle 
{
    background-color: #111111;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px;
	color: White;
	float: left;
	height: 20%;
	top: 60px;
	position: relative;
	width:200px;
}

.big_title_home
{
    font-size: 40pt;
    font-family: Impact;
    color: #f8ad00;
    max-width: 600px;
    text-shadow: 4px 4px 4px rgba(68, 68, 68, 1);
    line-height: 70px;
    min-width: 390px;
}

.small_title_home
{
    font-size: 12pt;
    color: White;
    text-shadow: 3px 3px 3px rgba(20, 20, 20, 1);
    max-width: 500px;
    text-align:left;
}



/* Display Form */

.FormTable /* grid */ {
	border-collapse: collapse;
	width: 100%;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}
.FormTable tr td /* row */ {
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
	border: 0px;
	border-bottom: 1px solid #FFFFFF;
}
.FormTableBenefits /* grid */ {
	border-collapse: collapse;
	width: 100%;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}
.FormTableBenefits tr td /* row */ {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	border: 0px;
}
.form-group 
{
	background-color: #F3F3F3;
}
.form-group-alt
{
	background-color: #FFF;
}
.formtitleboxby4 
{
	min-width: 120px;
	width: 150px;
	color: #111111;
	background-color: #e9e9e9;
}
.formtitleboxbynowidth 
{	
	color: #111111;
}
.formtitleboxfull 
{
	color: #111111;
	background-color: Red !important;
	padding:0px !important;
	padding-bottom: 0px !important;
	border: 0px !important;
}

.formtitleboxby200 
{
	min-width: 120px;
	width: 210px;
	color: #111111;
	background-color: #e9e9e9;
	padding-left:5px;
}


.formvalueboxby4 {
	color: #444;
	min-width: 35%;
	padding:5px;
}

.formvalueboxnowidth {
	color: #444;	
	padding:5px;
	
}

.formvalueboxby4-RightPad 
{
	padding-right: 5px !important;
}

.formvalue {
	color: #666;
	border: 10px solid red;
}

.form_error_block
{
    display: block;
    border-left: 15px solid #CD433C !important;
    padding-left: 10px;
}

.nodecor_opt, .nodecor_opt A, .nodecor_opt A:visited, .nodecor_opt A:hover
{
    text-decoration: none;
}

.opt_white, .opt_white A, .opt_white A:visited, .opt_white A:hover
{
     width: auto; 
     color: White !important; 
     font-size: 22px;
     text-decoration: none;
     font-weight: bold;
     font-family: "Sans-Serif";
}
.opt_label
{
    color: White;
    width: auto; 
    font-size: 11px;
}

.resincomp
{
    border-left: 10px solid #CD433C !important;
    padding-left: 10px;
}

.rescomp
{
    border-left: 10px solid green !important;
    padding-left: 10px;
}

.cv_nav
{
    padding: 10px 10px 10px 10px; 
    background-color: #f9f9f9; 
    width: 50%; 
    border-top: 1px solid #dcdcdc;
    color: #111;
}

.cv_navfull1
{
    padding: 100px 100px 10px 10px; 
    background-color: red; 
    width: 100%; 
    border-top: 1px solid #dcdcdc;
    color: #111;
}

.nohoverdecor A:hover, .nohoverdecor A:visited, .nohoverdecor A:link, .nohoverdecor A
{
    color: #333;
}

.alert_profsection
{
    color: #CD433C;
    font-size: 16px;
    font-weight: bold;    
}


.alert
{
    color: #FF0000 !important;
    font-size: 13px;
   
}


.errorMessage
{
    color: #FF0000 !important;
    font-size: 13px;
}
/* GridView Styler */


.GridStyle2 /* grid */ {
	border-collapse: collapse;
	width: 100%;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}
.GridStyle2 tr th /* header */ {
	background-color: #555555;
	color: #ffffff;
	padding: 5px 5px 5px 8px;
	border: 0px;
	text-align: left;
	border: 1px solid #fff;
	font-weight: normal;
	text-transform: uppercase;
}
.GridStyle2 tr td /* row */ {
	padding: 4px 0px 4px 8px;
	color: #454545;
	vertical-align: middle;
	border: 1px solid #fff;
}
.GridRow2 {
	padding: 3px 0px 3px 8px;
	color: #454545;
	vertical-align: middle;
	border: 0px;
}
.CenterColumn {
	text-align: center !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.GridAlternateRow2 /* alternate row */ {
	background-color: #f3f4f5;
	border: 0px;
}
GridAlternateRow2_BorderOnly {
	border-bottom: 1px solid gray;
	background-color: #fff;
}

.GridStyle1 /* grid */ {
	border-collapse: collapse;
	width: 100%;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	
}
.SelectedRowStyle {
	background-color: #FFE0C1;
}

tr.directory td
{
   border-bottom: 1px solid black;
}
.GridStyle1 tr th /* header */ {
	background-color: #64687B;
	color: #ffffff;
	padding: 5px 5px 5px 8px;
	border: 0px;
	text-align: left;
	border: 1px solid #fff;
	font-weight: normal;
	text-transform: uppercase;
}
.GridStyle1 tr td /* row */ {
	padding: 4px 4px 4px 4px;
	color: #454545;
	vertical-align: middle;
	border: 1px solid #fff;
}
.GridRow {
	padding: 3px 3px 3px 3px;
	color: #454545;
	vertical-align: middle;
	border: 0px;
}

.GridRowBorder {
	padding: 3px 0px 3px 8px;
	color: #454545;
	vertical-align: middle;
	border: 1px;
}

.GridAlternateRow /* alternate row */ {
	background-color: #f3f4f5;
	border: 0px;
}
GridAlternateRow_BorderOnly {
	border-bottom: 1px solid gray;
	background-color: #fff;
}
.GridStyle1Pager a, .GridStyle1Pager span
{
    display: block;
    padding: 5px 7px 5px 7px;
    text-align: center;
    text-decoration: none;
}
.GridStyle1Pager a
{
    background-color: #E8E8E8;
    color: #333333;        
}
.GridStyle1Pager span
{
    background-color: #FF482E;
    color: #FFFFFF;
}


/* RESPONSIVE STYLES */

/* For width less that 880px */
@media all and (max-width: 880px) {}

/* For width between 881px and 999px */
@media all and (min-width: 881px) and (max-width: 999px) {}


/* For width between 1000px and 1199px */
@media all and (min-width: 1000px) and (max-width: 1199px) {}


/* For width above 1200px */
@media all and (min-width: 1200px) {}

/* END RESPONSIVE STYLES */

#topleftarea {
	float: left;
	height: 110px;
	width: 70%;
	display: inline-block;
	overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#toprightarea {
	float: left;
	height: 110px;
	/*background-image: url('../images/profile_bg_2.jpg');
	background-position: center center;*/
	background-color: #000080;
	width: 30%;
	display: inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#my-cute-slider {
	position: relative;
}
#slider-wrapper {
	position: relative;
	min-width: 300px;
	width: 100%;
	margin: 0 auto;
}

.home_error
{
    color: #ffffff;
    background-color: #CD433C;
    padding: 2px 5px 2px 5px;
    margin: 0px 0px 0px 5px;
}

.inputformcontentholder
{
    width: 100%;
    display: table;
}

.Job_Openings_Title
{
    font-size: 35px;
    font-family: Century Gothic;
    color: #1DC499;
    font-weight: 500;
    background-image: url('../images/icon_person_1.png');
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: left center;
}

.Job_Openings_SubTitle
{
    font-size: 16px;
    font-family: Calibri;
    color: #555;
    font-weight: 200;
}

/* Input Form */

.tag2 {
	padding: 7px 10px 7px 10px;
	text-align: center;
	background-color: #FF482E;
	color: White;
	width: auto;
	float: right;
	font-size: 11px;
	margin: 0px 2px 0px 0px;
	text-transform: uppercase;
}


.button_type-general {
	font-size: 11px;
	color: #fff;
	font-weight: 600;
	background-color: #E84C3D;
	border: 0px;
	border-style: none;
	text-align: center;
	padding: 8px;
	text-transform: uppercase;
}

.button_type-login {
  display: inline-block;
  padding: 8px;
  font-size: 12pt;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #5e320f;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px #999;
  width:100px;
  text-transform: uppercase;
}


.button_type-login:hover {background-color: #f8ad00}

.button_type-login:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.button1 {
	color: #fff;
	font-weight: 500;
	background-color: #5e320f;
	text-align: center;
	border: 0px;
	border-style: none;
	padding: 8px;
	text-decoration: none;
	text-transform: uppercase;
	min-width:120px;	
    border: none;
    border-radius: 15px;
    box-shadow: 0 3px #f8ad00;
}

.button1:hover {background-color: #f8ad00}


.button2 {
	color: #fff;
	font-weight: 500;
	background-color: #004080;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	border: 0px;
	border-style: none;
	padding: 5px;
	text-decoration: none;
}
.button3 {
	color: #333;
	font-weight: 500;
	background-color: #FFFFFF;
	text-align: center;
	border: 0px;
	border-style: none;
	padding: 4px;
	text-decoration: none;
}

.button5
{
    font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	background-color: transparent;
	text-align: center;
	border: 2px solid white;
	border-radius:4px;
	-moz-border-radius: 4px; 
    -webkit-border-radius: 5px; 	
	padding: 8px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}

.button6
{
    background-color: #5e320f;
    font-size: 14px;
	color: White;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid white;
	border-radius:4px;
	-moz-border-radius: 4px; 
    -webkit-border-radius: 5px; 	
	padding: 8px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	min-width:200px;
	
}

.button6:hover {
    background-color: #f8ad00; /* Green */
    color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.button_cancel {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 500;
	background-color: #777777;
	text-align: center;
	border: 0px;
	border-style: none;
	padding: 4px;
	text-decoration: none;
}

.required
{
    border-right: 3px solid #CD433C !important;
}

.inputform {
	padding: 20px;
	background-color: #efefef;
	border:2px solid #efefef;
	border-radius:5px;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
}

.formheader
{
    background-color: #21374C;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0px;
    position: relative;
}
.forminstruct
{
    padding: 5px;
    font-size: 12px;
    background-color: #f5f5f5;
}

.formblock
{
    clear: both;
    padding: 5px;
}
.formtitle
{
    float: left;
    font-size: 13px;
    color: #444;
    text-transform: uppercase;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 1px;
    clear: both;
    
}
.formelement
{
    display: block;
    width: 100%;
    clear: both;
}

.formelement_adjacent_50
{
    float: left;
    width: 50%;
}


.cleartop10 {
	padding-top: 10px;
	clear: both;
}

.PortletHolder {
	width: 100%;
	height: auto;
	float: left;
	background-color: transparent;
	clear: both;
}
.PortletTitle {
	font-size: 10pt;
	text-transform: uppercase;
	color: #006495;
	font-weight: bold;
}


.PortletSubTitle {
	font-size: 9pt;
	text-transform: uppercase;
	color: #004C70;
	font-weight: bold;
}

.PortletTitle1 
{
    background-color:#3194B0;
	font-size: 13px;
	text-transform: uppercase;
	padding: 10px;
	color: #FFFFFF;
	float: left;
}

.homeLink
{
    color: White !Important;
    text-decoration:none;
}

.homeLink: hover
{
    color: White;
    text-decoration:none;
}

.job_opening
{
    height: auto;
	font-size: 12px;
	background-color: White;
	padding: 5px; /*border-bottom: 3px solid #F2F4F8;*/
	overflow: auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fontbold {
	font-weight: bold;
}

.Portlet2 {
	height: auto;
	font-size: 12px;
	background-color: White;
	padding: 10px; /*border-bottom: 3px solid #F2F4F8;*/
	overflow: auto;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}

.Portlet1 {
	height: auto;
	font-size: 12px;
	background-color: White;
	padding: 10px; /*border-bottom: 3px solid #F2F4F8;*/
	overflow: auto;
}
.Portlet1
{
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-right: 1px solid #efefef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.15), -1px 0px 0px rgba(0,0,0,0.03), 1px 0px 0px rgba(0,0,0,0.03), 0px 1px 0px rgba(0,0,0,0.12);
}

.navigation-menu {
	font-family: "Segoe UI";
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	min-width: 80px;
	white-space: nowrap;
	border: 0px;
	border-style: none;
}

.navigation-menu:hover {
	font-family: "Segoe UI";
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	height: 80px;
	min-width: 80px;
	white-space: nowrap;
	border: 0px;
	border-style: none;
}

.navigation-menu-active {
	background-image: url(../images/trans_bg_1.png);
	font-family: "Segoe UI";
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	height: 40px;
	min-width: 80px;
	white-space: nowrap;
	border: 0px;
	border-style: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.navigation-menu-text {
	text-align: center;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: white;
	margin-top: 30px;
	padding-bottom: 10px;
    padding-top: 10px;
}

.navigation-menu-text:hover {
	background-image: url(../images/trans_bg_1.png);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    
}

.navigation-menu-text A, .navigation-menu-text A:visited, .navigation-menu-text A:link {
	text-decoration: none;
	color: white;
}
ul#top-navigation-menu, ul#top-navigation-menu li 
{
	/* Setting a common base */
	margin: 0;
	padding: 0;
}
ul#top-navigation-menu li {
	display: inline-block;
	vertical-align: top;
}
#top-navigation-menu {
	position: absolute;
	right: 50px;
	top: 0px;
	height: 80px;
	z-index: 900;
}
.floating_logo {
	position: absolute;
	left: 30px;
	top: 5px;
	z-index: 1500;
}
#search input:focus {
	border-color: #ddd;
}
#search input {
	width: 80%;
	margin-right: -30px;
	height: 35px;
	background-color: #ecf8f6;
	background-position: right 8px;
	background-repeat: no-repeat;
	background-color: #fff;
	outline: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: url(../images/search_button.png);
	padding-left: 10px;
	border: 1px #fff solid;
	border-radius: 6px;
	outline: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	left: 20px;
	position: relative;
}
#searchtips {
	font-size: 12px;
	color: #4C4C4C;
	padding-top: 5px;
	left: 20px;
	position: relative;
}
.galheadingtitle {
	font-size: 18px;
	font-weight: 600;
	color: #252525;
	padding-top: 20px;
	padding-bottom: 9px;
	left: 20px;
	position: relative;
}
.sectiontitle {
	font-size: 15px;
	font-weight: 700;
	color: #444;
	padding-top: 20px;
	padding-bottom: 9px;
	left: 20px;
	position: relative;
}
#scholarphoto {
	height: 224px;
	width: 146px;
	float: right;
	position: relative;
	right: 20px;
	bottom: 139px;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url('../images/scholar.png');
}
.heightspacer_10 {
	height: 10px;
}
.heightspacer_20 {
	height: 20px;
}
.heightspacer_30 {
	height: 30px;
}
#jobdisplayarea {
	margin: 0 auto;
	width: 90%;
	position: relative;
	background: #fff;
	height: 235px;
	display: block;
}

#careerarea {
	float: left;
	width: 30%;
	background-color: #F0F0F0;
}

#header, #toparea, #homecontentarea, #footertop, #footerbottom {
	min-height: 80px;
	clear: both;
}

#header, #footertop, #footerbottom {
	min-height: 80px;
	clear: both;
}

#toparea {
	height: 100px;
}

.widget {
	border: 1px solid #EEEEEE;
	padding: 30px;
	background-color: white;
	font-size: 15px;
	color: #444;
	padding-top: 5px;
	padding-bottom: 9px;
	left: 20px;
	position: relative;
	width: 80%;
}
.trainingscholarshipheading {
	font-size: 22px;
	font-weight: bold;
	font-family: "century gothic";
	color: #fff;
	padding-top: 20px;
	padding-bottom: 9px;
	left: 20px;
	position: relative;
}
.scholarswriteuptext {
	font-size: 14px;
	color: #fff;
	left: 20px !important;
	position: relative !important;
	width: 55% !important;
	overflow: hidden !important;
}
#scholarsapplybutton {
	height: 20px;
	float: right;
	position: relative;
	right: 100px;
	position: relative;
	background-position: bottom right;
	background-repeat: no-repeat;
}
#footertoparea {
	float: left;
	background-color: #333;
	width: 100%;
	height: 30px;
}
#footerleft1 {
	float: left;
	display: inline-block;
	width: 30%;
}
#footerleft2 {
	float: left;
	display: inline-block;
	width: 20%;
}
#footerleft3 {
	float: left;
	display: inline-block;
	width: 25%;
}
#footerleft4
{
    float: left;
	display: inline-block;
	width: 25%;
} 

.footertitle {
	font-size: 16px;
	font-weight: lighter;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 9px;
	left: 20px;
	position: relative;
}
.footercontent {
	font-size: 13px;
	color: #909090;
	left: 20px !important;
	position: relative !important;
	width: 90% !important;
	overflow: hidden !important;
}
.shortbutton {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	background-color: #E84C3D;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	width: 75px;
	position: relative;
	left: 20px;
	top: 15px;
}
.shortbuttontext { /* style added by vikas. this applies to MORE button in the footer*/
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.footerlinkicon {
	width: 25px;
	vertical-align: middle;
	align: left;
}
.footerlink {
	font-size: 13px;
	color: #909090;
	text-decoration: underline;
	vertical-align: middle;
}
#footerbottomarea {
	float: left;
	background-color: #252525;
	width: 100%;
	height: 100px;
}
#footercopyright {
	font-size: 13px;
	color: #ddd;
	width: 50%;
	float: left;
	left: 10px;
	top: 10px;
	position: relative;
}
.footercopyrightlink {/*added by vikas to remove underline from hyperlink*/
	font-size: 13px;
	color: #ddd;
}
#footersocialmedialinks {
	float: left;
	width: 50%;
	right: 10px;
	top: 10px;
	position: relative;
}

#headerimage {
	height: 200px;
	background-image: url(../images/page-head.jpg);
	background-repeat: no-repeat;
	width: 100%;
}
#searchareatrim {
	float: left;
	background: #CDCDD1;
	height: 120px;
	width: 30%;
	display: inline-block;
}
#pagetitle {
	float: left;
	height: 120px;
	width: 70%;
	display: inline-block;
	overflow: hidden;
}
#pagetitlewithsearch {
	background-color: #EEEEEE;
	height: 120px;
}
.sitecontent {
	font-size: 14px;
	color: #333;
	padding: 5px 20px 20px 20px;
	overflow-style: auto;
}

.contactformlabel { /* added by vikas for contact form labels*/
	font-size: 14px;
	color: #333;
	padding-left: 20px;
	float:left;
	overflow-style: auto;
    width:100px;
}

/* page content areas - left and right */

#bottomarea {
	float: left;
	width: 100%;
	overflow: hidden;
}

#bottomleftarea {
	float: left;
	width: 70%;
	background: #ffffff;
	padding-bottom: 100%;
	margin-bottom: -100%;
	-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
    box-sizing: border-box;
}

#bottomrightarea {
	float: left;
	/*min-height: 640px;*/
	width: 30%;
	/*background-color: #F0F0F0;*/
	/*background-image: url('../images/trans_bg_1.png');*/
	padding-bottom: 100%;
	margin-bottom: -100%;
	border-left: 10px solid #dcdcdc;
	-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
    box-sizing: border-box;
   
}


/* sub navigation */
.subnav-menu
{
    display: block;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #efefef;
    /*background-color: White;*/
    background-image: url('../images/trans_bg_3.png');
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 11px;
}
.subnav-menu A
{
    text-decoration: none;
    color: #FFFFFF;
    padding-left: 10px;
}



/* contact form */

.contactbox
{
    width: 80%;
	min-height: 25px;
	background-color: #ecf8f6;
	background-position: right 8px;
	background-repeat: no-repeat;
	background-color: #fff;
	outline: none;
	padding-left: 3px;
	border: 1px #fff solid;
	outline: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
}

.contactusfields {
	font-size: 13px;
	font-weight: 500;
	color: #444;
	left: 20px;
	position: relative;
}



/* right section widgets */

#widgetbackgroundservices
{
	background-image: url('../images/emir_programs.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	width: 100%;
	height: 165px;
}

#widgetbackground
{
	background-image: url('../images/widget_trainscholar.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	width: 100%;
	height: 160px;
}

#widgetwriteup
{
	font-family: "Segoe UI";
	font-size: 13px;
	color: #4c4c4c;
	background-color:#ffffff;
	padding: 10px;
}

#widgetrightsection
{
    padding-top: 0px;
	left: 0px !important;
	position: relative !important;
	width: 100% !important;
	overflow: hidden !important;
	
}



/* twitter widget */

.twitterzone
{
    padding-top: 11px;
    padding-right: 10px;
}


/* career banner */
#careertext
{
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	position: relative;
	left: 0px;
	top: 90px;
	float: left;
	background-image: url('../images/trans_bg.png');
	background-repeat: repeat;
	background-position: top left;
	width: 100%;
	height: 30px;
}



.modal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.center
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.center img
{
    height: 128px;
    width: 128px;
}

.CheckBoxList
{  
    border: solid 0px red;
}

.CheckBoxList tr td
{   
    border: solid 0px red !important;
}

.RadioButtonList
{  
    border: solid 0px red;    
}

.RadioButtonList tr td
{   
    border: solid 0px red !important;  
    color: Black !important;
}

/* mobile enabling 

@media (min-width: 320px) and (max-width: 800px) {
#searchareatrim, #careerarea {
	display: none;
}
#pagetitle, #homecontentarea, #contentarea, #searchareatrim {
	width: 100%;
	clear: both;
}
} 

*/


/* CALENDER STYLES */

.MyCalendar .ajax__calendar_container {
            border: 2px solid #646464;
            background-color: White;
            color: black;
            height:170px !important;
            padding-right:0px !important;
            padding-left:0px !important;
            padding-bottom:0px !important;
            padding-top:5px !important;
            width:16em;
            margin:4px !important;
        }
        
        .MyCalendar .ajax__calendar_body
        {
            height:130px;
            width:18em;
            padding:0px;
            border: solid 0px #999;
        }

            .MyCalendar .ajax__calendar_container th {
                padding-top: 2px !important;
                padding-bottom: 0px !important;
                padding-left: 0px !important;
                padding-right: 0px !important;
              
            }

            .MyCalendar .ajax__calendar_container td {
                background-color: White;
                padding-top: 2px !important;
                padding-bottom: 0px !important;
                padding-left: 0px !important;
                padding-right: 0px !important;
                border-bottom: solid 0px #999;
                margin:0px !important;
            }

        .MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year 
        {
            color: White;
        }

        .MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year 
        {
            color: blue;
        }

        .MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year 
        {
            color: green;
            font-weight: bold;
        }
        
  /* END OF CALENDER STYLES  */  