/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #cccccc url('../images/bg_grad.jpg') fixed;
	font-family: verdana, helvetica, arial;
	font-size: 10px;
	font-weight: normal;
}
table { width: 99%; }
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 16pt Arial, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold normal 11pt Arial, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

label{
	 font: bold 1em Arial,sans-serif;
	 color: #334d55;
}

input, select, button, textarea {
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
}

dl dt { font-size: 12px; color: #334d55; font-weight: bold; margin-top: 5px; }
dl dd { margin-left: 10px; padding: 2px; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 10px;
	left: 1%;
	right: 1%;
	width:98%;
	background: url('../images/c21bcr_logo_sm.png') top right no-repeat #FFFFFF;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 1%;
	right: 1%;
	width:98%;

}

#pageNav{
	float: left;
	width:150px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: normal 11px Verdana, sans-serif;
	color: #21536A;
}

#content{
	padding: 10px;
	margin:0px 0px 0px 150px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: normal 9px verdana,arial,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

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

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	height: 35px;
	vertical-align: middle;
}
#pageName h1 { vertical-align: middle; }

#pageName h2{
	font: bold 18pt Arial, sans-serif;
	color: #666666;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}


/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }

#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;

}

#search a:hover{
	margin: 0px;
}



/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 10pt;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 14pt Arial, sans-serif;
	color: #000000;
	padding: 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 10pt;
	font-weight: normal;
}

.story h3{
	font: bold 12pt Arial, sans-serif;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.IDs{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.IDs:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 9px;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url('../images/bg_nav.jpg');
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

#sectionLinks a.current:link, #sectionLinks a.current:visited, #sectionLinks a.current:hover{
	border: none;
	background: #21536A;
	color: #FFF;
}


/************* relatedLinks styles **************/

.relatedLinks{
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 5px 0px;
	font-family: verdana;
}

.relatedLinks a{
	display: block;
}




/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}


.footer {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	color: #666666;
}
/********************* end **********************/

table.list { border: 1px solid #000; }
table.list th { text-align: left; border-bottom: 1px solid #333; background: #DDD; }
table.list td { border-bottom: 1px solid #888; padding: 2px; }
table.list tr:hover { background: #EEE; }
/* table.list td:hover { background: #DDD; } */

form.top-labels label { display: block; margin-top: 10px; }
form fieldset { padding: 10px; margin: 10px 0; }
form legend { font-size: 12px; font-weight: bold; }

.calendar-full table { border: 1px solid #000; border-collapse: collapse; }
.calendar-full th { font-size: 12px; border: 1px solid #000; }
.calendar-full th.title { border: none; font-size: 14px; }
.calendar-full td { border: 1px solid #000; width: 14%; height: 86px; vertical-align: top; padding:0; }
.calendar-full td.shadow { background: #DDD; } 
.calendar-full td.today { background: #FFFF99; }
.calendar-full td strong { display: block; text-align: right; color: #444; background: #EEE; margin: 0; padding: 0 2px; }
.calendar-full td p { margin: 0; padding: 2px; }

.calendar-day table { border: 1px solid #000; border-collapse: collapse; }
.calendar-day th { text-align: right; vertical-align: top; width: 75px; font-size: 14px; color: #777; } 
.calendar-day tr { border-bottom: 1px dotted #999; }
.calendar-day td { padding: 2px; vertical-align: top; }
.calendar-day td table { border: none; }
.calendar-day td tr { border: none; }

/* define calendar specific colors here */
.cal-event a:hover { text-decoration: none; }
.cal-event a.aiken { background: #EEB10C; font-weight: bold; color: #FFF;}
.cal-event a.columbia   { background: #3366CC; font-weight: bold; color: #FFF;}
.cal-event a.greenville { background: #4CB052; font-weight: bold; color: #FFF;}
.cal-event a.companywide { background: #7083A8; font-weight: bold; color: #FFF;}
.cal-event a.careernight { background: purple; font-weight: bold; color: #FFF;}
/* end calendar specific colors */


.event { border: 1px solid #777; padding: 5px; }
.event h3 { margin-bottom: 5px; }
.event big { text-transform: uppercase; }
.event p { padding: 0 5px; margin: 0 0 5px 0; }

#event-view { padding: 2px; position: absolute; overflow: auto; text-align: left; background: #FFF; top:-1px; left:-1px;}
#event-view h3 { font-size: 12px; margin: 0; padding: 3px 0; }
.event { margin: 10px 0; padding: 2px; }
h3 small { padding-left: 15px; font-size: 12px; font-weight: normal; }

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
div.autocomplete ul li span.hidden { display: none; }



table.home-page td.off { border: 1px solid #CCC; background: #EEE; padding: 5px; width: 50%; vertical-align: top; }
table.home-page td.on  { border: 1px solid #000; background: #FFF; padding: 5px; width: 50%; vertical-align: top; }

#photo-iframe { width: 205px; height: 205px; border: 0; text-align: center;}

ol.faq li { margin: 5px 0; font-size: 12px; }
div.faq { border: 1px solid #CCCCCC; padding: 2px; font-size: 12px;}

.msgboard, .msgboard a, .msgboard a:hover {
    font-size: x-small;
    _font-size: xx-small;
}
.msgboard {
    width: 100%;
    padding: 0;
    margin: 0;
    border-collapse:collapse;
}
.msgboard th {
    text-align: left;
    font-size: small;
    _font-size: larger;
}
.msgboard tr td {
}
.msgboard tr td.post {
    border: 1px solid #000;
    margin: 1px;
    vertical-align: top;
}
.msgboard form textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #000;
}

