/*
SpaceTEC&reg; CSS Templates
*/

* {
	margin-top: 0;
}

body {
	width:800px;
	margin: 0 auto;
	padding:  0 0 0 0;
	background: #314D6B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A0A0A0;

}

h1, h2, h3 {
	font-weight: normal;
	color: #D1D1D1;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	font-size: 100%;
}

a {
	color: #7EBCFF;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 800px;
	height:106px;
	margin: 0 auto;
	background: #314D6B url(images/SapceTEC-Homepage-top.gif) ;
}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}

#header h1 {
	padding: 30px 0 0 20px;
	text-transform: lowercase;
	font-size: 229%;
}

#header p {
	margin: -5px 0 0 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 85%;
}

#header a {
	text-decoration: none;
	color: #D1D1D1;
}

/* Menu */

#menu {
	width: 800px;
	height: 57px;
	margin: 0 auto;
	background: #314D6B url(images/SapceTEC-Homepage-menu.gif) no-repeat;
}


#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-top:20px;
	vertical-align:middle;
	padding: 8px 20px 0 20px;
	border-right: 1px solid #2A2C2F;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #DFE8F2;
}

#menu a:hover, #menu .active a {
	color:#7EBCFF;
}

/* Page */

#page {
	width:800px;
	margin: 0 auto;
	background: #0F1720 url(images/pageslice.gif) repeat-y; 
}

#upperpage {
	width:800px;
	margin: 0 auto;
	min-height:710px;
	padding-right: 10px;
	background-image: url(images/SapceTEC-Homepage-full.gif);
	background-repeat: no-repeat;	
}

/* Content */

#content_right {
	float: right;
	width: 525px;
}

#content_right .boxed {
	background: #121B23;
	border: 1px dotted #000000;
	max-width:650px;
	margin:10px 70px 0 10px;
}

#content_fullpage {	
	float:right;
	width: 800px;
	min-height:669px;
}

#content_fullpage .boxed {
	background: #121B23;
	border: 1px dotted #000000;
	max-width:650px;
	margin:10px 75px;
}

.boxed .title {
	margin: 0;
	padding: 5px 20px;
	background: #000000;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
}

.boxed .title_sm {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #758497;
	background: #000000;
	text-transform: capitalize;
	font-size: 100%;
	font-weight: bold;
}

.boxed .subtitle {
	text-transform: capitalize;
	font-size: 100%;
	font-weight: normal;
	color: #7EBCFF;
}

.boxed .content {
	padding: 12px;
}

.boxed .content_links a {
	display: list-item;
	list-style:none;
	min-height: 30px;
	margin-right:10px;
	margin-top:15px;
	border: 1px dotted #ffffff;
	padding: 8px 0 0 35px;
	text-decoration: none;
	text-align: left;
	font-size: 15px;
	color: #DFE8F2;
	background-image:url(images/rocket_icon.jpg);
	background-position: left;
	background-repeat:no-repeat;
}

.boxed .content_links a:hover, .boxed .content_links .active a {
	color:#7EBCFF;
}

.boxed .content_sm {
	padding: 12px;
	font-size: 90%;
}



/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 10px 0 0 65px;
}

#sidebar ul {
	list-style: none;
	margin-left:15px;
	padding: 0 0 0 0;
}


.subtitle {
	text-transform: capitalize;
	font-size: 80%;
	font-weight: normal;
	color: #7EBCFF;
}
.boxed1 {
	background: #121B23;
	border: 1px dotted #000000;
	max-width:200px;
	margin: 0 10px 0 5px;
}

.boxed1 .title_sm {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #758497;
	background: #000000;
	text-transform: capitalize;
	font-size: 90%;
	font-weight: bold;
}
#sidebar h2 {
	margin: 0;
	padding: 10px;
	background: #000000;
	border-top: 1px solid #758497;
	border-bottom: 1px solid #758497;
	text-transform: capitalize;
	font-size: 100%;
	font-weight: bold;
	color: #DFE8F2;
}


#sidebar a {
	display: list-item;
	min-height: 30px;
	padding: 8px 0 0 10px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	color: #DFE8F2;
	background-image:url(images/three_dots.gif);
	background-position: left center;
	background-repeat:no-repeat;
}

#sidebar a.capital {
	text-transform: capitalize;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Submenu */

#submenu a {
	padding-left: 15px;
}

#submenu h3 {
	font-size: 100%;
	font-weight: bold;
	color: #7EBCFF;
}
/* Footer */

#footer {
	width: 800px;
	height: 70px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background:url(images/SapceTEC-Homepage-bottom.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 55px 0 0 50px;
	font-size: 77%;
	color: #182534;
}

#footer a {
	color: #182534;
}


#rss {
	float: left;
	width: 185px;
	padding: 10px 0 0 0;
	background-color: #121B23;
}

#rss a {
	display: list-item;
	padding: 0 5px 0 5px;
	text-transform: capitalize;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	color: #DFE8F2;
	background-image:none;
	}

#rss a:hover { 
	text-decoration : none;
	color: #7EBCFF;
	}
	
.rss_date {
	font-size: 9px;
	font-weight : normal;
	padding: 0 5px 0 5px;
	}
	
.HiddenText label {display:none;}
.taskborder_bottom_right {border-bottom: 1px solid #336699;border-right: 1px solid #336699; padding:5px;}
.taskborder_bottom {border-bottom: 1px solid #336699; padding:5px;}
.alert {color: #FF0000}

