* {
	font-family: Arial, Helvetica, sans-serif;
}
html {
	height:100%;
	min-height:100%
}	
body {
	min-height:100%;
	font-size:62.59%;
	margin:0;
	background:url(../assets/body.jpg) repeat-x #C6BDBE;
}

div.divgreen {
	background-color: #DCE2DC;
	padding: 5px;
}
div#display {
	position:absolute;
	top:200px;
	left:250px;
}
img.border {
	border:1px solid #333;	
}
/* 
------------------ Content
*/
div.intro p {
	font-size:13px;	
}
div.admin_menu {
	margin:5px;
	border:1px solid #ccc;
	padding:5px;
	background:#eee;
}
div.admin_menu a {
	display:block;
	background:url(../assets/icons/button_icon.jpg) no-repeat 2px 4px;
	text-decoration:none;
	padding:0 0 0 10px;
}
div.admin_menu a:hover, div.admin_menu a.active {
	display:block;
	background:url(../assets/icons/arrow_left.gif) no-repeat 2px 4px;
	text-decoration:none;
	padding:0 0 0 10px;
}
div#rightCol {
	float:left;
	width:200px;
	padding:0 26px 0 0;
}
div#heading {
	padding: 0 26px 10px 26px;
	margin:0;
}
div#heading h1 {
	font-size:22px;
	padding:0 0 10px 0;
	margin:0;
}
div#content {
	padding: 0 10px 0 26px;
	width:550px;
	float:left;
	margin:0;
}
div#content p {
	margin:0 0 10px 0;
	padding:0;
}
div#content h3, div#content h2, div#content h1 {
	font-size:1.4em;
	margin:0 0 10px 0;
	padding:0px;
}
/* 
------------------ Header
*/
	div#header {
		height:85px;
		background:url(../assets/header.jpg) no-repeat;
	}	
/* 
------------------ Footer
*/
div#footer {
	border-top:1px solid #000;
	padding:10px;
}
/* 
------------------ Address
*/
div#address {
	padding:10px;
	font-size:1em;
}
div#address a {
	color:#003399;
	text-decoration:none;
}
div#address a:hover {
	color:#000;
	text-decoration:none
}

/* 
------------------ Container
*/
div#container {
	width:812px;
	background:url(../assets/content.jpg);
	position:absolute;
	left:50%;
	margin:0 0 0 -406px;
	min-height:100%;
}

/* 
------------------ print
*/

/* 
------------------ menu
*/
div.menu {
	background:url(../assets/menu.jpg);
	font-size:1.1em;
	text-align: center;
	height:34px;
	color:#fff;
	z-index:10;
}
div#content h1 {
	color: #314F85;
}

div.menu a {
	color:#ccc;
	text-decoration:none;
	padding:0 15px;	
}
div.menu a:hover {
	color: #fff;
}
div#content a {
	color: #314F85;
	text-decoration: underline;
}
div#content a:hover {
	text-decoration: none;
}
.attention {
	background-color: #DCE2DC;
	padding: 4px;
	font-family: "Century Gothic", Arial, verdana;
	font-size: 13px;
	border: 1px solid #000000;
}
/*----------- form elements */
input[type="text"],input[type="password"],input[type="file"],select {
	border:1px solid #ccc;	
	padding:2px;
	font-size:12px;
}
input[type="submit"], input[type="button"] {
	border:1px solid #ccc;	
	padding:2px 2px 2px 12px;
	margin:2px 0;
	font-size:12px;
	background:url(../assets/icons/button_icon.jpg) 5px 5px no-repeat #DDDDDD;
	text-transform:capitalize;
}

/*----------- grid */
table.grid tr td, table.grid tr th{
	border-bottom:1px solid #ccc;	
	text-align:left;
}
table.grid tr th {
	background:#eee;	
}
table.grid tr:hover td {
	background:#F8F8F8;	
}
table.grid tr:last-child td {
	border:none;	
}

table.forumList {
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}
table.forumList tr th {
	font-size:12px;
	background:#eee;
	border-bottom:1px solid #ccc;
	text-align:left;
}
table.forumList tr td {
	font-size:12px;
	border-bottom:1px solid #ccc;
}
div.forumHeadingContainer {
	border:1px solid #ccc;	
	margin:0 0 10px 0;
}
div.forumHeadingTitle {
	border-bottom:1px solid #ccc;
	padding:10px;
	font-size:22px;
	background:#eee;
}
div.forumHeadingBody {
	padding:5px 10px;
	font-size:14px;
}
div.btn {
	margin:10px 0;
}
div.btn a {
	padding:5px;
	border:1px solid #ccc;
	background:#eee;
	color:#000;
}
div.btn a:hover {
	background:#ccc;	
}
div.boxContainer {
	width:200px;
	border:1px solid #ccc;
	margin:0 0 10px 0;
}
div.boxHeader {
	background:url(../assets/cellHeading.jpg);
	height:17px;
	padding:1px 5px 2px 5px;
	color:#fff;
	font-size:13px;
}
div.boxCopy {
	padding:5px;
	margin:0;
}
div.boxCopy p {
	margin:0;
	padding:0 0 5px 0;
}
div.boxCopy a {
	color:#06C;
}
div.boxCopy a:hover {
	color:#000;
	text-decoration:none;
}
form {
	padding:0;
	margin:0;
}

div.randomContainer {
	width:343px;
	float:right;
	margin:0 6px 0 0;
	z-index:2;
}
div.randomContainer div.img1, div.randomContainer div.img2, div.randomContainer div.img3, div.randomContainer div.img4 {
	height:85px;
	float:left;
	z-index:1;
	width:85px;
}
div.randomContainer div.img1, div.randomContainer div.img2, div.randomContainer div.img3 {
	padding-right:1px;
}

div.message {
	color:#093;
	border:1px solid #093;
	padding:5px;
	margin:5px 0;
}
div.error {
	color:#C00;
	border:1px solid #C00;
	padding:5px;
	margin:5px 0;
}
div.breadcrumbbox {
	background:#eee;
	border:1px solid #ccc;
	padding:5px;
	margin:0 0 5px 0;
}
div.upcomingEvents {
	border:1px solid #999;
	margin:5px 0;
}
div.upcomingEvents div.title {
	background:url(../assets/cellHeading.jpg) repeat-x;
	height:16px;
	color:#fff;
	padding:2px 10px 2px 10px;
	font-weight:bold;
	font-size:1.1em;
}
div.upcomingEvents div.body  {
	padding:5px;
}


div#content a.btn {
	padding:5px;
	background:#eee;
	border:1px solid #ccc;
	color:#000;
	text-decoration:none;
}
div#content a.btn:hover {
	color:#ccc;
}
/*
------------------------------------ form
*/
div#content table.form th a, div#content table.form td a {
	color:#000;
	text-decoration:none
}
div#content table.form th a:hover, div#content table.form td a:hover {
	color:#000;
	text-decoration:underline;
}
div#content table.form th, div#content table.form td {
	border-bottom:1px solid #ccc;
	font-size: 1em;
	font-weight: normal;
}	
div#content table.form th {
	background:#eee;
}
div#content table.form tr:hover td {
	background:#eee;
}	
div#content table.form {
	border-bottom:none;
}

span.disable {
	color:#999;
	text-decoration:line-through;
}
div.box {
	width:10px;
	height:10px;
	margin:2px;
	border:1px solid #ccc;
}