/* Base CSS stylesheet - Applicable to all pages */

*{
	margin:0;
	padding:0;
}
body{
	background:#f8fafc url(/images/cms/global/main-bg.png) repeat-x;
	font:12px/1.5em Helvetica, Arial, sans-serif;
}
p{margin-bottom:1em;}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	color:#333;
	margin-bottom:10px;
	padding-bottom:2px;
}
h1, h2, h3, h4{
	clear:both;
}
.no-clear{
	clear:none;
}
h1{
	font-size:32px;
	line-height:1.1em;
	border:none;
	margin-bottom:0px;
}
h2{
	font-weight:bold;
	font-size:20px;
	border-bottom:2px solid #306aa5;
	padding-bottom:4px;
	line-height:1.2em;
}
h3{
	font-weight:bold;
	font-size:16px;
	border-bottom:1px solid #306aa5;
	margin-bottom:10px;
	line-height:1.2em;
}
h4{
	font-size:16px;
	border:none;
	text-decoration:underline;
}
h5{
	font-size:15px;
	border:none;
	text-decoration:underline;
}
h6{
	font-weight:bold;
	font-size:13px;
	border:none;
}

img{
	border:none;
}

a:link{
	text-decoration:none;
	color:inherit;
	border-bottom:1px solid #4175ab;
}
a:visited{
	text-decoration:none;
	color:inherit;
	border-bottom:1px solid #4175ab;
}
a:hover{
	color:#306aa5;
	border-bottom:1px dotted #4175ab;
}
.no-border a:link, .no-border a:visited{
	border:none;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited{
	border-bottom:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color:#306aa5;
}

#container{
	background:url(/images/cms/global/central-bg.png) repeat-y;
	width:980px;
	margin:0 auto;
}

#header{
	margin-left:15px;
	border-top:10px solid #000;
	background:#fff url(/images/cms/global/header-bg2.gif) no-repeat;
	border-bottom:1px solid #000;
	width:950px;
	height:106px;
}

#content{
	background:#fff;
	width:949px;
	margin-left:15px;
	padding-bottom:15px;
	clear:both;
	border-right:1px solid #dedede;
}

.left-module p{
	margin-bottom:0;
}

#right-side-pane{
	float:right;
	display:inline;
	width:220px;
}
#right-side-pane .top{
	background:url(/images/cms/global/shadow-left-top.png) top left no-repeat;
	height:20px;
	width:100%;
}
#right-side-pane .middle{
	background:url(/images/cms/global/shadow-left.png) top left repeat-y;
	width:100%;
	padding-bottom:10px;
}
#right-side-pane .bottom{
	background:url(/images/cms/global/shadow-left-bottom.png) top left no-repeat;
	height:6px;
	width:100%;
}
#right-side-pane h2, #right-side-pane h3{font-weight:bold;}

#footer{
	background:#fff url(/images/cms/global/footer-bg.png) no-repeat;
	margin-left:15px;
	border-top:1px solid #000;
	border-bottom:10px solid #000;
	width:950px;
	height:40px;
}
#footer-mobile{display:none;}

.clearer{
	width:100%;
	clear:both;
}

/* Utility Menu Styles */

#utility-menu{
	font:11px/1.5em Helvetica, Arial, sans-serif;
	width:530px;
	z-index:999;
	float:right;
	text-align:right;
	position:relative;
	margin-top:-30px;
	margin-right:5px;
	color:#d8e3ee;
}
#utility-menu img{
	margin-left:2px;
}
#utility-menu ul{
	margin-top:5px;
	margin-right:2px;
}
#utility-menu li{
	display:inline;
	list-style-type:none;
	margin-right:4px;
}
#utility-menu li + li{
	border-left:1px solid #d8e3ee;
	padding-left:6px;
	
}
#utility-menu a:link{
	color:#d8e3ee;
	font-weight:normal;
	border:none;
}
#utility-menu a:hover{
	text-decoration:underline;
	border:none;
}
#utility-menu a:visited{
	color:#d8e3ee;
	font-weight:normal;
	border:none;
}
#utility-menu input{
	border:1px solid #999;
	padding:2px;
}
#utility-menu .search-text{
	width:200px;
}
#utility-menu .search{
	width:57px;
	margin-left:5px;
}
#utility-menu input:hover{
	background-color:#eee;
}
#utility-menu input:focus{
	border:1px solid #2a67a6;
}
#utility-menu .search:active{
	background-color:#d4e0ec;
}

