@charset "utf-8";
/*******************************************
* main.css                                 *
* Persistent CSS file for GRHO website.    *
* Includes styles for all classes and ID's *
* except for the styles related to the     *
* javascript implementation.               *
********************************************/
/*******
* Tags *
*******/
body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-attachment:fixed;
	background-color:#DCDCDC;
}
div {
	margin-left:auto;
	margin-right:auto;
}
ul.noStyle {
	list-style-position:inside;
	list-style:none;
	padding:0;
	margin:0;
}
a img {
	border:none;
}
/**********
* Classes *
**********/
.curvy {
	border: 2px solid #F0F0F0;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}
.disclaimer {
	margin-top:25px;
	text-align:center;
	font-size: small;
	clear:both;
}
.links {
	overflow:hidden;
	text-align:center;
	width:auto;
	display:table;
}
.links a {
	background: transparent url(../images/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
	width:auto;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
.links a span {
	background: transparent url(../images/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
.links a:active {
	background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
.links a:active span {
	background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
.vcard {
	width:45%;
	float:left;
}
.vcard .org {
	visibility:hidden;
}
.fLeft {
	width:45%;
	float:left;
}
.fRight {
	width:45%;
	float:right;
}
.fLeft input, .fRight input {
	width:90%;
}
.clear {
	clear:both;
}
.clear textarea {
	width:90%;
	height:200px;
}
.grow {
	width:40%;
}
.errormsg {
	display: inline;
	color: #CC3333;
	font-weight:bold;
}
.siteNote {
	font-weight:bold;
}
.form table {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border:none;
}
.label {
	font-weight:bold;
}
.cols3 {
	width:32%;
	display:inline-block;
	*zoom:1;
	*display:inline;
}
.highlightBG {
	background-color:#FFF;
}
.width25 {
	width:25%;
}
.width5 {
	width:5%;
}
.subHeading {
	display:inline-block;
	font-weight:bold;
	padding-bottom:0.5em;
}
.hidden {
	visibility:hidden;
}
/*******
* ID's *
*******/
#header {
	margin-bottom:20px;
	border:none;
	text-align:center;
}
#linkbar {
	text-align:center;
	background-color:#FFF;
	border:none;
	padding:10px;
}
#contentwrap {
	height:auto;
	background-color:#F5F5F5;
	padding:10px;
	margin-top:20px;
}
#content {
	text-align:center;
	list-style-position:inside;
	background-color:#F5F5F5;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content h7 {
	text-align:center;
}
#footer {
	text-align:center;
	background-color:#F5F5F5;
	margin-top:20px;
	clear:both;
}
#validate {
	margin-top:10px;
	text-align:center;
}
#document {
	min-width:1000px;
	max-width:1100px;
	width:80%;
}
#titlebar {
	text-align:center;
	background-color:#F5F5F5;
}
#summary {
	height:75px;
}
#rotateP {
	display:none;
}
#pagesHome {
	min-height:450px;
}
#adminLinks {
	background-color:#FFF;
	width:20%;
	margin-top:10px;
}
#affiliationsStatus {
	width:70%;
	border:#CCC thin solid;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}
#affiliationsStatus td, #affiliationsStatus th {
	border:#CCC thin solid;
	padding:0.2em;
}
#affiliationsStatus td:first-child {
	text-align:left;
}
#affiliationsStatus th.col1 {
	width:50%;
}
#paymentTable {
	width:70%;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}
#paymentTable td, #paymentTable th {
	border:#CCC thin solid;
	padding:0.2em;
}
#paymentTable th {
	border-bottom:thick #CCC;
}
#affiliationsMembers {
	width:70%;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}
#affiliationsMembers td {
	border:#CCC thin solid;
	padding:0.2em;
}
#affiliationsMembers th {
	text-align:left;
	padding:0.2em;
	padding-top:1em;
	border:none;
}
#affiliationsMembers th a {
	text-decoration:none;
	color:#000;
}
#affiliationsMembers th a:hover {
	text-decoration:underline;
}
/*********************************
* Over-ride classes              *
* Used to change occational ID   *
* formatting.                    *
*********************************/
.alignLeft {
	text-align:left;
}
.alignCenter {
	text-align:center;
}
/************************************************
* With-out Javascript                           *
* Includes the styles for when Javascript is    *
* not enabled. (Over-ridden by wJavascript.css) *
************************************************/
.counters {
	display:none;
}
.textareaRequiredMsg {
	display:none;
}
.textfieldInvalidFormatMsg {
	display:none;
}
.textfieldRequiredMsg {
	display:none;
}
.selectRequiredMsg {
	display:none;
}