@import "layout.css";
@import "form.css";
@import "forum.css";

/*-------------------------*//* global text styles *//*---------------------------------*/
/*--------------------------------------------------------------------------------------*/

/* define basic elements
--------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

body {
	font: normal 62.5%/1 Tahoma, sans-serif;
	color: #656464;
	text-align: center;
	background: url(/images/bg_header.gif) repeat-x 0 0;
}

h1, h2, h3, h4, h5 {
	font-family:arial,helvetica,sans-serif;
	margin:0 0 10px 0;
}

h1 {
	
}

#content h1, #content h2 {
	color: #4C4C4C;
	font-size: 200%;
	font-weight: normal;
}

#content h1 {
	border-bottom: 1px solid #E6EFED;
	padding-bottom: 5px;
}

#content h2 {
	font-size: 180%;
}

h2 {
	font-size: 175%;
}

h3 {
	font-size: 150%;	
	font-weight: normal;
}

h4 {
	font-size: 130%;
}

h5 {
	font-family: Tahoma, arial, verdana, sans-serif;
    font-size:125%;
    font-weight:bold;
    padding-bottom:5px;
    padding-top:5px;
    border-top:2px solid #E6EFED;
    border-bottom:2px solid #E6EFED;
}

p {
	font-size: 1.1em;
	margin: 0 0 10px 0;
	line-height:1.4;
}

img {
	padding: 5px;
	margin: 5px 5px 5px 10px;
	border: 1px solid #CCDDDA;
	background: #E6EFED;
}


span {
	
}

address{
	font:normal 1.1em/1.3 verdana, arial, sans-serif;
	margin:0 0 10px 0;
}


/* list styles
--------------------------------------------------------------------------*/
ol {

}

ul, ol {
	margin: 0 0 10px 30px;	line-height:1.4;
	font-size: 1.1em;
}



.leftHalfContent ol {
	margin-left: 3em;
}

ul.page_index{
	margin:0;
	list-style:none;
}

ul.page_index li a:link,
ul.page_index li a:visited{
	display:block;
	padding:5px;
}

ul.page_index li a:hover{
	text-decoration:underline;
}



ul.doclist{
	padding-bottom:15px;
	margin:0;
}

ul.doclist li{	
	padding-left:0px;
	margin:0 0 10px;
}

ul.doclist li img{
	border:none;
	padding:0;
	margin:0 3px 0 0;
	float:left;
}


/*definition list styles
--------------------------------------------------------------------------*/
dl {
	font-size: 1.1em;
	line-height: 1.4em;
}

dt {
	font-weight: bold;
	margin-bottom: 0.2em;
}
	
dd {
	margin-bottom: 1em;
}

#body_accessibility dl{
	width:700px;
	float:left;
}

#body_accessibility dt{
	float:left;
	width:70px;
	clear:left;
}

#body_accessibility dd{
	float:left;
	width:100px;
}

dl.dl2col dt{
	width:125px;
	float:left;
	clear:left;
}

dl.dl2col dd{
	width:260px;
	float:left;	
}


/* link styles
--------------------------------------------------------------------------*/
a img {
	border:none;
}

a:link, a:visited {
	text-decoration: none;
}

#content a:link, #content a:visited{
	text-decoration:underline;	
}

a:hover {
	text-decoration:underline;
}

a:active {
	
}

.skip {
	position: absolute;
	left: -9999px;
}

.readDeeper a:link, .readDeeper a:visited {
	font-size: 100%;
	color: #009966!Important;
}

.readDeeper a:hover {
	color: #009966;	
}


.newsItem a {
/*	background: #EFEEEE;*/
	margin-top: 0.1em;
	padding: 5px 0 5px 0;
	display: block;
	border-bottom: 2px solid #E6EFED;
}

#members_area #passwordForgot a:link, #members_area #passwordForgot a:visited {
	color: White;
}

/*image replacement*/
/*--------------------------------------------------------------------------*/
.replace{ 
	position:relative; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden;
	 /* */
}

.replace span{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

/*example usage:

	#hdr_news, #hdr_news span{ 	 
		width:43px; 
		height:11px;
		background: url(/images/hdr_news.gif) no-repeat; 
	}
	
	<h1 id="head_news" class="replace">News headline<span></span></h1>
	
*/

/* bug workarounds */
/*--------------------------------------------------------------------------*/

/*easy clearing*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* general custom classes
--------------------------------------------------------------------------*/
.dotrule {
	height:1px; 
	font-size:1px;
	background:url(/images/dot.gif) repeat-x; 
	clear:both;
	margin:5px 0;
}
	
.right{
	float:right;
}

.left{
	float:left;
}

.center {
	text-align: center;	
}

.readDeeper {
	border-bottom: 1px solid #E6EFED;
	padding-bottom: 15px;
}

.leftHalfContent {
	float: left;
	width: 44%;
	padding: 20px;
	padding-top: 10px;
	padding-left: 0;
}

.rightHalfContent {
	float: right;
	width: 44%;
	padding: 20px;
	padding-top: 10px;
	padding-right: 0;
}

.rightHalfContent.shallow {
	padding-bottom: 0!Important;
}

.leftHalfContent .readDeeper, .rightHalfContent .readDeeper {
	border-bottom: none;
}

.cleary {
	clear: both;
}

.contentPreTitle {
	font-family: sans-serif;
	font-style: italic;
	font-size: 120%;
	font-weight: normal;
	color: #858686;
	display: block;
	padding-bottom: 0.4em;
}

.headOrFootLinkPlain a, #kyan a {
	border-left: none!Important;
}

