/*@charset "utf-8";*/

/* ICAA Global Styles Document */


/* =basic */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, p { 
	margin: 0px; 
	padding: 0px; 
	}
fieldset { border: 0 none; }

html, body {
	/*height:100%;*/
	}

form#aspnetForm {
	/*height:100%;*/
	width:100%;
	top:0;
	left:0;
	position:absolute;
	}

a:link { 
	color: #74983e; 
	text-decoration: underline; 
	}
a:visited {
    color: #5c7339;
    text-decoration: underline;
}

a:hover, a:active  { 
	color: #74983e; 
	text-decoration: underline; 
	}

a[disabled]:hover, a[disabled]:active  { 
	color: #000000; 
	text-decoration: none;
	}
	
a img { border: 0 none; }

:focus { outline: none; }

h1 { 
	font-size: 24px; 
	padding-top: 9px; /* padding instead of margin because of layout issue */
	margin-bottom: 9px;
	color:#0d3f69;
	}

h2 { 
	font-size: 20px; 
	padding-top: 8px; /* padding instead of margin because of layout issue */
	margin-bottom: 8px;
	color:#138ac5;
	}
	
h3 { 
	font-size: 17px; 
	padding-top: 7px; /* padding instead of margin because of layout issue */
	margin-bottom: 7px;
	color: #138ac5;/*#7e6d60;/*#ca6510;*/
	}
	
h3 a:link, h3 a:visited { 
	color:#138ac5;
	}	
	
h4  
{
    padding-top: 6px; /* padding instead of margin because of layout issue */
	margin-bottom: 6px;
	}
	
h5 { 
	padding-top: 5px; /* padding instead of margin because of layout issue */
	margin-bottom: 5px;
	}
	
h6 { 
	padding-top: 4px; /* padding instead of margin because of layout issue */
	margin-bottom: 4px;
	}

h1,h2,h3,h4,h5,h6 { 
	padding-bottom: 4px; 
	line-height: 120%; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}
h3,h4,h5,h6 {
    font-family: Arial, Helvetica, Sans-Serif;
    }
p {
	margin-bottom:1em;
	line-height:1.25em;
	}
ol.sublist {list-style-type: lower-alpha;}

.fRight { float: right; }
.fLeft { float: left; }

@media screen {
	
	
body { 
	width: 100%;
	background-color:#f1f1e9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.81em;
	color:#2f2f2f;
	}
	
	
/* =custom */	

.alignright 
{
	text-align:right;
}

/* =hiddenboxes */
#LoginBox { 
	background-color: #fffbed; 
	display:none;
	height:160px;
	text-align:center;
	margin:0px auto;
	font-size:13px;
	}
	
#SearchBox { 
	background-color: #fffbed; 
	display:none;
	height:165px;
	text-align:center;
	margin:0px auto;
	font-size:13px;
	}
	
	.boxframe {
		width:980px;
		padding:5px 10px;
		margin:0px auto;
		text-align:left;
		}
		

#loginleftside {
	width:306px;
	float:left;
	padding-right:20px;
	}

/* width designated for a special case */	
#LoginBox #loginrightside {	width:633px; }
/* end special case */
#loginrightside {
	float:left;
	border-left:solid 1px #cdcdcd;
	padding-left:20px;
	height:65px;
	}
	
			#loginrightside fieldset {
			border:none;
			}
		
		#loginrightside fieldset ol {
			list-style-type:none;
			padding:0px;
			margin:0px;
			}
		
		#loginrightside fieldset ol li{
			display:inline;
			}
			
		#loginrightside fieldset ol li p 
		{
			margin:0px;
			padding:0px;
		}


#searchleftside {
	width:310px;
	float:left;
	padding-right:20px;
	}
		#searchleftside fieldset {
			border:none;
			}
		
		#searchleftside fieldset ol {
			list-style-type:none;
			margin:0px;
			padding:0px;
			}
		
		#searchleftside fieldset ol li {
			display:block;
			margin:0px 20px 5px 0px;
			text-align: right;
			}
	
#searchrightside {
	width:629px;
	float:left;
	border-left:solid 1px #cdcdcd;
	padding-left:20px;
	height:65px;
	padding-top:35px;
	}
	
/* =frame */
#icaa_bodywrapper { 
	width:100%;
	/*min-height:100%;
	_height:100%;*/
	background-image:url(images/icaa_topframebg.png);
	background-repeat:repeat-x;
	position:relative;
	text-align:center;
	}

#icaa_siteframe {
	width:980px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:left;
	display:block;
	}

