
/* form classes */

form {
margin-bottom: 0;
}

textarea, input, select
{
	font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
	font-size: 11px;
	border-style: solid;
	border-color:#808080;
	border-width:1px;
	background-color:#FCFCD2;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
}

body {
margin: 0;
scrollbar-face-color: #d0d0d0;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #e1f2f2;
scrollbar-3dlight-color: #e1f2f2;
scrollbar-arrow-color: #000;
scrollbar-track-color: #fff;
scrollbar-darkshadow-color: #1b1e25;
background-image: url("/images/back.jpg");
background-repeat : repeat;
}

.full-size-table {
width: 777;
height: 100%;
}

.row1 {
height: 2%;
vertical-align : top;
background-color: #fff;
}

.row2 {
height: 96%;
vertical-align : top;
background-image: url("/images/gray.jpg");
background-repeat : repeat-y;
background-position: right;
background-color: #fff;
}

.row3 {
height: 2%;
vertical-align : top;
background-color: #fff;
}

.content {
text-align: justify;
}

a {
color: #333;

}

a:hover{
color: #FF822A;
}

.underlineLink
{
	text-decoration: underline;
}
/* images */

.header {
background-image: url("/images/header.jpg");
background-repeat : no-repeat;
}

.footer {
background-image: url("/images/footer.jpg");
background-repeat : no-repeat;
}

.top-line {
background-image: url("/images/gray.jpg");
background-repeat : repeat-x;
background-position: top;
}

.v-dot-line {
background-image: url("/images/v-dot-line.jpg");
background-repeat : repeat-y;
background-position: center center;
}

/* links */

.top-link a {
color: #333;
font-size: 11px;
text-decoration: none;
display: block;
padding: 12 10 13 10;
}

.top-link a:hover{
color: #FF822A;
}

.left-link a {
color: #333;
font-size: 11px;
text-decoration: none;
display: block;
padding: 6 5 7 15;
border-top : #c6c6c6 1px solid;
}

.left-link a:hover{
color: #FF822A;
}

.left-linka a {
color: #333;
font-size: 11px;
text-decoration: none;
display: block;
padding: 3 5 4 15;
background-image: url("/images/h-dot-line.jpg");
background-repeat : repeat-x;
background-position: bottom;
}

.left-linka a:hover{
color: #FF822A;
}

/* background colours */

.white {
background-color: #fff;
}

.gray {
background-color: #e9e9e9;
}

.yellow {
background-color: #ffce20;
}

.yellowa {
background-color: #faeeb2;
}


/* borders */

.left-border{
background-color: #e9e9e9;
border-right : #cbcaca 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.green-txt {
color: #428603;
}

.orange-txt {
color: #ff822a;
}

/* Heading */

h1 {
font-family: arial;
font-size: 18px;
margin: 0;
}

h2 {
font-family: arial;
font-size: 16px;
margin: 0;
}

h3 {
font-family: arial;
font-size: 14px;
margin: 0;
}

h4 {
font-family: arial;
font-size: 13px;
margin: 0;
}

.left-cat-head {
background-color: #ff822a;
padding: 6 5 7 25;
background-image: url("/images/bullet1.jpg");
background-repeat : no-repeat;
background-position: 15 center;
color: fff;
}

.left-sub-cat-head {
background-color: #e2e2e2;
padding: 4 5 5 12;
background-repeat : no-repeat;
background-position: 15 center;
color: 000;
border-top : #cbcaca 1px solid;
border-bottom : #cbcaca 1px solid;
font-size: 11;
}
.SideMargin
{
	padding-left:27px;
}

.errorInfo
{
	font-weight: bold;
	font-size: 11px;
	color: red;
}
.successInfo
{
	font-weight: bold;
	font-size: 11px;
	color: green;
}
.FormHeading
{
	font-size: 18px;
	font-weight: bold;
}
.BigRadioButton
{
	height:29px;
}
.Vote
{
	width:70px;
	padding-top:37px;
	padding-left:2px;
	font-weight:bold;
	font-family:Arial;
	text-align:center;
}
.ArticleLink
{
	color: #428603;
	text-decoration:underline;
}

.ArticleLink a:hover
{
	color: #FF822A;
}
.AdBorder
{
	width:403px;
	border-right: #ffcc66 1px solid;
	border-top: #ffcc66 1px solid;
	border-left: #ffcc66 1px solid;
	border-bottom: #ffcc66 1px solid;
}
.CommentHeading
{
	font-family: arial;
	font-size: 18px;
}
.LargeText
{
	font-family: arial;
	font-size: 16px;
}
.ReadOnly
{
	color: dimgray;
	background-color: whitesmoke;
}
.RaisedButton
{
	font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
	font-size: 11px;
	border-style:outset;
	border-color:#808080;
	border-width:3px;
	background-color:#FCFCD2;
	font-weight:bold;
	cursor:hand;
}
.TrackingLink
{
	color: #428603;
	cursor: pointer;
	text-decoration: underline;
}