/*
 Stylesheet for GAS, IDC and ICE sections.
*/

body
{
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 margin-bottom:0px;
 background-color: #dddddd;
 font-size: 10px;
 font-family: Verdana, Georgia, Helvetica, sans-serif;
 color:#333333;
}

a, a:link, a:visited
{
 color: #0033CC;
 text-decoration: none;
}

a:hover
{
 color: #0033CC;
}

a:active
{
 color: #666666;
}

img
{
 border-width: 0px;
}

table
{
 font-family: Verdana, Georgia, Helvetica, sans-serif;
 color:#333333;
 padding: 0px;
}

td
{
 font-family: Verdana, Georgia, Helvetica, sans-serif;
 font-size: 11px;
}

th
{
 color: #22aaaa;
 background-color: #dddddd;
 font-family: Times New Roman, serif;
 font-size: 15px;
 font-weight: bold;
}

/*
 find explanations at http://www.webcredible.co.uk/user-friendly-resources/css/css-forms.shtml
*/

fieldset
{
 border: #2266aa solid 1px;
 width: 100%;
 background-color: #ffffff; /*#bb99ff; purple*/
 margin-bottom: 1px;
}

legend
{
 background: #ffbb00;
 border: solid #2266aa 1px;
 font-weight:bold;
 font-size:12px;
}

label
{
 width: 9em;
 float: left;
 text-align: right;
 margin: 0 1em 10px 0;
 clear: both;
}

input
{
 font-family: Verdana, Georgia, Helvetica, sans-serif;
 font-size: 11px;
 vertical-align: middle;
 color:#333333;
 background-color: #ffffff;  /* ced2dd  */
 margin: 0px;
 border: 1px #7F9DB9 solid;
 position: relative;
}
select
{
 font-family: Verdana, Georgia, Helvetica, sans-serif;
 font-size: 11px;
 vertical-align: middle;
 color:#333333;
 background-color: #ffffff;  /* ced2dd  */
 margin: 0px;
 border: 1px #7F9DB9 solid;
 position: relative;
}

textarea
{
 background-color: #ffffff; /* ced2dd */
 clear: both;
 border: 1px #7F9DB9 solid;
 margin: 0px;
 width: 20px;
 position: relative;
 vertical-align: top;
}
button
{
	cursor:hand;
}

.button
{
 color: #333333;
 background-color: #ced2dd;
 border: 1px #333333 outset;
 cursor:hand;
}

.imagebutton /* images that are used for form submissions*/
{
 border: 0px;
 cursor:hand;
}

h1
{
 font-size: 20px;
 color: #FFFF33;
}

h2
{
 font-size: 18px;
 color: #FFFF66;
}

h3
{
 font-size: 16px;
 color: #FFFFCC;
}

h4
{
 font-size: 14px;
 color: #FFFFCC;
}

h5, h6 {
 color: #6699CC;
}

ul
{
 list-style-image: url("images/filename.gif");
 color: #808080;
}

.style1
{
 font-size: 12px;
 font-weight: bold;
 color: #ff0000;
}

.style2
{
 font-size: 12px;
 font-weight: bold;
}

.style4
{
 font-size: 10px;
}

.style5
{
 font-size: 9px;
}

.bodycontentarea {
margin-top:10px;
margin-right:20px;
margin-bottom:10px;
margin-left:20px;
}

h1.pagetitle
{
 font-family:"Times New Roman", Times, serif;
 color:#333333;
 text-align:left;
 padding-left:20px;
}

h2.pagesubtitle
{
 font-family:"Times New Roman", Times, serif;
 color:#333333;
 text-align:left;
 padding-left:30px;
}

.pagetitle
{
 color:#333333;
 text-align:left;
 padding-left:20px;
}

.error
{
 color:#ff0000
}

.great
{
 color: #2266aa;
}

.drspTable
{
 border-style: dashed;
 border: 1px;
}

.bodycontentarea
{
 margin-top:10px;
 margin-right:20px;
 margin-bottom:10px;
 margin-left:20px;
}


.title {
	font-size: 13;
	font-weight: bold;
	color: #333333;
	margin-left: 0px;
	max-width: 100%;
}

.subtitle {font-size: large}

.login {
	font-size: xx-small
}


.userForm	/*most forms in the page*/
{
 background-color: #ffffff; /*#bb99ff; purple*/
 font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.userTable
{
 border-style: solid;
 border-width: 1px;
 border-color: #4b5fa3; 
 background-color: #ffffff;

}

.linkTable
{
 background-color: #ffffff;
}

.faqQ
{
 font-weight: bold;
}

.faqA
{
 font-style: italic;
}

.genderNoBox
{
 border: 0px;
}

#subject {
 clear: both;
 font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 1.5em;
	margin: 0 0 2px 0;
	border-bottom: 1px solid #EA8C00;
	color: #EA8C00;
}
#subject2 {
 clear: both;
 font-size: 14px;
	font-weight: bold;
	color: #993300;
	line-height: 1.5em;
	margin: 0 0 2px 0;
}
.TDrightBar
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: black;
}
.TDbottomBar
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
}
/*.userTable2
{
 background-color: #bb99ff;
 border-style: dashed;
 border-width: 1px;
 border-color: #4B5FA3; */
 /*tr:nth-child(odd)  { colour: #808000} /* represents every odd row of a HTML table */
 /*?tr:nth-child(even) { colour: #008080} /* same */
/*}

/*
 Colours:

 light blue: #ebe9fe;
 light purple: #bb99ff;
*/
