/* general */

body {
	margin: 0;
	padding: 11px;
	padding-left: 5px;
	font-family: arial, helvetica, verdana, sans-serif;
}

a {
	color: #069;
}

a:hover {
	color: #006
}

h1 {
	font-size: 1.2em;
	margin-top: 0;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
}

p, li, h3, h4 {
	font-size: 0.8em;
}

ul {
	list-style: url(/images/common/bullet.gif)
}

img {
	border: none;
}

.hide {
	display: none;
}

/* top area */

#topArea {
	border-bottom: 1px #999 solid;
}

#topArea h1, #topAreaHome h1  {
	color: #62BB46;
	display: inline;
	font-size: 1em;
}

#topArea h2, #topAreaHome h2  {
	color: #666;
	font-size: 0.8em;
	display: inline;

}

#OL {
	display: none;
}

#topNav {
	display: none;
}



#breadCrumb {
	display: none;
}



/* left Nav */
#leftNav {
	display: none;

}

	
	
/*lists */

.arrowList, .arrowList li{
	margin: 0;
	padding: 0;
	list-style:none;
}

.arrowList img {
	margin-right: 12px;
}

.dashList, .dashList li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* main */



#mainContainer {
	position: relative;
	top: 0px;
	left: 0px;
	border: 0px;
	margin-top: 50px;
	height: 1%; /*IE5 win bug*/
	padding-left: 65px;
	padding-right: 35px;

}

/* Footer */

#footer {
	border-top: 1px #999 solid;
	border-bottom: 0;
	color: #999;
	position: relative;
	top:0px;
	left:0px;
	height: 1%; /*IE5 bug */
	margin: 50px 0; 10px 0;
	clear: both;
	padding-top: 10px;
}

#footer a {
	color: #999;
}


#footer p {
	font-size: 0.7em;
	font-family: verdana, arial, helvetica, sans-serif;
	
}

#footer .middle {
	margin: 0 11px 0 13px;
}



/*----------  Home page ---------- */

#topAreaHome{
	height: 1px;
	margin-bottom: 2px;
}

#OLHome {
	height: 1px;
}

.homeSection {
	margin-right: 2%;
	padding-right: 2%;
	background: url(/images/common/dotted_vertical.gif) top right repeat-y;
	float: left;
  	width:32%; 
  	
  	/*IE5 box model hack*/
 	voice-family: "\"}\""; 
 	voice-family:inherit;
 	width:30.3%;
}

/*IE5 box model hack*/
html>body .homeSection {
  	width:30.3%;
} 

.homeSection h2 {
	font-weight: normal;
	font-size: 1.1em;
}

#rightSection {
	background-image: none;
	margin-right: 0;
	padding-right:0;
}



/*----------  Call for papers ---------- */

.errorTitle, .errorHeader, .errorMsg,  .red  {
	color: #F00;
}

.formFields {
	margin: 23px 56px 17px 2px;
}

.formFields td {
	vertical-align: top;
	font-size: 0.8em;
	white-space: nowrap;
}

.formFields td.label {
	text-align: right;
	padding-right: 15px;
}

.formFields .subText {
	font-size: 85%;
}



.formFields .errorMsg {
	font-weight: bold;
}


.callForPapers {
	border: 1px #6C3 solid;
	
}

.callForPapers th, .callForPapers td.titleRow {
	font-size: 0.8em;
	font-weight: bold;
	padding: 2px 5px 2px 10px;

}

.callForPapers th {
	color: #fff;
	background-color: #6C3;
	text-align: left;
}
.callForPapers td.titleRow {
	border-top: 1px #6C3 solid;
	border-bottom: 1px #6C3 solid;
	background-color: #EFF8EC;

}