body { font: 12px verdana, arial, helvetica, sans-serif; background-color: lightblue; margin-top: 0; margin-bottom: 0; }
.title  { font: 16px verdana, arial, helvetica, sans-serif; font-weight: bold; background-color: #CCCCDD; text-align: center; margin-top: 0; margin-bottom: 0; padding: 1px 1px 1px 1px; color: #000000; }
.blank  { font: 16px verdana, arial, helvetica, sans-serif; background-color: #CCCCDD; text-align: center; margin-bottom: 0; padding: 1px 1px 1px 1px; }
.data {
	background-color: #FFFFFF;
	border-top-width: 1px;   
	border-left-width: 0px;  
	border-right-width: 0px; 
	border-bottom-width: 0px;
}
.button {
	font-family: arial,verdana,helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ccd7e0;
	background-image : url(/icon/other/button.gif);
}
th		{ border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; }
th.aws	{ border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font-size: 13px; font-weight: bold; }
td.aws	{ border-color: #ECECEC; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px; font: 12px verdana, arial, helvetica, sans-serif; text-align:left; color: #100000; padding: 1px;}
td	{ border-color: #ECECEC; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px; font: 12px verdana, arial, helvetica, sans-serif; text-align:left; color: #100000; padding: 1px;align:left;}
b { font-weight: bold; }
h1, h2	{
			font-weight: bold; font-size: 20px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #82915A;
}


a { color: #000000; text-decoration: none; }
a:link   { text-decoration: none; color : blue; }
a:visited { text-decoration: none; color : blue; }
a:hover	{ text-decoration: underline; color : blue; }



/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 16px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #444444; line-height: 125%;
	background-color: #ff2010;  border-style: none;
	font-weight: bold;
}


/* Form elements */
input, textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3CC; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */


/*
.error {background:#D52B8C;border:0px solid #000000;color:#fff8dc; font:12px Courier,"Courier New",sans-serif;padding:0px;color:#000000}
.warn {background:yellow;border:0px solid #000000;color:#fff8dc; font:12px Courier,"Courier New",sans-serif;padding:0px;color:#000000}
.info {background:lightblue;border:0px solid #000000;color:#fff8dc; font:12px Courier,"Courier New",sans-serif;padding:0px;color:#000000}
*/
.error {border:0px solid #000000;color:#fff8dc; font:12px Courier,"Courier New",sans-serif;padding:0px;color:red}
.warn {border:0px solid #000000;color:#fff8dc; font:12px Courier,"Courier New",sans-serif;padding:0px;color:#3366ff}
.info {;border:0px solid #000000;color:#fff8dc; font:12px Courier,"Courier New",sans-serif;padding:0px;color:#000000}