/* =topmenu */
/*
    IMPORTANT
    ---------

    The FONT-SIZE of #icaa_topmenu is TIGHTLY bound to a javascript text 
    resize detection function in: 

        /js/TextResizeController.js

    Any changes in the value of this property here will need to be adjusted there (approx. line 23):

        var icaa_topmenu_DefaultFontSize = [font-size value];

    e.g.

        var icaa_topmenu_DefaultFontSize = 11;  // NOTE: no unit type assumes pixels  [11px => 11]

*/
#icaa_topmenu {
	background-color:#fee189;
	width:980px;
	font-size:11px;
	float:left;
	height:31px;
	overflow:hidden;
	}
	
	#icaa_topmenu ul	{
		margin:0px;
		padding:0px;
		float:right;
		}
	
	#icaa_topmenu li	{
		display: inline-block;
		float:left;
		list-style-type: none;
		}
	
	#icaa_topmenu a {
		padding:9px 8px 9px 8px;
		display:block; 
		margin:0px 1px 0px 0px;
		}
	
	#icaa_topmenu a:link, #icaa_topmenu a:visited {
		color: #4b3c30;
		font-weight:bold;
		background-color: #fff0c4;
		text-decoration: none;
		}
	
	#icaa_topmenu a:hover {
		color: #4b3c30;
		font-weight:bold;
		background-color: #fffbed;
		text-decoration: none;
		}
	
	#icaa_topmenu a:link.current, #icaa_topmenu a:visited.current, #icaa_topmenu a:hover.current, #icaa_topmenu a:active.current {
		background-color: #fffbed;
		}
	
	#icaa_topmenu img {
		border:none;
		vertical-align:middle;
		padding:0px 0px 0px 4px;
		}
	
	.topmenuleftblock {
		float:left;
		padding:9px 0px 0px 0px;
		}
		
		#icaa_topmenu .topmenuleftblock div {
			display:inline;
			}
		
		#icaa_topmenu .topmenuleftblock a {
			display:inline;
			padding:0px;
			background-color:Transparent;
			color:#74983e;
			}
			
			#icaa_topmenu .topmenuleftblock a:hover, #icaa_topmenu .topmenuleftblock a:visited:hover {
				text-decoration:underline;
				color:#74983e;
				}

/* =mainmenu */
#icaa_mainmenu {
	width:1150px;
	font-size:14px;
	float:left;
	height:59px;
	overflow:visible;
	}

#icaa_mainmenu li {
	white-space: normal;
	width: auto;
	max-width: 125px;
}
	
/* =logoheader */
#icaa_logoheaderarea {
	width:980px;
	height:95px;
	float:left;
	}
	
	#icaa_logo {
		background-image:url(images/icaa_logo_header.gif);
		height:95px;
		width:226px;
		float:left;
		}
		
			#icaa_logo h1 {
				display:none;
				}
	
	#icaa_headerarea {
		float:right;
		background:transparent url(../../images/icaa_headerHome.jpg) no-repeat top right scroll;
		display:block;
		width:754px;
		height:95px;
		}
		
		#icaa_headerarea img 
		{
			width:75px;
			height:95px;
			float:right;
		}

/* =pagelayout */
/* =homelayout */
#icaa_pagecontent {
	width:962px;
	float:left;
	padding:10px 9px 0px 9px;
	margin:1px 0px 0px 0px;
	}

#icaa_homeblock1 {
	width:962px;
	float:left;
	font-size:13px;
	}

#icaa_homeblock2 {
	width:962px;
	float:left;
	margin:20px 0px;
	font-size:15px;
	}
	
	.homeblock_inner {
			background-repeat:no-repeat;
			background-position:bottom center;
			padding:80px 15px 10px 15px;
			color:#fff;
			display:block;
		}
	#icaa_homeblock2a {
		width:316px;
		float:left;
		margin:0px 3px 0px 0px;
		background-image:url(images/icaa_publictop.gif);
		background-repeat:no-repeat;
		background-color:#b9873d;
		}
		
		#icaa_homeblock2a .homeblock_inner { background-image:url(images/icaa_publicbottom.gif); }

	#icaa_homeblock2b {
		width:316px;
		float:left;
		margin:0px 3px 0px 0px;
		background-image:url(images/icaa_becometop.gif);
		background-repeat:no-repeat;
		background-color:#67b3e1;
		}

		#icaa_homeblock2b div {	background-image:url(images/icaa_becomebottom.gif); }

	#icaa_homeblock2c {
		width:316px;
		float:left;
		margin:0px 0px 0px 3px;
		background-image:url(images/icaa_servicestop.gif);
		background-repeat:no-repeat;
		background-color:#a9b93d;
		}

		#icaa_homeblock2c .homeblock_inner  { background-image:url(images/icaa_servicesbottom.gif); }

		#icaa_homeblock2a h3, #icaa_homeblock2b h3, #icaa_homeblock2c h3 {
			display:none;
			}
		
		#icaa_homeblock2a a, #icaa_homeblock2b a, #icaa_homeblock2c a {
			color:#fff;
			font-weight:bold;
			}