/* Main Menu Styles */

.main-menu{
	position:relative;
	list-style:none;
}
.main-menu ul{
	list-style-type:none;
	height:40px;
}
.main-menu ul li{
	position:absolute;
}
.main-menu ul li a{
	display:block;
	outline:none;
	text-indent:-10000px;
	position:relative;
	width:93%;
	height:40px;
	color:#fff;
	font-weight:normal;
	margin-left:3px;
	border-bottom:none;
}
.main-menu ul li span{
	height:1px;
}
.main-menu ul li:visited{
	text-decoration:none;
}
.main-menu ul li:hover{
	background-position:0 -40px;
}
.main-menu ul li ul{
	display:none;
	position:relative;
	z-index:100;
	line-height:1.5em;
	width:14em;
	max-width:400px;
	height:auto;
}
.main-menu ul li:hover ul,
.main-menu ul li ul:hover{
	display:block;
}
.main-menu ul li ul li{
	position:relative;
	background-image:url(/images/cms/global/dropdown-bg.png);
	background-repeat:repeat-y;
	background-position:top left;
	padding:2px;
	padding-right:5px;
	min-height:1.5em;
}
.main-menu ul li ul a{
	position:relative;
	text-indent:0;
	z-index:100;
	height:100%;
	margin-left:17px;
}
.main-menu ul li ul a strong{
	font-size:14px;
}
.main-menu ul li ul li:hover{
	background-image:url(/images/cms/global/dropdown-bg-hover.png);
	background-repeat:repeat-y;
	background-position:top left;
}
.main-menu .home{
	width:51px;
	height:40px;
	background:url(/images/cms/global/main-menu-home.gif) no-repeat;
	top:66px;
	left:98px;
}
.main-menu .events{
	width:57px;
	height:40px;
	background:url(/images/cms/global/main-menu-events.gif) no-repeat;
	top:66px;
	left:154px;
}
.main-menu .membership{
	width:102px;
	height:40px;
	background:url(/images/cms/global/main-menu-membership.gif) no-repeat;
	top:66px;
	left:216px;
}
.main-menu .publications{
	width:102px;
	height:40px;
	background:url(/images/cms/global/main-menu-publications.gif) no-repeat;
	top:66px;
	left:323px;
}
.main-menu .community{
	width:95px;
	height:40px;
	background:url(/images/cms/global/main-menu-community.gif) no-repeat;
	top:66px;
	left:430px;
}
.main-menu .sections{
	width:72px;
	height:40px;
	background:url(/images/cms/global/main-menu-sections.gif) no-repeat;
	top:66px;
	left:530px;
}
.main-menu .standards{
	width:85px;
	height:40px;
	background:url(/images/cms/global/main-menu-standards.gif) no-repeat;
	top:66px;
	left:607px;
}
.main-menu .education{
	width:84px;
	height:40px;
	background:url(/images/cms/global/main-menu-education.gif) no-repeat;
	top:66px;
	left:697px;
}
.main-menu .committees{
	width:99px;
	height:40px;
	background:url(/images/cms/global/main-menu-committees.gif) no-repeat;
	top:66px;
	left:786px;
}
.main-menu .committees ul{
	max-width:164px;
}
.main-menu .about{
	width:55px;
	height:40px;
	background:url(/images/cms/global/main-menu-about.gif) no-repeat;
	top:66px;
	left:890px;
}
.main-menu #main-menu-logo ul{
	float:left;
	height:80px;
	width:375px;
}
.main-menu #main-menu-logo ul li{
	position:absolute;
}
.main-menu #main-menu-logo ul li a{
	text-indent:-10000px;
	position:relative;
	margin-left:0px;
}
.main-menu #main-menu-logo .main-menu-logo{
	width:75px;
	height:80px;
	top:9px;
	left:5px;
}
.main-menu #main-menu-logo .main-menu-logo a{
	width:75px;
	height:80px;
}
.main-menu #main-menu-logo .main-menu-name{
	width:300px;
	height:40px;
	top:9px;
	left:80px;
}
.main-menu #main-menu-logo .main-menu-name a{
	width:300px;
	height:40px;
}

/* special hack for IE 5/6 when select menus appear under drop downs */

