body {
	background: url("../image/bg.gif") center repeat-y;
	font-family: Gill Sans MT, Gill Sans MT Condensed, Gill Sans ultra Bold, Verdana,Helvetica,sans-serif,Arial;
	font-size: 11px;
	margin: 0px;
}

.body_shell {
	background-color:#FFFFFF;
	width:950px;
	text-align:left;
}

.grey_grad {
	background: url("../img/grey_grad.gif") repeat-y;
}

.grey_grad_right {
	background: url("../img/grey_grad.gif") right repeat-y;
}

.home_left {
	background: url("../img/crop1.gif") no-repeat;
	padding: 0px 9px 0px 11px;
	width: 220px;
}

.profile_left {
	background: url("../img/crop2.gif") no-repeat;
	padding: 0px 9px 0px 11px;
	width: 220px;
}

.full {
	background: url("../img/crop3.gif") #FFFFFF no-repeat;
	padding: 16px 14px 0px 14px;
	width: 750px;
}

.right {
	background: url("../img/midnav.gif") no-repeat;
	padding: 16px 20px 0px 30px;
	width: 750px;
}

.grey_line {
	background: url("../img/grey_line.gif") center repeat-x;
	height:3px;
}

.v_grey_line {
	background: url("../img/v_grey_line.gif") center repeat-y;
	width:5px;
	vertical-align:middle;
}

.darkgrey_back {
	background: #333333;
}

.softgrey_back {
	background: #E3E3E3;
}

input,select,textarea {
font-family: Tahoma,Verdana,Helvetica,sans-serif,Arial;
font-size: 11px;
}

input.text, select.text, textarea.text {
background-color: #EEEEEE;
padding: 1px 4px 1px 4px;
border: #12ABA2 1px solid;
}

select.smalltext {
background-color: #EEEEEE;
border: #12ABA2 1px solid;
font-size:10px;
}

input.button {
background-color: #12ABA2;
border: #EEEEEE 1px solid;
color:#FFFFFF;
font-weight:bold;
}

a {
	color: #A2A2A2;
	text-decoration:none;
	font-family: Gill Sans MT, Gill Sans MT Condensed, Gill Sans ultra Bold, Verdana,Helvetica,sans-serif,Arial;
}

a:hover {
	color:#EE1C25;
	text-decoration:none;
}

a.green {
	color: #12ABA2;
	text-decoration: none;
}

a.green:hover {
	color: #12ABA2;
	text-decoration: underline;
}

a.darkgrey {
	color: #383838;
	text-decoration: none;
}

a.darkgrey:hover {
	color: #000000;
	text-decoration:underline;
}

a.white {
	color: #FFFFFF;
	text-decoration: underline;
}

.table {
	padding:3px;
	border: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background: #F7F7F7;
}

.greyred {
	color: #A2A2A2;
	font-family: Gill Sans MT, Gill Sans MT Condensed, Gill Sans ultra Bold, Verdana,Helvetica,sans-serif,Arial;
}

.greyred:hover {
	color: #EE1C25;
	font-family: Gill Sans MT, Gill Sans MT Condensed, Gill Sans ultra Bold, Verdana,Helvetica,sans-serif,Arial;
	text-decoration:blink;
}

a.greyred:hover {
	color: #EE1C25;
	font-family: Gill Sans MT, Gill Sans MT Condensed, Gill Sans ultra Bold, Verdana,Helvetica,sans-serif,Arial;
	text-shadow:inherit;
}

.medgrey{
	color:#707070;
}

.darkgrey {
	color: #333333;
}

.green {
	color: #12ABA2;
}
.blue {
    color: #063175;
    font-weight: bolder;
}
.red {
	color:#F50101;
}
.red_white {
	color:#FFFFFF;
}
.yellow {
	color: #FCFF00;
}

.header {
	font-size: 11px;
	font-weight: bold;
}

.error {
	background-color:#FF0000;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	border: 2px solid #FFFFFF;
}

.success {
	background-color:#0000FF;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	border: 2px solid #FFFFFF;
}

.footer {
	background: #C3C3C3;
	padding: 3px;
}

.box_table {
	border: 1px solid #12ABA2;
	padding: 3px 5px 3px 5px;
}

.right_border {
	border-right: 1px solid #12ABA2;
}

.forum_header {
	background: url("../img/green_back.gif") repeat-x;
	height:25px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

.forum_light {
	background: #E3E3E3;
	padding: 3px 5px 3px 5px;
}

.forum_dark {
	background: #CECECE;
	padding: 3px 5px 3px 5px;
}

.topic_light {
	background: #C7C7C7;
	padding: 3px 5px 3px 5px;
}

.topic_dark {
	background: #B3B3B3;
	padding: 3px 5px 3px 5px;
}

.hidden {
	height: 0px;
	visibility:hidden;
}

.allpadding {
	padding: 5px;
}

.visible {
	visibility:visible;
}
.laytop {
	top:auto;
}