#icaa_homeblock3 {
	width:962px;
	float:left;
	font-size:13px;
	}
	
	#icaa_homeblock3 h2 a:link, #icaa_homeblock3 h2 a:visited {
		color:#138ac5;
		text-decoration:none;
		}
		
	#icaa_homeblock3 h2 a:hover, #icaa_homeblock3 h2 a:visited:hover {
		color:#138ac5;
		text-decoration:underline;
		}

/* =sublayout */
#icaa_subpagecontent {
	width:972px;
	float:left;
	padding:10px 0px 0px 0px;
	margin:1px 0px 0px 0px;
	}
	
	h1 {font-size: 1.85em;}
	h2 {font-size: 1.54em;}
	h3 {font-size: 1.31em;}
	
#icaa_breadcrumb {
	background-image:url(images/icaa_breadcrumb_top.gif);
	background-repeat:no-repeat;
	padding:7px 0px 0px 0px;
	width:972px;
	font-size:13px;
	}
	
	#icaa_breadcrumbfoot {
		background-image:url(images/icaa_breadcrumb_bottom.gif);
		background-repeat:no-repeat;
		background-position:bottom;
		background-color:#ebeae0;
		padding:2px 10px 7px 10px;
		}
		
		.icaa_currentbread {
			color:#8d8d8d;
			font-style:italic;
			}

#icaa_subblock1 {
	width:972px;
	padding:10px;
	}
	
	#icaa_subnavcolumn {
		width:240px;
		margin:0px 10px 0px 0px;
		background-image:url(images/icaa_submenutop.gif);
		background-repeat:no-repeat;
		padding:5px 0px 0px 0px;
		float:left;
		font-size:13px;
		}
		
		#icaa_subnavigation {
			background-image:url(images/icaa_submenubottom.gif);
			background-repeat:no-repeat;
			background-position:bottom;
			background-color:#74983e;
			padding:0px 0px 10px 0px;
			margin:0px 0px 10px 0px;
			}
				#icaa_subnavigation li {
					white-space: normal;
				}
	
		#icaa_subrelated {
			width:240px;
			float:left;
			padding:5px 0px 0px 0px;
			background-image:url(images/icaa_relatedlinkstop.gif);
			background-repeat:no-repeat;
			}
			
			#icaa_subrelated div {
				background-image:url(images/icaa_relatedlinksbottom.gif);
				background-repeat:no-repeat;
				background-position:bottom;
				background-color:#f8f8f4;
				padding:0px 10px 5px 10px;
				}
				
		#icaa_submaillink {
			width:240px;
			float:left;
			padding-top:15px;
			margin-left: 10px;
		    text-align: left;
		}
		
	#icaa_subpagecontenta {
		width:702px;
		float:left;
		background-image:url(images/icaa_subcontenttopa.gif);
		background-repeat:no-repeat;
		padding:5px 0px 0px 0px;
		}

		#icaa_subpagecontentafoot {
			background-image:url(images/icaa_subcontentbottoma.gif);
			background-repeat:no-repeat;
			background-position:bottom;
			background-color:#fff;
			padding:10px 15px 5px 15px;
			}

	#icaa_subpagecontentb {
		width:952px;
		float:left;
		background-image:url(images/icaa_subcontenttopb.gif);
		background-repeat:no-repeat;
		padding:5px 0px 0px 0px;
		}

		#icaa_subpagecontentbfoot {
			background-image:url(images/icaa_subcontentbottomb.gif);
			background-repeat:no-repeat;
			background-position:bottom;
			background-color:#fff;
			padding:10px 15px 5px 15px;
			}

/* =footer */
#icaa_footerwrapper {
	width:100%;
	background-color:#f8f0d6;
	font-size:11px;
	position:relative;
	bottom:0px;
	left:0;
	text-align:center;
	display: inline-block;
    clear: both;

	}
	
	#icaa_footerblock {
		width:980px;
		margin:0px auto;
		padding: 0;
		display:block;
		text-align:left;
		}
	
		#icaa_footerblock div { display: block; }

		#icaa_footercolumn1 {
			width:198px;
			padding:12px 18px;
			float:left;
			background-color:#faf5e4;
			}
			
			#icaa_footercolumn1 h3 {
				background-image:url(images/icaa_footercolumn1Header.gif);
				width:177px;
				height:19px;
				padding:0px;
				}
				
				#icaa_footercolumn1 h3 span {
					display:none;
					}

		#icaa_footercolumn2 {
			width:198px;
			padding:12px 18px;
			float:left;
			}
			
			#icaa_footercolumn2 h3 {
				background-image:url(images/icaa_footercolumn2Header.gif);
				width:177px;
				height:37px;
				padding:0px;
				}
				
				#icaa_footercolumn2 h3 span {
					display:none;
					}
	
		#icaa_footercolumn3 {
			width:198px;
			padding:12px 18px;
			float:left;
			background-color:#faf5e4;
			}
			
			#icaa_footercolumn3 h3 {
				background-image:url(images/icaa_footercolumn3Header.gif);
				width:177px;
				height:19px;
				padding:0px;
				}
				
				#icaa_footercolumn3 h3 span {
					display:none;
					}
	
		#icaa_footercolumn4 {
			width:238px;
			padding:12px 18px;
			float:left;
			background-image:url(images/icaa_logo_footer.gif);
			background-repeat:no-repeat;
			background-position:18px 25px;
			}
			
			#icaa_footercolumn4 h3 {
				background-image:url(images/icaa_footercolumn4Header.gif);
				width:238px;
				height:19px;
				padding:0px;
				}
				
				#icaa_footercolumn4 h3 span {
					display:none;
					}

		#icaa_footercolumn1 ul, #icaa_footercolumn2 ul, #icaa_footercolumn3 ul, #icaa_footercolumn4 ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			}

		#icaa_footercolumn1 li, #icaa_footercolumn2 li, #icaa_footercolumn3 li, #icaa_footercolumn4 li {
			margin:0px 0px 0px 12px;
			background-image: url(images/icaa_footerbullet.gif);
			background-repeat: no-repeat;
			background-position: 0 2px;
			padding-left:9px;
			}