.main-menu iframe{
	position:absolute;
	left:-10000px;
	top:-10000px;
	width:15em;
	height:400px;
	z-index:25;
}
.main-menu ul li:hover iframe,
.main-menu ul li a:hover iframe{
	left:-3px;
	top:41px;
}
.main-menu ul table{
	font:12px/1.5em Helvetica, Arial, sans-serif;
}

/* Footer Nav Styles */

#footer ul{
	text-align:center;
	margin-top:2px;
}
#footer li{
	list-style:none;
	display:inline;
	padding-left:6px;
	padding-right:5px;
	border-left:1px solid #fff;
}
#footer .first{
	border-left:none;
}
#footer a:link, #footer a:visited{
	color:#fff;
	font-size:10px;
	font-weight:normal;
	border:none;
}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
	border:none;
}
#footer p{
	text-align:center;
	font-size:9px;
	color:#fff;
}

#footer-mobile{
	list-style:none;
	margin:0 auto;
	margin-top:5px;
	width:300px;
	height:37px;
	border:1px solid #000;
	-webkit-border-radius: 5px;
}
#footer-mobile-box{
	width:300px;
	height:37px;
}
#footer-mobile .label{
	position:relative;
	top:9px;
	width:160px;
	font-weight:bold;
	padding-left:5px;
	font-size:16px;
}
#footer-mobile li{
	float:right;
	margin-top:-13px;
	margin-right:5px;
	list-style-type:none;
}
#footer-mobile a{
	float:left;
	height:27px;
	width:94px;
	text-indent:-9999px;
	border:none;
	overflow:hidden;
	background:url(/images/cms/global/on-off-small.png) no-repeat;
}
#footer-mobile a.mobile-on{background-position:0 0;}
#footer-mobile a.mobile-off{background-position:0 -28px;}


/* More Content Prompts */

.more-content{
	margin-top:5px;
	margin-left:5px;
	text-align:left;
	font-size:11px;
	margin-bottom:15px;
	border:none;
}
.more-content + .more-content{
	margin-top:0px;
}
.more-content span{
	background-image:url(/images/cms/global/more-arrows.png);
	background-position:center left;
	background-repeat:no-repeat;
	margin-left:5px;
	padding-left:21px;
}

/* Calendar Icon */

.subscribe-to-calendar{
	margin-top:1px;
	margin-left:0;
	text-align:left;
	margin-bottom:0;
	border:none;
}
.subscribe-to-calendar + .subscribe-to-calendar{
	margin-top:0px;
}
.subscribe-to-calendar span{
	background-image:url(/images/cms/global/subscribe.gif);
	background-position:center left;
	background-repeat:no-repeat;
	margin-left:0px;
	padding-left:15px;
}

/* Right Module Styling */

.right-mod{
	margin-left:15px;
	margin-bottom:15px;
	width:190px;
}
.right-mod + .last{
	border-bottom:none;
	padding-bottom:0px;
}
.right-mod p{
	margin-left:5px;
}
.right-mod ul{
	margin-top:10px;
	padding-left:5px;
	margin-left:5px;
	list-style:none;
}
.right-mod ul .nested{
	margin-top:0px;
}
.right-mod li{
	line-height:1.3em;
	margin-bottom:0.5em;
}
.right-mod img{
	border:none;
}

/* login form styling */

.right-mod form{
	margin-top:5px;
	margin-left:5px;
}
.right-mod input{
	border:1px solid #999;
	padding:4px;
	margin-top:5px;
}
.right-mod .username{
	width:175px;
}
.right-mod .password{
	width:110px;
}
.right-mod input:hover{
	background-color:#eee;
}
.right-mod input:focus{
	border:1px solid #2a67a6;
}
.right-mod .login{
	margin-left:5px;
	width:57px;
	font-size:12px;
}
.right-mod .login:active{
	background-color:#d4e0ec;
}
.right-mod .logout-button{
	margin:12px 0 0 10px;
}
.right-mod .forgot-pass{
	font-size:10px;
	text-align:right;
	margin-bottom:0px;
}

.example-form-text{
	color:#999;
}

.join-graphic{
	text-align:center;
	margin-top:0;
	padding-top:10px;
}

#breadcrumbs{
	font-size:11px;
}
#breadcrumbs ul{
	border-bottom:1px dotted #dedede;
	color:#777;
	margin-left:0;
	margin-top:-5px;
	padding-left:0px;
	list-style-type:none;
}
#breadcrumbs li{
	display:inline;
}
#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover{
	color:#777;
	font-weight:normal;
	text-decoration:none;
}
#breadcrumbs a:hover{
	color:#333;
}

