/* Global Style */

body
{
	margin: 0px;
	background-color: #3D6171;
}

#main_wrapper
{
	min-width: 720px;
	width: 100%;
}

#header
{
	float: left;
	width: 100%;
	height: 199px;
	border-bottom: 1px black solid;
	background-color: #FFFFFF;
	background-image: url(images/header2.jpg);
}

#content_center
{
	float: left;
	width: 60%;
}

#modules_left
{
	float: left;
	width: 20%;
}

#modules_right
{
	float: right;
	width: 19.9%;
}

#footer
{
	float: left;
	height: 49px;
	width: 100%;
	margin-top: 14px;
	margin-bottom: 5px;
	padding-top: 13px;
	background-image: url(images/ct_logo_small.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	color: white;
	font-family: sans-serif;
	font-size: 7pt;
}


a:link
{
	text-decoration: none;
	color: #CADAFF;
}

a:visited
{
	text-decoration: none;
	color: #CADAFF;
}

a:active
{
	text-decoration: none;
	color: #CADAFF;
}

a:hover
{
	text-decoration: underline;
	color: white;
}

img
{
	border: 0px;
}

.centered
{
	text-align: center;
}

.module_header_left, .content_header_left
{
	color: black;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 9pt;
	padding-top: 4px;
}

.bold
{
	font-weight: bold;
}

a.footer:link
{
	color: white;
	text-decoration: underline;
}

a.footer:visited
{
	color: white;
	text-decoration: underline;
}

a.footer:active
{
	color: white;
	text-decoration: underline;
}

a.footer:hover
{
	color: #CADAFF;
	text-decoration: underline;
}

.align-right
{
	text-align: right;
}

.light
{
	background-color: #508399;
}

.medium
{
	background-color: #3D6171;
}

.dark
{
	background-color: #18202B;
}

td, th, p
{
	color: white;
	font-family: sans-serif;
	font-size: 8pt;
}

/* Header & Navigation Tabs */

#header a:link
{
	display: block;
	text-decoration: none;
	color: black;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
}

#header a:visited
{
	display: block;
	text-decoration: none;
	color: black;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
}

#header a:active
{
	display: block;
	text-decoration: none;
	color: black;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
}

#header a:hover
{
	display: block;
	text-decoration: none;
	color: black;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #97B8BF;
}

.selected, .unselected
{
	position: relative;
	left: 18px;
	float: left;
	margin-right: 4px;
	padding-top: 4px;
	border-bottom: 0px black solid;
	font-family: sans-serif;
	font-size: small;

}

.selected
{
	top: 174px;
	height: 21px;
	padding-left: 7px;
	padding-right: 7px;
	border-top: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px black solid;
	background-color: #3D6171;
	color: white;
	font-weight: bold;
}

.unselected
{
	top: 171px;
	height: 21px;
	border-top: 0px black solid;
	border-left: 0px black solid;
	border-right: 0px black solid;
}

/* Modules */

.module
{
	position: relative;
	margin-top: 38px;
	margin-left: 12%;
	margin-right: 12%;
}
	
.module_header
{
	position: relative;
	height: 23px;
	border-top: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	background-image: url(images/module_header_middle.jpg);
	overflow: hidden;
}

.module_header_left, .module_header_right
{
	position: absolute;
	min-width: 26px;
	height: 23px;
	background-repeat: no-repeat;
}

.module_header_left
{
	left: 0px;
	width: 100%;
	background-image: url(images/module_header_left.jpg);
	text-align: center;
}

.module_header_right
{
	right: 0px;
	background-image: url(images/module_header_right.jpg);
}

.module_main
{
	position: relative;
	border-left: 1px #293436 solid;
	border-right: 1px #293436 solid;
	border-bottom: 4px #293436 solid;
}

.module_inner_border
{
	position: relative;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	padding-left: 5px;
	padding-right: 5px;
}

.module_side_border_left, .module_side_border_right
{
	position: absolute;
	width: 5px;
	height: 100%;
	background-image: url(images/module_border.jpg);
}

.module_side_border_left
{
	left: 1px;
}

.module_side_border_right
{
	right: 1px;
}

.module_body
{
	position: relative;
	border-left: 2px black solid;
	border-right: 2px black solid;
	border-bottom: 1px black solid;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 7px;
	background-image: url(images/stripes_dark.jpg);
	color: white;
	font-family: sans-serif;
	font-size: 8pt;
	overflow: hidden;
}

.module_form
{
	padding-left: 6%;
}

.module input, textarea
{
	background-color: #18202b;
	color: white;
	font-family: sans-serif;
	font-size: 8pt;
}

.module input.text, textarea.text
{
	width: 88%;
	border: 1px white solid;
	padding-left: 2px;;
	padding-right: 2px;
	margin-bottom: 4px;
	overflow: auto;
}

.module input.button
{
	border: 1px white solid;
}

.module .scrollable
{
	width: 100%;
	padding-left: 2px;;
	padding-right: 2px;
	height: 80px;
	background-color: #18202b;
	overflow: auto;
}

/* Content */

.content
{
	position: relative;
	width: 100%;
	margin-top: 38px;
}
	
.content_header
{
	position: relative;
	left: 0px;
	height: 23px;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px black solid;
	background-image: url(images/content_header_middle.jpg);
	overflow: hidden;
}

.content_header_left, .content_header_right
{
	position: absolute;
	min-width: 59px;
	height: 23px;
	background-repeat: no-repeat;
}

.content_header_left
{
	left: 0px;
	background-image: url(images/content_header_left.jpg);
	text-indent: 10px;
}

.content_header_right
{
	right: 0px;
	background-image: url(images/content_header_right.jpg);
}

.content_main
{
	position: relative;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	background-color: #858585;
}

.content_inner_border
{
	position: relative;
	border-left: 2px black solid;
	border-right: 2px black solid;
	border-bottom: 2px black solid;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	background-color: #18202B;
}

.content_body
{
	position: relative;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	background-color: #508399;
	color: white;
	font-family: sans-serif;
	font-size: 9pt;
	overflow: hidden;
}

.content_body img
{
	max-width: 100%;
}

.content_footer
{
	position: relative;
	background-image: url(images/stripes_dark.jpg);
	text-align: center;
	color: white;
	font-family: sans-serif;
	font-size: 8pt;
}

/* Forums Style */

#forums
{
	position: relative;
	width: 100%;
	margin-top: 38px;
}

#forums_main
{
	position: relative;
	border: 1px black solid;
	padding: 1px;
	background-color: #858585;
}

#forums_inner_border
{
	position: relative;
	border: 2px black solid;
	padding: 4px;
	background-color: #18202B;
}

#forums_body
{
	position: relative;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	background-color: #508399;
	overflow: auto;
}