.contactDl dd {
	font-weight: bold;
	padding-bottom: 1em;
/*	font-size: 115%;*/
	width: 70%;
	float: right;
	margin-top: -1em;/*	drag the dd's up to align with their corresponding dt's - a cleaner HCI albeit via a -ve margin :)*/
}

.addyBlock {/*	display the <br />'d address lines in a block*/
	display: block;
	float: right;
}

.arrowBigger {
	font-size: 135%;
}

.indentedContent{
	padding-left: 2em;
}

.contentFullWidth #content {
	width: 580px;
}

.imgPlainTreatment {
	padding: 5px;
	margin: 5px;
	border: none;
	background: none;
}

.picTitle span {
	display: block;
	text-align: center;
	padding: 5px;
	margin: 5px 5px 5px 10px;
	margin-top: -6px;
	border: 1px solid #CCDDDA;
	background: #E6EFED;
	color: #426860;
}

.newsItem h2 {
	font-size: 150%!Important;
}

.newsItem h3 {
	font-size: 165%;
}

.allNewsPage #content dt span {
	display: block;
	font-weight: normal;
	font-size: 90%;
	padding-left: 20px;
}

.allNewsPage #content dt a {
	background: url(../images/bullet_news_all.gif) no-repeat 0 0.1em;
	color: #656464!important;
	display: block;
	padding-left: 20px;
}

.allNewsPage #content dt {
}

.allNewsPage #content dd {
	padding-bottom: 0.6em;
}



.careersPage dd a {
	display: block;
	border-top: 1px solid #CCDDDA;
	border-bottom: 5px solid #E5EEEC;
	background: #FAFAFA;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	margin-bottom: 1em;
}

.careersPage dt {
}

.careersPage dd {
	padding-left: 1em;
}

.careersPage dd em {
	font-style: normal;
	font-size: 90%;
	float: right;
	border: 1px solid #CCDDDA;
	padding: 0 5px 0 5px;
}

.alertText {
	border: 3px solid red;
	padding: 10px;
}

#public_docs li{
	list-style:none;
}

#public_docs{
	margin-left:10px;
}

.pdf a, .doc a, .ppt a {
	background: #FFF url(/images/icon_pdf.gif) no-repeat 5px 50%;
	padding-left: 25px;
	display: block;
	padding: 5px 5px 5px 25px;
}

.doc a {
	background: #FFF url(/images/page_word.gif) no-repeat 5px 50%;
}

.ppt a {
	background: #FFF url(/images/icon_ppt.gif) no-repeat 5px 50%;
}

.pdf a:hover {
	background: #FFF url(/images/icon_pdf.gif) no-repeat 5px 50%;
}

.doc a:hover {
	background: #FFF url(/images/page_word.gif) no-repeat 5px 50%;
}

.ppt a:hover {
	background: #FFF url(/images/icon_ppt.gif) no-repeat 5px 50%;
}

.docLibDl dt{
	padding: 5px 0 5px 0;
	margin-top: 8px;
	border-top:2px solid #E6EFED;
	border-bottom:2px solid #E6EFED;
}

.docLibLi{
	padding: 5px 0 5px 0;
	margin-top: 5px;
}

.docLibUl{
	margin:0;
}

.docLibLi{
	list-style:none;
}

.docLibDl dd {
	margin: 1px;
}

.docLibDl {
	margin-bottom: 20px;
}

.contactPage .leftHalfContent {
	width: 20%!Important;
}

.contactPage .rightHalfContent {
	width: 70%!Important;
}





/* pagination */
/*--------------------------------------------------------------------------*/

#pagination{
	float:right;
	margin:5px 0 5px 0;
/*	height:200px;
	background:red;*/
}

#pagination p{
	float:left;
	margin:0 5px 0 5px;
}

#pagination ul{
	margin:0;
	padding:0;
	float:left;
}

#pagination li{
	float:left;
	background:none;
	padding:0;
	margin:0 1px;
	list-style:none;
}

#pagination li a:link,
#pagination li a:visited{
	display:block;
	padding:0px 3px 1px 3px;
	background-color:#00A778;
	color:#FFF;
}

#pagination a{
	text-decoration: none;
}

#pagination li a:hover{
	background-color:#426860;
}

#pagination li.selected a{
	background-color:#426860;
}



/*errors*/

.error, .formError { 
	color:#f00; 
	background: #FFC1C1 url(/images/admin/error.gif) no-repeat 0 0; 
	border: 1px solid #f00; 
	padding: 5px 5px 5px 22px; 
}