.div-wrapper{
	float:left;
}

.full-wide{
	float:left;
	padding-top:15px;
	background:#fff;
	margin-left:20px;
	width:685px;
}
.full-wide h3{
	margin-left:10px;
}
.full-wide p, .full-wide h4, .full-wide h5, .full-wide h6{
	margin-left:20px;
}
.full-wide ul{
	margin-bottom:10px;
	margin-left:20px;
	list-style:none;
}
.full-wide li+li{
	padding-top:5px;
}
.full-wide label{
	font-weight:bold;
}
.full-wide input{
	border:1px solid #999;
	padding:5px;
}
.full-wide input:hover{
	background-color:#eee;
}
.full-wide input:focus{
	border:1px solid #2a67a6;
}
.full-wide blockquote, .full-wide table, .full-wide hr, .full-wide dl dt{
	margin-left:20px;
}
.full-wide dl dd{
	margin-left:40px;
}
.full-wide ol{
	margin-left:36px;
	margin-bottom:10px;
}
.full-wide blockquote, .full-wide table, .full-wide hr, .full-wide dl{
	margin-bottom:10px;
}
.full-wide ul.bullets{
	list-style:disc;
}
.full-wide ul.bullets li{
	margin-left:20px;
}

.two-wide{
	padding-top:10px;
	margin-top:5px;
	margin-bottom:10px;
	padding-left:15px;
	padding-right:10px;
	background:#fff;
	width:330px;
	float:left;
}

.three-wide-wrapper{
	margin-top:15px;
	margin-left:15px;
	width:690px;
	background:url(/images/cms/global/three-wide-bg.gif) no-repeat;
}
.three-wide{
	margin-top:5px;
	margin-bottom:10px;
	width:238px;
	float:left;
}
.three-wide h3{
	border:none;
	margin-bottom:5px;
	font-size:18px;
}
.three-wide ul{
	margin-left:0px;
}

.recent-link-block-wrapper{
	float:left;
}
.recent-link-block-interior-row{
	float:left;
	width:320px;
}
.recent-link-block{
	float:left;
	padding-right:10px;
	width:325px;
	margin-bottom:15px;
}
.recent-link-block h5{
	text-decoration:none;
	margin-bottom:5px;
	margin-top:5px;
}
.recent-link-block p{
	padding-left:0;
	margin-bottom:0;
}
.recent-link-block .author{
	padding-left:0;
	text-align:right;
	font-size:10px;
}
.recent-link-block .section{
	padding-left:0;
	font-style:italic;
	font-size:10px;
	text-align:right;
}
.recent-link-block .location{
	font-size:11px;
	font-weight:bold;
}
.recent-link-block .date{
	font-size:11px;
	font-style:italic;
}

.graphic-left, .graphic-right{
	padding:5px;
	text-align:center;
	font-size:10px;
	color:#333;
}
.graphic-left{
	float:left;
	margin-right:10px;
}
.graphic-right{
	float:right;
	margin-left:10px;
}
.graphic-center{
	margin:auto;
	text-align:center;
}
.graphic-left p, .graphic-right p, .graphic-center p{
	margin:0px;
}
.recent-link-block .graphic-left{
	margin-left:15px;
	margin-right:5px;
}

.meta-heading{
	font-weight:bold;
	padding-right:0.5em;
}
.meta-data{
	padding-right:3em;
}

.pdf-download{
	background:url(/images/cms/global/pdf-icon.png) bottom left no-repeat;
	padding-top:30px;
	padding-left:35px;
	line-height:34px;
}
.pdf-download-small{
	background:url(/images/cms/global/pdf-icon-small.png) top left no-repeat;
	padding-top:3px;
	padding-left:19px;
}
.pdf-download-lores{
	background:url(/images/cms/global/pdf-icon-lores.png) bottom left no-repeat;
	padding-top:30px;
	padding-left:35px;
	line-height:34px;
}
.discussion-link{
	background:url(/images/cms/global/comments.png) bottom left no-repeat;
	padding-top:30px;
	padding-left:35px;
	line-height:34px;
}
.discussion-link-small{
	background:url(/images/cms/global/comments-small.png) top left no-repeat;
	padding-top:2px;
	padding-left:19px;
}
.audio-file-small{
	background:url(/images/cms/global/sound-icon-small.png) top left no-repeat;
	padding-top:2px;
	padding-left:19px;
}
.job-posting-date{
	font-size:10px;
	font-style:italic;
}