/* =clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 1px;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* =jflow */
/* Styles for the jflow control used in the "features" area on the homepage */
#jFlow_Controller {
	width:600px;
	float:left;
	}

#jFlow_Controller ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}

#jFlow_Controller li {
	display:inline;
	margin:0px;
	padding:0px;
	float:left;
	}

#jFlow_Controller a.jFlowControl span{
	background-image:url(images/icaa_featuretabright_nrm.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding:9px 10px;
	display:block;
	}

#jFlow_Controller a:hover.jFlowControl span{
	background-image:url(images/icaa_featuretabright_ovr.png);
	background-position:right top;
	background-repeat:no-repeat;
	display:block;
	}

#jFlow_Controller a {
	color:#74983e;
	text-decoration:none;
	background-image:url(images/icaa_featuretableft_nrm.png);
	background-repeat:no-repeat;
	display:block;
	}

#jFlow_Controller a:hover {
	color:#74983e;
	text-decoration:none;
	background-image:url(images/icaa_featuretableft_ovr.png);
	background-repeat:no-repeat;
	display:block;
	}

#jFlowSlide {
	background-image:url(images/icaa_homeFeaturebg.png);
	background-repeat:no-repeat;
	}

#jFlow_Controller a.jFlowSelected {
	color:#727272;
	text-decoration:none;
	background-image:url(images/icaa_featuretableft_ovr.png);
	background-repeat:no-repeat;
	}

#jFlow_Controller a.jFlowSelected span {
	color:#727272;
	text-decoration:none;
	background-image:url(images/icaa_featuretabright_ovr.png);
	background-repeat:no-repeat;
	background-position:right top;
	}

.jFlowPrev, .jFlowNext, .io_jFlowPause {
	cursor:pointer;
	}

#jFlow_Controller a.pfeature  {
	color:#a46a3d;
	text-decoration:none;
	}

#jFlow_NextPrevStop {
	width:300px;
	float:right;
	padding:9px 10px;
	text-align:right;
	}
	
.featurecontent {	
	padding:13px;
	}
	
	.featurecontent img {
		float:left;
		padding:0px 10px 0px 0px;
		}


/* home events blocks */


ol.icaa_eventsList {
	float:left;
	width:962px;
	margin:0px;
	padding:0px;
	}


ol.icaa_eventsList li {
	display:block;
	float:left;
	width:381px;
	height:144px;
	background-image:url(images/icaa_homeeventsblock.gif);
	background-repeat:no-repeat;
	margin:0px 5px 0px 0px;
	padding:5px 20px 5px 75px;
	}


ol.icaa_eventsList li h3 {
	margin:0px 0px 2px 0px;
	}

p.icaa_eventPriod {
	font-weight:bold;
	font-size:13px;
	margin-bottom:0.50em;
	}
	

/* news list styles */

ul.newslistul {list-style-type:none;margin:0px;padding:0px;}



/* OLD ICAA STYLES - Keep this at the bottom*/
.eventheader
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 1.31em; 	
	color:#7e6d60;
	padding: 15px 12px 15px 0px;
}

.success{
color:green;
padding:5px;
text-align:center;
font-size:14px;
line-height:1.5em;
}
.failure{
color:red;
padding:5px;
text-align:center;
font-size:14px;
line-height:1.5em;
}

/* My Portal Sitefinity Overwriting */

.sf_newsList h2.sf_newsTitle {
font-size:1.35em;
font-weight:normal;
color:#7E6D60;
margin-bottom:8px;
}


/* added for asp:radiobuttonlists */
ul.RadioButtonList {
    list-style: none;
    padding: 0 0 0 25px;
    margin: 10px 0;
    }
}

/*voting area of members panel styling */
/*.votingpadding td, .votingpadding th {padding:7px;}*/
.votingpadding th {}