#notice div { 
	color:#090;
	border:1px solid #090;
	padding:13px 10px 15px 42px;
	background: #CFC url(/images/admin/icon_tick.gif) 7px 3px no-repeat;
	margin: 0 0 20px 0;
}


#errorExplanation{
	background: #FCC;
	border:1px solid #C00;
	padding:10px;
	margin:20px 10px;
	width:89%;
}

#errorExplanation h2, #body_conference #content #errorExplanation h2{
	font-size:1.3em;
	font-weight:bold;
	color:#C00;
	background:none;
	padding:0;
}

.shrunkDl dt, .shrunkDl dd {
	padding: 0;
	margin: 0;
}

.shrunkDl dt {
	margin-top: 1em;
	padding-top:5px;
	border-top:1px solid #E6EFED;
}

#body_links dt, #body_links dd {
	margin: 0;
}

#body_links dt {
	margin-top: 1px;
}

#body_links dd {
	margin-bottom: 0.5em;
}

#body_links h3 {
	margin-bottom: 0.5em;
}

#body_links dl {
	margin-bottom: 2em;
}

.intro {
	font-weight: bold;
}

.category{
    font-weight: bold;
    border-bottom:2px solid #E6EFED;
    padding-bottom:3px;
}


/* Progress bar styles */

div#progress_bar_holder {
  margin: 0; padding: 0;
}

div#progress_bar_holder .wrapper {
    margin: 1em 0 3px 0;
    padding: 0;
}

div.uploadStatus {
  margin: 3px 0; padding: 0;
}

div.progressBar * {
  margin: 0; padding: 0;
}

div.progressBar {
  margin: 0; padding: 0;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;/*	grey to gray*/
  width: 100%;
}

div.progressBar div.background {
  background-color: #060;
  background-image: url(/images/progress_bg_anim.gif);
  height: 18px;
  width: 50%;
}


/*flash notice styles*/


#flash_notice{
	color:#096;
} 

#flash_error{
	color:red;
}

#flash_loginerror{
	color:#000;
}

#flash_loginerror p{
	margin:0;
	position:absolute;
	top:5px;
	left:14px;
}


/*side panel boxes */


#forumList {
	background: #FBF7F0;
}

#newsList {
	background: #E9EEF4;	
	margin-top: 12px;
}

#forumList h3, #newsList h3 {
   font-family:tahoma,arial,helvetica,sans-serif;	
	padding: 1em 0 1em 16px;
	color: White;
	font-weight: bold;
	font-size: 120%;
}

#forumList h3{
	background: #F89A00;
}

#newsList h3 {
	background: #03326D;
}


#forumList ul, #forumList p, #newsList ul, #newsList p {
	margin: 0 0 0 11px;
}

#forumList li, #newsList li {
	list-style: none;
}

#forumList ul.doclist{
	width:150px;
}

#forumList ul.doclist li{
	clear:left;	
	overflow:hidden;
}

#forumList ul.doclist li img{
	float:left;
}

#forumList ul.doclist li a:link,
#forumList ul.doclist li a:visited{
	background:none;
	clear:none;
	width:110px;
	float:left;
	padding:0 0 8px 10px;
}

#forumList a:link, #forumList a:visited {
	color:#AD6C03;
}

#newsList a:link, #newsList a:visited{
	color: #032652;
}

#forumList li a:link, #forumList li a:visited, #newsList li a:link, #newsList li a:visited {
	width: 120px;
	background: url(/images/bullet_forum.gif) no-repeat 0 0.4em;
	padding-left: 21px;
	display: block;
	padding-bottom: 0.5em;
}

#forumList li a:link, #forumList li a:visited {
	background: url(/images/bullet_bulletins.gif) no-repeat 0 0.3em;
	color: #AD6C03;
}

.newsList li a:link, .newsList li a:visited {
	background: url(/images/bullet_news.gif) no-repeat 0 0.3em!Important;
}

.topTopic a {
	background: url(/images/bullet_forum_top.gif) no-repeat 0 0.4em!Important;
	border-bottom: 1px solid #A4B5CB;
	margin-bottom: 0.5em;
}

#forumList p a, #newsList p a {
	width: 120px;	
	padding-left: 21px;
	margin-top: 0.4em;
	padding-top: 0.5em;
	padding-bottom: 1em;
	display: block;/*	Make IE play nice*/
	border-top: 1px solid #A4B5CB;
}

#forumList p a{
	background: url(/images/bullet_bulletins_all.gif) no-repeat 0 40%!Important;
	
}

#newsList p a {
	background: url(/images/bullet_forum_all.gif) no-repeat 0 40%!Important;
	color: #032652;
	border-top: 1px solid #032652;
}



/*home page president*/

#home_president_pic{
  float:right;
  width:195px;
  color:#396;
}

#home_president_pic img{
  float:left;
  border:none;
  padding:0;
  background:none;
  margin: 0 14px 10px 10px;
}

#home_president_pic p{
  margin-top:3px;
}


/*nav image style*/
#nav img{
  float:left;
  border:none;
  padding:0;
  background:none;
  margin: 20px 0px 0px 0px;
}