/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* test any changes to this code carefully - something in here makes IE6 and IE7 work */

.ui-accordion .ui-accordion-header{ cursor:pointer; /* position:relative; */ margin-top:1px; zoom:1; }
.ui-accordion .ui-accordion-li-fix{ display:inline; }
.ui-accordion .ui-accordion-header-active{ border-bottom:0 !important; }
.ui-accordion .ui-accordion-header a{ display:block; font-size:1em; padding:.1em .1em .1em .1em; }
.ui-accordion .ui-accordion-header .ui-icon{ position:absolute; left:.5em; top:50%; margin-top:-8px; }
.ui-accordion .ui-accordion-content{ padding:.3em .1em; border-top:0; margin-top:-9px; /* position:relative; */ top:1px; margin-bottom:2px; overflow:auto; display:none; }
.ui-accordion .ui-accordion-content-active{ display:block; }

.ui-widget-content{ border:1px solid #ddd; color:#333; }
.ui-widget-content a{ color:#333; }
.ui-widget-header{ border:1px solid #e78f08; background:#f6a828 50% 50% repeat-x; color:#fff; }
.ui-widget-header a{ color:#fff; }

/* Front Page Specific Styles */

#news-splash{
	margin-top:15px;
	float:left;
	width:515px;
	height:300px;
}

#aes-news li + li{
	padding-top:5px;
}
#aes-news .title{
	margin-top:5px;
	font-size:14px;
}
#aes-news .description{
	margin-top:2px;
	margin-left:11px;
	padding-left:4px;
	font-size:12px;
	line-height:1.3em;
}

#publications{
	width:214px;
}
#publications, #education, #community{
	margin-top:0px;
}
#events ul, #aes-news ul, #publications ul, #community ul, #education ul{
	margin-left:0px;
	list-style:none;
	font-size:11px;
}
#publications li + li, #education li + li, #community li + li, #events li + li{
	padding-top:5px;
}
#publications .title, #education .title, #community .title, #events .title{
	margin-top:5px;
	font-size:14px;
}
#publications .description, #education .description, #community .description{
	margin-top:2px;
	font-size:12px;
	line-height:1.3em;
}
#events .description{
	font-size:12px;
	text-align:justify;
}
#recent-updates h2, #events h2, #aes-news h2{
	padding-bottom:0px;
}
#education h3, #education ul li, #community h3, #community ul li{
	margin-left:24px;
}
#events .event-details, #aes-news .description, #publications .description, #education .description, #community .description{
	margin-left:0px;
	padding-left:0px;
}
#events .more-content, #aes-news .more-content, #publications .more-content, .right-mod .more-content{
	//text-align:right;
	margin-left:-5px;
}
#education .more-content, #community .more-content{
	margin-left:20px;
}

/* Slideshow Styling */

#slideshow{
	margin-left:15px;
	list-style-type:none;
}
#slideshow .slides{
	width:500px;
	height:300px;
	overflow:hidden;
}
#slideshow .slide{
	background-repeat:no-repeat;
}
#slideshow img{
	border:none;
}
#slideshowNav{
	padding-top:10px;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:5px;
	padding-right:10px;
	background:#fff;
	width:185px;
	float:left;
	font-size:10px;
}
#slideshowNav .slideshowNavDesc{
	padding:3px 10px 2px 25px;
	background:url(/images/cms/global/slideshow-nav-bg-norm.gif) no-repeat;
	border-bottom:1px solid #fff;
	overflow:hidden;
}
#slideshowNav .slideshowNavDesc:hover{
	cursor:pointer;
	color:#fff;
	background:url(/images/cms/global/slideshow-nav-bg-norm-hover.gif) no-repeat;
	border-bottom:1px solid #fff;
	overflow:hidden;
}
#slideshowNav .slideshowNavDescActive{
	background:url(/images/cms/global/slideshow-nav-bg-active.gif) no-repeat;
	border-bottom:1px solid #fff;
	overflow:hidden;
}
#slideshowNav .slideshowNavDescActive:hover{
	background:url(/images/cms/global/slideshow-nav-bg-active-hover.gif) no-repeat;
	border-bottom:1px solid #fff;
	color:#fff;
	overflow:hidden;
}
#slideshowNav .title{
	font-weight:bold;
}
#slideshowNav .details{
	margin-left:15px;
}
#slideshowNav a,#slideshowNav a:hover{
	border-bottom:0;
	color:#000;
}