div.voteHorizontalRule
{
    border-bottom: 1px solid #85A446; font-size: 4px; margin-bottom: 4px;
}

table.voteTable
{
    border-spacing: 0px;
    border-collapse: collapse;
}

table.voteTable td
{
    padding-top: 5px;
    padding-bottom: 5px;
    
}

table.voteTable td input 
{
    color:Black;
}

table.voteTable th
{
    padding-top: 5px;
    padding-bottom: 5px;
}

table.voteTable tr.separated td, table.voteTable tr.separated th
{
    border-bottom: 1px solid #85A446;
}

table.voteTable tr.voteAlternatingRow
{
    background-color: #EFF4E3;
}

table.voteTable .resultHeader
{
    font-weight: bold;
    color: #85A446;
}

table.voteTable .minimized
{
    font-size: 0.8em;
}

table.voteTable .total
{
    color: #737373;
}

a.voteGridButton
{
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
    color: #74983e !important;
}

td.voteGridCommandButtonRow
{
    text-align: center;
}

tr.GridEditRow_Default2006
{
    background-color: #EFF4E3;
}

div.messagePanel 
{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 4px;
}

div.messagePanel ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

div.messageError
{
    border: 2px solid #FF0000;
    background-color: #FFEFEF;
}

div.messageWarning
{
    border: 2px solid #FF6A00;
    background-color: #FFF5E0;
}

div.messageSuccess
{
    border: 2px solid #007F0E;
    background-color: #EDFFED;
}

div.messageGeneral
{
}

div.GridEditForm_Default2006 td
{
    vertical-align: top;
}

.RadUpload_Default2006 .ruInputs 
{
    padding: 0px !important;
    border: 0px !important;
    margin: 0px !important;
    list-style-type: none !important;
}

