@import url(/core/css/reset.css);
@import url(/core/css/forms.css);


body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #999;
	background-color: #000032;
}

.small {
	color: #666;
}



#content div.block {
	background-color: #1D1D1D;
	border: 1px solid #333;
	padding: 10px;
	float: left;
	width: 398px;
	margin: 5px 0 10px 0;
}

#content div.block :first-child {
	margin-top: 0;
}

#content div.block img.main-image {
	width: 75px;
	border: 1px solid #999;
	margin-bottom: 0;
}

/**********************************************************
 * General Styles                                         *
 **********************************************************/

p, li, cite {
	margin-bottom: 1em;
}

p, dt, dd, li, cite, em, strong, i, b, s, a, span {
	line-height: 1.6em;
}

#page {
	font-size: 0.9em;
}



blockquote {
	background-image: url(/graphics/blockquote_background.png);
	background-position: 10px 0;
	background-repeat: no-repeat;
	padding: 0 60px;
	margin: 2em 0;
	font-style: italic;
	font-size: 0.9em;
}

blockquote em {
	font-style: normal;
}

cite {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	display: block;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	background-color: #333;
	color: White;
	border: none;
	border-top: 1px solid #333;
	height: 1px;
	width: 100%;
	margin: 0.5em 0 1em 0;
	padding: 0;
	float: left;
	clear: both;
}


.center {
	text-align: center;
}


.hidden {
	position: absolute;
	top: -5000px;
	left: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.IE6only.hidden {
	display: none;
}

img {
	border: none;
}



#footer {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}

/**********************************************************
 * Links                                                  *
 **********************************************************/

a {
	color: #007FC7;
}

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

/**********************************************************
 * Lists                                                  *
 **********************************************************/
dl {
	margin: -1em 0 1em 0;
}

dt {
	margin-top: 1em;
	font-weight: bold;
}

ul {
	list-style-type: square;
	display: block;
	list-style-position: outside;
	margin-left: 3em;
	margin-bottom: 1em;
}

ol {
	list-style-type: decimal;
	display: block;
	list-style-position: outside;
	margin-left: 3em;
	margin-bottom: 1em;
}

li {
	display: list-item;
	margin-bottom: 0.5em;
}

dl.inline dt {
	clear: left;
	padding-top: 1em;
}

dl.inline dd {
	float: left;
	width: 3em;
}

dl.inline dd.block {
	float: none;
	width: auto;
}

dl.details {
	position: relative;
	margin-top: 0;
}

dl.details dt {
	width: 6em;
	position: absolute;
	left: 0;
	margin: 0;
	padding-top: 0em;
}

dl.details dd {
	margin: 0 165px 0 7em; /* If left margin changed, also change dt margin in ie6 css */
	padding-top: 0em;
	line-height: 1.5em;
}


/**********************************************************
 * Headings                                               *
 **********************************************************/

 
h2, h2 a {
	padding-top: 10px; 
	margin: 0;	
	color: #e5e5e5; 
	font-weight: bold; 
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	margin: 0.5em 0 0.3em 0;
	line-height: 1.5em;
	padding: 0;
	text-decoration: none;
}

h2 a:hover {
	color: #DDD;
}

body.mceContentBody h2,
body.mceContentBody h2 a {
	color: #AAA !important;
}

h3 {
	font-family: Georgia, serif; 
	font-size: 14px;	
	font-weight: bold; 
	color: #007FC7; 
	margin: 0.5em 0 0.3em 0;
	padding: 0;
	line-height: 1.5em;
}

.title {
	margin-left:10px; 
	padding:15px 0px 5px 0px;
}


h2, h3 {
	clear: left;
}

dl.inline dt {
	font-size: 1.2em;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.5em 0 0.3em 0;
	color: #EEE;
	line-height: 1.3em;
}


/**********************************************************
 * Tables                                                 *
 **********************************************************/
 
table {
	font-size: 0.8em;
	border-collapse: collapse;
	border-bottom: 2px solid #2C3517;
}

tr.disabled {
	color: Gray;
}

td {
	border-top: 1px dotted #778B3B;
	border-bottom: 1px dotted #778B3B;
	padding: 3px;
}

th {
	text-align: left;
	border-top: 2px solid #2C3517;
	border-bottom: 2px solid #2C3517;
	padding: 3px;
}







/**********************************************************
 * Side Boxes & Boxouts                                   *
 **********************************************************/

.left {
	float: left;
	clear: left;
	margin: 5px 10px 10px 0;
}

.right {
	float: right;
	clear: right;
	margin: 5px 0 10px 10px;
}

img.left {
	margin-right: 1em;
	clear: none;
}

img.right {
	margin-left: 1em;
}

div.left {
	padding-right: 15px;
	background-color: White;
}



/**********************************************************
 * Gallery                                                *
 **********************************************************/

ul.image-gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

ul.image-gallery li {
	display: block;
	float: left;
}

ul.image-gallery li a {
	display: block;
	border: 2px solid #007FC7;
	width: 85px;
	height: 85px;
	margin-right: 5px;
}

ul.image-gallery li a.hover{
	border-color: #88D9FF;
}

ul.image-gallery li span.title,
ul.image-gallery li p.copyright,
ul.image-gallery li div.caption {
	display: none;
}

ul.image-gallery li p.copyright {
	display: none;
}


/**********************************************************
 * Forms                                                  *
 **********************************************************/

.form-container label {
	width: 100px; 
}

.form-container .control {
	margin-bottom: 0.5em;
}

.form-container input,
.form-container textarea,
.form-container select {
	border: 1px solid #999;
	background-color: #333;
	color: #999;
	max-width: 275px;
}


.form-container input:focus, 
.form-container input.error:focus, 
.form-container textarea:focus {
	border: 1px solid #CCC;
	background-color: #666;
	color: #CCC;
}

.form-container .button {
	margin-left: 120px;
}



/**********************************************************
 * Secondary Menu                                         *
 **********************************************************/
 
ul.menu {
	margin: 0.5em 0;
	border-top: 1px solid #333;
	list-style-type: none;
} 

ul.menu li {
	border-bottom: 1px solid #333;
	padding: 0.25em 0;
	margin: 0;
}

ul.menu li a {
	text-decoration: none;
}

ul.menu li.current a {
	font-weight: bold;
	color: #999;
}

/**********************************************************
 * News                                                   *
 **********************************************************/

div.news {
	border-top: 1px solid #333;
}

div.headline,
#sidebar div.archive {
	border-bottom: 1px solid #333;
}

div.headline .added {
	font-style: italic;
	text-align: right;
}

#sidebar div.archive {
	float: left;
	width: 100%;
}

#sidebar div.archive ul.months {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	float: left;
	width: 100%;
}

#sidebar div.archive ul.months li {
	margin: 0 6px 0 0;
	padding: 0;
	display: block;
	float: left;
}



/**********************************************************
 * Tabs                                                   *
 **********************************************************/

ul.tabs {
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.tabs li a {
	display: block;
	float: left;
	background-color: #191919;
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
	margin: 5px 2px 2px 0;
	font-size: 0.9em;
}

ul.tabs li a:hover {
	color: #88D9FF;
}

ul.tabs li.current a {
	background-color: #282828;
	margin-bottom: 0;
	padding-bottom: 7px;
}


div.tab-content {
	border: 1px solid #282828;
	border-top: none;
	padding: 0 5px 5px 5px;
	clear: left;
}

div.tab-content h3 {
	background-color: #282828;
	font-family: Arial, sans-serif;
	color: White;
	padding: 15px 10px;
	text-transform: uppercase;
	position: relative;
	width: 388px;
	left: -5px;
}