/* other random classes */

.edit-this-button{
	width:18px;
	height:18px;
	background-position:0 0;
	background:#fff url(/images/cms/global/editor-pencil.gif) no-repeat;
}
.edit-this-button:hover{
	background-position:0 -18px;
}
.edit-this-link:hover .edit-this-button{
	background-position:0 -18px;
}

.indent-spacer{
	margin-left:15px;
}
.tab-element{
	padding-left:30px;
}
.start-hidden{
	display:none;
}
.wordwrap{
	word-wrap:break-word;
}
.journal-page-num{
	display:none;
}

.tech-council-logo{
	padding:5px;
	background:black;
}

.textbased-button{
	background-color:#c0c0c0;
	border:1px solid #999;
	padding:4px;
	font-size:12px;
}
.textbased-button:hover{
	color:#000;
	background-color:#eee;
}
.textbased-button:active{
	background-color:#d4e0ec;
}

/* cmxform - styled forms used in web apps */

form.cmxform{
	text-align:left;
}
form.cmxform fieldset{
	border:1px solid #627788;
	margin-bottom:2px;
	width:610px;
	margin-left:20px;
}
form.cmxform legend{
	font-weight:bold;
	border:1px solid #627788;
	background-color:#627788;
	padding:0 4px 0 4px;
	margin:0 4px 0 4px;
	color:#fff;
}
form.cmxform label{
	font-weight:bold;
}
form.cmxform label.normal{
	font-weight:normal;
}
form.cmxform fieldset.highlight{
	border:1px solid #9b1a1e;
	clear:left;
	width:450px;
	margin:0 5px 0 5px;
	padding:4px;
}
form.cmxform fieldset.highlight legend{
	font-weight:bold;
	border:1px solid #9b1a1e;
	background-color:#9b1a1e;
	padding:0 4px 0 4px;
	margin:0px;
	color:#fff;
}
form.cmxform div{
	float:left;
}
form.cmxform div.fullrow{
	width:600px;
	clear:left;
	margin:1px 5px 1px 5px;
}
form.cmxform div.fullrow div.label{
	width:125px;
}
form.cmxform div.fullrow div.label1{
	width:100px;
}
form.cmxform div.fullrow div.label2{
	width:150px;
}
form.cmxform div.fullrow div.label2a{
	width:175px;
}
form.cmxform div.fullrow div.label3{
	width:200px;
}
form.cmxform div.fullrow div.label4{
	width:250px;
}
form.cmxform div.fullrow div.label5{
	width:285px;
}
form.cmxform div.fullrow div.labelfull{
	width:565px;
}
form.cmxform div.fullrow div.text{
	width:440px;
}
form.cmxform div.fullrow div.text select.setwidth{
	width:415px;
}
form.cmxform div.fullrow div.text1{
	width:465px;
}
form.cmxform div.fullrow div.text1 select.setwidth{
	width:440px;
}
form.cmxform div.fullrow div.text2{
	width:415px;
}
form.cmxform div.fullrow div.text2a{
	width:390px;
}
form.cmxform div.fullrow div.text3{
	width:365px;
}
form.cmxform div.fullrow div.text4{
	width:315px;
}
form.cmxform div.fullrow div.text5{
	width:280px;
}
form.cmxform div.fullrow div.textfull{
	width:565px;
}
form.cmxform div.fullrow div.indented{
	margin-left:15px;
	margin-right:15px;
}
form.cmxform div.fullrow div.ccImage{
	width:77px;
}
form.cmxform div.fullrow div.ccDesc{
	width:307px;
	text-align:center;
	padding:5px 3px 0 3px;
}
form.cmxform div.fullrow .msgHolder{
	padding-left:3px;
}
#warningMsgTop, #warningMsgBottom{
	font:14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	margin-top:6px;
	margin-bottom:6px;
	background-color:#9b1a1e;
	width:100%;
	padding:3px;
	clear:both;
}
label.error{
	color:#9b1a1e;
	background:url(/images/icons/forms/unchecked.gif) no-repeat 0px 0px;
	padding-left:16px;
}
label.error a{
	color:#9b1a1e;
	text-decoration:underline;
}
label.success{
	display:none;
}
input.inactive{
	color:#999;
}
input.active{
	color:#000;
}
input.focused{
	color:#000;
}

.formError{
	color:#f00;
	font-weight:bold;
}