.votingblock {background-color:#f8f9f4;margin-bottom:20px;padding:10px;}

.reciprocalVoteContainer
{
    margin-top: 15px;
    background-color: #EFF4E3;
    margin-bottom: 15px;
    padding: 4px;
}
/*
    =highlight panel
    - used to wrap the seminar keyword search for emphasis.
*/

.icaa_highlightPanel {
    display: block;
    padding: 8px;
    margin: 0 0 8px;
    text-align:center;
    border: 1px solid #bbb;
    background-color: #eee;
}
.icaa_highlightRadios {
    text-align: left;
    width: 45%;
    margin: 3px auto;
}
.icaa_altSearchOptions {
    /*text-align:right;*/
    border-top:1px solid #ddd;
    display:block;
    margin-top:16px;
    padding-top:4px;
}

/*
    =table defaults for rows and alt rows

    NOTE: overlapping definitions for the .voteTable that should eventually be
    merged into one style set for consistency.
*/

table.icaa_table {
    border-spacing: 0;
    /*border-collapse: collapse;*/
    /*margin-bottom: 1em;*/
    width: 100%;
}
table.icaa_topBorder { border-top: 1px solid #bbb; }

table.icaa_table th {
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
}
table.icaa_table td { vertical-align: top; }

table.icaa_table tr.separated th { border-bottom: 1px solid #bbb; white-space:nowrap; }

table.icaa_table tr.separated td { border-bottom: 1px solid #efefef; }
table.icaa_table td.icaa_exposedDetails div.altRow tr.separated td { border-bottom: 1px solid #f0e6a9; }

table.icaa_table tr.separatedDark td { border-bottom: 3px solid #bbb; }

table.icaa_table tr.altRow,
table.icaa_table div.altRow {
    background-color: #fcfae3;/* lighter pastel yellow */
}
td.icaa_exposedDetails div.altRow {
    background-color: #fcf6ca;/* pastel yellow */
}
td.icaa_exposedDetails div.normRow {
    background-color: #f4f4f4;/* light grey */
}


table.icaa_table tr.separated .icaa_innerTable td,
table.icaa_table tr.separated .icaa_innerTable th {
    border-bottom: 0 none;
}
table.icaa_table .icaa_innerTable { width: 100%; }

table.icaa_table .icaa_tableLabel { font-weight: bold; padding: 4px 6px; width: 140px; }
table.icaa_table .icaa_forcePadding th,
table.icaa_table td.icaa_tableData { padding: 4px 6px; }
table.icaa_table td.icaa_tableData ul,
table.icaa_table td.icaa_tableData ol { margin-top: 0px; }

table.icaa_table td.icaa_tableCheckboxCol { padding: 4px 6px; vertical-align: top; text-align: center;}
.icaa_highlightBG { background-color: #f0f0f0; }


.icaa_notifications { color:#0D3F69; font-style:italic;}

.icaa_pagingTable { margin: 0 auto; }

div.alphaSearchButtons { text-align: center; }
div.alphaSearchButtons a { text-decoration: none; }
div.alphaSearchButtons a.selected { font-weight: bold; font-size: 1.2em; }

div.noalign { text-align: inherit; padding: 0px; margin: 0px; }
div.icaa_highlightPanel div.header { background-color: #9EBA79; color: #ffffff; font-weight: bold; font-size: 1.2em; padding-top: 5px; padding-bottom: 5px; padding-left: 12px; padding-right: 12px; border-bottom: 1px solid #bbb; text-align: left; }
div.icaa_highlightPanel div.padding { padding-left: 8px; padding-right: 8px; }
table.icaa_table tr.padded td { vertical-align: middle; padding-top: 10px; padding-bottom: 10px; }

div.icaa_highlightPanel div.registrationSectionHeader { background-color: #677F37; color: #ffffff; font-weight: bold; font-size: 1.2em; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; border: 0px; text-align: left; text-transform: uppercase; }
div.icaa_highlightPanel div.registrationSectionSubHeader { background-color: #9EBA79; color: #ffffff; font-size: 0.9em; padding-top: 5px; padding-bottom: 5px; padding-left: 12px; padding-right: 12px; border-bottom: 1px solid #bbb; text-align: left; }

/*tr.GridPager_Default2006 { display: none; visibility: hidden; }*/
div.RadGrid_Outlook { border-color: #dddddd;  }

/*** GRID COMMAND BUTTONS ***/

    a.commandButton { text-decoration: none !important; padding: 3px; }
    a.commandButton img { display: block; padding: 1px; border: none 0px transparent; width: 14px; height: 14px; float: left; }

    a.command-insert { text-decoration: underline !important; }
    a.command-insert img { background: transparent url(/images/insert.gif) no-repeat scroll left top; }
    a[disabled].command-insert, a[disabled="disabled"].command-insert { }
    a[disabled].command-insert img, a[disabled="disabled"].command-insert img { background: transparent url(/images/insert-disabled.gif) no-repeat scroll left top; }

    a.command-edit {  }
    a.command-edit img { background: transparent url(/images/edit.gif) no-repeat scroll left top; }
    a[disabled].command-edit, a[disabled="disabled"].command-edit { }
    a[disabled].command-edit img, a[disabled="disabled"].command-edit img { background: transparent url(/images/edit-disabled.gif) no-repeat scroll left top; }

    a.command-delete {  }
    a.command-delete img { background: transparent url(/images/delete.gif) no-repeat scroll left top; }
    a[disabled].command-delete, a[disabled="disabled"].command-delete { }
    a[disabled].command-delete img, a[disabled="disabled"].command-delete img { background: transparent url(/images/delete-disabled.gif) no-repeat scroll left top; }
    
    span.command-separator { float: left; width: 10px; }

/*** // GRID COMMAND BUTTONS ***/

/*** EMPLOYER SEARCH ***/

.employerSearch
{
}

.employerSearch .header
{
    background-color: #ffffdc;
}

.employerSearch .footer
{
    background-color: #ffffdc;
    color: #000000;
    text-align: center;
}

.employerSearch .item
{
    background-color: #F7F7F7;
}

.employerSearch .alt
{
    background-color: #ffffdc;
}

/*** // EMPLOYER SEARCH ***/

/*** ***/

/*
    PROCEDURAL STEP STYLES
*/
.icaa_procedureStep,
.icaa_tableWrap {
    margin: 0 0 1.5em;
    padding: 1px;
    border: 1px solid #ddd;
}

/*** NEWS LISTING ***/

    /* Pager */
    ol.sf_pager 
    {
	    margin: 10px 0;
	    padding: 0;
	    width: 100%;
	    /*float: left;*/
	    list-style: none;
	    clear: both;
    }
    ol.sf_pager li
    {
	    margin: 0;
	    padding: 0 10px 0 0;
	    width: auto;
	    /*float: left;*/
	    display:inline;
    }
    ol.sf_pager li a
    {
	    padding: 3px 5px;
    }
    ol.sf_pager li a[disabled="disabled"], ol.sf_pager li a.sf_PagerSelItem
    {
	    color: #666;
	    text-decoration: none;
	    cursor: default;
    }

/*** // NEWS LISTING ***/

/**** Professional Standards ****/

    table.ruleList
    {
        width: 100%; 
        border-collapse: collapse; 
        border-spacing: 0px;
    }

    table.ruleList th.header
    {
        border-bottom: 2px solid #85A446; 
        padding-bottom: 2px;
        padding-left: 4px;
        padding-right: 4px;
        white-space: nowrap;
        color: #74983e;
    }

    table.ruleList td.row
    {
        padding-top: 5px; 
        padding-bottom: 5px; 
        border-bottom: 1px solid #85A446;
    }

/**** // Professional Standards ****/


/**** At-A-Glance Calendar ****/

    .eventCalendar
    {
        width: 670px;
        height: 90px;
        background-color: #9EBB7A;
        border: 1px solid #A4A4A4;
        border-bottom: 0px;
        position: relative;
        clear: both;
    }
    
    .eventCalendar a
    {
        text-decoration: none;
    }
    
    .filterContainer
    {
        float: right;
        text-align: right;
        position: absolute;
        top: 5px;
        right: 10px;
        line-height: 30px;
    }
    
    .filterContainer span
    {
        color: #ffffff;
        font-weight: bold;
    }
    
    .viewTypeContainer
    {
        float: left;
        position: absolute;
        top: 25px;
        left: 10px;
    }
    
    .viewTypeContainer ul
    {
        list-style-type: none;
        border: 0;
        margin: 0;
        padding: 0;
    }
    
    .viewTypeContainer ul li
    {
        display: inline;
    }
    
    .viewTypeContainer ul li a
    {
        float: left;
        display: block;
        color: #ffffff;
        text-align: center;
        width: 50px;
        height: 20px;
        margin-right: 10px;
        padding-top: 2px;
    }
    
    .viewTypeContainer ul li a.selected
    {
        background-image: url(/images/calendar_view_selected_background.png);
        background-position: left top;
        background-repeat: no-repeat;
    }
    
    .headerContainer
    {
        clear: both;
        text-align: center;
        margin-top: 40px;
        float: left;
        width: 100%;
    }
    
    .headerContainer .header
    {
        color: #ffffff;
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 20px;
        font-weight: bold;
    }
    
    .navigationContainer
    {
        width: 100%;
    }
    
    .navigationContainer ul
    {
        text-align: center;
        list-style-type: none;
        border: 0;
        margin: 0;
        padding: 0;
    }
    
    .navigationContainer ul li
    {
        display: inline;
    }
    
    .navigationContainer ul li a
    {
        color: #ffffff;
    }
    
    .RadScheduler
    {
        width: 675px;
        clear: both;
    }
    
    .RadScheduler table
    {
        width: 675px;
        clear: both;
    }
    
    .RadScheduler .rsContentScrollArea
    {
        overflow-x: hidden !important;
    }

    .RadScheduler .rsMonthView .rsShowMoreItems 
    {
        font-size: 0.8em;
        color: #333333;
        cursor: pointer;
        text-align: center;
        text-decoration: underline;
        z-index: 999;
        position: relative;
        bottom: 0px;
        margin-top: 2px;
    }
    
    .RadScheduler .rsHeader h2
    {
        font-weight: bold;
	    font-family:Arial, Helvetica, sans-serif;
	    padding: 0px;
	    margin: 0px;
	    color: #ffffff;
	    padding-top: 7px;
    }
    
    .RadScheduler .rsApt,
    .RadScheduler .rsAptIn,
    .RadScheduler .rsAptMid,
    .RadScheduler .rsAptOut,
    .RadScheduler .rsAptContent
    {
        border: 0px !important;
        margin: 0px !important;
        background-color: transparent !important;
        color: #000000 !important;
    }
    
    .RadScheduler .rsApt
    {
        line-height: 10px !important;
    }
    
    .RadScheduler .rsAptContent
    {
        padding-left: 4px !important;
        padding-right: 4px !important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }
    
    .RadScheduler .rsCategoryGreen
    {
        border: 1px solid #ADDB8D !important;
	    background-color: #D0ECBB !important;
    }
    .RadScheduler .rsCategoryGreen .rsAptContent,
    .RadScheduler .rsCategoryGreen .rsAptMid .rsAptIn,
    .RadScheduler .rsCategoryGreen .rsAptMid,
    .RadScheduler .rsCategoryGreen .rsAptOut
    {
	    /*background-image: url('/images/schedule_appt_green.png');*/
	    background-color: #D0ECBB !important;
	    border: 0px !important;
    }
    
    .RadScheduler .rsCategoryYellow
    {
        border: 1px solid #F4C91D !important;
	    background-color: #FFFBC7 !important;
    }
    .RadScheduler .rsCategoryYellow .rsAptContent,
    .RadScheduler .rsCategoryYellow .rsAptMid .rsAptIn,
    .RadScheduler .rsCategoryYellow .rsAptMid,
    .RadScheduler .rsCategoryYellow .rsAptOut
    {
	    /*background-image: url('/images/schedule_appt_yellow.png');*/
	    background-color: #FFFBC7 !important;
    }

    .RadScheduler .rsCategoryDarkRed .rsAptContent,
    .RadScheduler .rsCategoryDarkGreen .rsAptContent,
    .RadScheduler .rsCategoryDarkBlue .rsAptContent,
    .RadScheduler .rsCategoryViolet .rsAptContent
    {
	    color: #ffffff;
    }
    
    .RadScheduler_Hay .rsAptSubject
    {
        font-size: 8px;
        text-transform: capitalize;
    }
    
    .RadScheduler_Hay .rsApt
    {
        /*width: 100% !important;*/
    }
    
    div.offeringToolTipHeader
    {
        padding: 3px;
        font-weight: bold;
    }
    
    div.offeringToolTipContainer
    {
        background-color: #ffffff;
        padding: 3px;
    }

/**** // At-A-Glance Calendar ****/

/**** Conference Registration ****/

    div.conferenceDetails a.selected
    {
        font-weight: bold;
    }

    table.conferenceSessionOverview
    {
        width: 100%;
        font-size: 0.85em;
        border-collapse: collapse;
    }

    table.conferenceSessionOverview td,
    table.conferenceSessionOverview th
    {
        padding: 4px;
        border: 1px solid #A6A6A6;
    }
    
    table.conferenceSessionOverview th.header,
    table.conferenceSessionOverview div.header
    {
        background-color: #9EBB7A;
        color: #ffffff;
        font-size: 1.5em;
        font-weight: bold;
        text-align: center;
        padding: 4px;
    }
    
    table.conferenceSessionOverview td.timeSlotHeader
    {
        vertical-align: top;
        background-color: #D9D9D9;
        color: #000000;
        padding-top: 15px;
        white-space: nowrap;
    }
    
    table.conferenceSessionOverview th.streamHeader
    {
        vertical-align: middle;
        text-align: left;
        background-color: #F0F0F0;
        font-weight: bold;
        color: #737373;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    
    table.conferenceSessionOverview td.empty
    {
        vertical-align: top;
        font-weight: bold;
    }
    
    table.conferenceSessionOverview td.sessionDetails
    {
        vertical-align: top;
        height: 225px;
    }
    
    table.conferenceSessionOverview td.special
    {
        background-color: #D9D9D9;
        padding: 0px;
    }
    
    table.conferenceSessionOverview span[disabled]
    {
        color: #A0A0A0;
    }
    
    table.conferenceSessionOverview tr.highlightError td
    {
        border-style: dotted;
        border-width: 3px;
        border-color: Red;
    }

/**** // Conference Registration ****/

/**** Event Registration ****/

    table.eventOfferingList
    {
        font-size: 0.8em;
    }

/**** // Event Registration ****/

.hide
{
    visibility: hidden;
    display: none;
}

.RadUpload_Default2006 .ruInputs li
{
    margin: 0px !important;
}

/* Overrides to ensure that RadNumericInput fields are rendered correctly in each browser, and also when printing on-line applications. */

	input[disabled]
	{
		background-color:white;
		color:Black !important;
	}

	span.RadInput input.riDisabled, span.RadInput input.riEnabled, span.RadInput input.riRead, span.RadInput input.riHover
	{
		color:Black !important;
		text-align: right;
	}

	span.RadInput span.riDisplay
	{
		color:Black !important;
		visibility: hidden;
}

input[type="radio"]:disabled
{
    color:Black !important;
    
    -khtml-appearance:normal;
    -webkit-appearance:normal;
    -moz-appearance:none;
    appearance:normal;
    filter:alpha(opacity=1);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility:visible;

/*
 * Override Telerik.Web.UI.WebResource.axd   
*/
}

.RadTabStrip .rtsLink {
    text-align: left !important;
}
span.rtsIn, span.rtsOut, span.rtsTxt {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
span.sfBreadcrumbLabel {
    font-weight: bold;
}
div.sfBreadcrumbWrp {
    display: inline-block;
}
li.rsmItem {
    font-size: 13px !important;
}
ul.sflistList {
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-left: 0px !important;
    margin-left: 25px !important;
}
h3.sflistItemTitle {
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 1.2em !important;
}
li.sflistListItem {
    padding-bottom: 0px !important;
    margin-bottom: 10px;
}
h2.sfListTitle {
    font-size: 1.35em !important;
}

.manage-posting-tabs {
    list-style-type:none;
    margin:0;
    padding:0;
    padding-top: 15px;
    padding-bottom: 5px;
    
}
        
.manage-posting-tabs li {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}
        
.manage-posting-tabs-active {
}

.paging {
    padding: 10px;
}

#icaa_footercolumn2{
	display:none !important;
}

#icaa_footercolumn4 {
	background-image:none;
	width:290px;
}

#icaa_footercolumn1 {
    width: 288px;
}

#icaa_footercolumn3 {
    width: 288px;
}

#icaa_footercolumn1 h3, #icaa_footercolumn3 h3, #icaa_footercolumn4 h3 {
	background-image:none;
}

#icaa_footercolumn1 h3 span, #icaa_footercolumn3 h3 span, #icaa_footercolumn4 h3 span {
    display: block;
    color: #74983E;
}

.sfContentBlock {
    border-top: 1px solid #74983E;
    padding-top: 15px !important;
}

#icaa_footercolumn4 h3{
	border-bottom: 1px solid #74983E;
	padding-bottom: 7px;
	width:290px !important;
}

#icaa_footerblock div{
	display:block;
	background-color: #F8F0D6;
}

