html {
    background-image: url('../images/bg.png'), url('../images/graphy.png');
    background-repeat: repeat-x, repeat;
}

body {
    background-image: url('../images/bgglow.png');
	background-position: center top;
    background-repeat: no-repeat;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 12px;

}

.lol {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

a {
	text-decoration: none;
	outline: none;
}

img.icon {
    vertical-align: middle;
}

select, input, textarea {
	background-color: #EEE;
	border: 1px solid #CCC;
	background-color: #D8D8D8;
	background-image: url('../images/formbg.gif');
	background-repeat: repeat-x;
	font-family: 'Arial';
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
}

select {
	background-color: #EFEFEF;
}

input:focus, textarea:focus {
	box-shadow: inset 0 0 5px #D5D5D5;
	-moz-box-shadow: inset 0 0 5px #D5D5D5;
	-webkit-box-shadow: inset 0 0 5px #D5D5D5;
	border: 1px solid #555;
}

textarea {
	width: 400px;
	height: 90px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#container {
    width: 864px;
    margin-left: auto;
    margin-right: auto;
}

#notification {
	width: 100%;
	height: 40px;
	text-shadow: 0px -1px 0px #000;
	background-color: #3f3d39;
	background-color: #272624;
	color: #999;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	border-bottom: 1px solid #555;
}

h1 {
    margin-top: 0px;
    width: 165px;
    height: 55px !important;
    height: 55px;
    float: left;
}

#icon-navigation {
    float: left;
	margin: 0px;
}

#icon-navigation li {
    display: inline;
	margin: 0px;
	padding: 0px;
}

#text-navigation {
	background-image: url('../images/navbg.png');
	height: 55px;
	width: 574px;
    float: left;
	margin: 0px;
	line-height: 40px;
	font-size: 11px;
}

#text-navigation li {
    display: inline;
	color: #808080;
}

#text-navigation div {
	margin-top: 10px;
}

#text-navigation a {
	font-weight: bold;
	color: #c0c0c0;
	text-decoration: none;
}

#text-navigation a:hover {
	border-bottom: 1px dotted #999;
}

/*
 * START OF CONTENT
 */

#slogan1 {
	width: 485px;
	height: 57px;
	background-image: url('../images/slogan1.png');
	margin-bottom: 35px;
}

#slogan2 {
	width: 487px;
	height: 155px;
	background-image: url('../images/slogan2.png');
	margin-bottom: 35px;
}

#content-top {
	clear: both;
    width: 850px;
	height: 40px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: -7px;
}

#global-message {
	clear: both;
	margin-left: 15px;
	font-weight: bold;
	font-size: 10px;
	float: left;
	color: #555;
	width: 758px;
}

#content {
	clear: both;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}

#content_container {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

#content_top {
	padding-top: 0px;
    width: 850px;
    float: left;
    background-repeat: repeat-x;
	position: relative;
}

#content_top h2, .section_top h2 {
	margin-bottom: 10px;
}

#content_top p, .section_top p {
    font-size: 12px;
    color: #000;
	margin-bottom: 10px;
}

ul {
	list-style-type: disc;
	margin-bottom: 10px;
    margin-left: 30px;
}

#content_top_right {
    float: left;
    width: 5px;
    height: 230px;
}

.list {
    list-style-type: disc;
    line-height: 20px;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 10px;
}

#content_top a, .section_top a {
    color: #2c7994;
}

#content_top a:hover, .section_top a:hover {
    color: #72bfdc;
}

.section_top {
    width: 830px;
    min-height: 230px;
    float: left;
    /*background-image: url('../images/content_top_bg.png');*/
    background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.section_divider {
    background-image: url('../images/section_top.png');
	clear: both;
	height: 5px;
	width: 850px;
}

/*
 * END OF CONTENT
 */

.front_page_divider {
    background-image: url('../images/front_page_divider.png');
    width: 1px;
    height: 180px;
    float: left;
}

.introduction_box {
    float: left;
    width: 276px !important;
    width: 276px;
    text-align: center;
}

.introduction_box img {
    margin-top: auto;
    vertical-align: bottom;
}

.introduction_box p {
    font-size: 13px;
    color: #000;
    padding: 10px;
	padding-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

#content h2 {
    color: #FF7600;
    font-size: 25px;
    font-weight: lighter;
    letter-spacing: -2px;
	text-shadow: 0px -1px 0px #FFF;
}

#user {
    width: 170px;
    height: 170px;
    background-image: url('../images/user.png');
    margin-left: auto;
    margin-right: auto;
}

#mail {
    width: 170px;
    height: 170px;
    background-image: url('../images/mail.png');
    margin-left: auto;
    margin-right: auto;
    background-position: 0px 15px;
}

#report {
    width: 170px;
    height: 170px;
    background-image: url('../images/report.png');
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#footer {
    clear: both;
    margin-top: 10px;
    border-top: 1px solid #849fa9;
    /*background-image: url('../images/footer_bg.png');*/
	background-color: rgba(255, 255, 255, 0.5);
}

#footer_wrapper {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#project_categories {
    padding: 20px;
    font-size: 12px;
}


#project_categories h3 {
    color: #FF7600;
    font-size: 18px;
    font-weight: lighter;
    letter-spacing: -1px;
}

.categories {
    padding-top: 10px;
    width: 202px;
    float: left;
}

.categories a {
    color: #2c7994;
    text-decoration: none;
}

.categories a:hover {
    color: #72bfdc;
}

#copyright {
    text-align: center;
    color: #999;
    font-size: 11px;
    font-weight: bold;
    margin-top: 15px;
	clear: both;
}

#copyright a {
	color: #787878;
	text-decoration: none;
}

#copyright a:hover {
	color: #333;
}

#feature {
    margin-left: auto;
    margin-right: auto;
    width: 850px;
}

.error {
	border: 1px solid #800;
}

.error_message {
	border: 1px solid #800;
	background-color: #FDD;
	margin: 10px;
	padding: 10px;
	clear: both;
}

.errors {
	color: #BB0000;
	font-weight: bold;
}

/*
NIFTYNESS
*/

.left {
	float: left;
	width: 555px;
	width: 67%;
    padding: 0px;
}

.left h3 {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
}

.right {
	float: left;
	padding-top: 10px;
	margin-left: 10px;
	width: 263px;
}

.form {
	margin-bottom: 10px;
    padding: 0;
}

.form legend, .form h3 {
	background-image: url('../images/column_bg.png');
	padding: 0px;
    font-weight: bold;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 7px;
	color: #000000;
	text-shadow: 0px 1px 0px #FFF;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0 -1px 1px #000;
	-moz-box-shadow: 0 -1px 1px #000;
	-webkit-box-shadow: 0 -1px 1px #000;
}

.form p {
    padding: 0px;
	font-weight: normal;
	font-size: 12px;
	clear: both;
	overflow: hidden;
}

.form label {
	float: left;
	clear: left;
	width: 100px;
	font-size: 14px;
	line-height: 15px;
}

#more_files {
	margin-left: 100px;
	line-height: 34px;
	margin-right: 100px;
}

.form input {
	float: left;
	height: 15px;
	width: 200px;
	clear: right;
}

.form input[type=checkbox] {
	width: 15px;
}

input[type=button] {
	border: 1px solid #999;
}

input[type=button]:hover {
	border: 1px solid #555;
}

.form ul {
	padding: 0px;
	margin-left: 16px;
	list-style-type: disc;
}

.form ol {
	list-style-type: decimal;
	margin-left: 19px;
}

.form h4 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

.elements {
	background-color: rgba(255,255,255,0.5);
	border-top: 1px solid #AAA;
    padding-top: 0px;
    padding: 10px;
    margin: 0;
}

.submit {
    text-align: center;
	margin-top: 10px;
}

.submit input {
	margin-left: 100px;
	width: 200px;
	height: 25px;
	border: 1px solid #555;
}

.mini {
	float: left;
	margin-left: 5px;
}

div.mini:hover {
	-moz-opacity:1 !important;
	filter:alpha(opacity=100) !important;
	opacity: 1 !important;
}

.single_image {
	position: relative;
}

.single_cite {
	background: #000000;
	-moz-opacity:.55;
	filter:alpha(opacity=55);
	opacity: .55;
	color: #FFF;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	bottom: 5px;
	height: 15px;
	width: 810px;
	padding: 10px;
	border-top: 2px solid #FFF;
	font-weight: bold;
	display: none;
}

#picture {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
}

#geshi ol, #geshi ul {
    list-style-type: decimal;
    margin-left: 40px;
}

.ui-tabs .ui-tabs-nav {
	margin: 0px;
	padding-bottom: 20px;
	text-align: center;
}

.ui-tabs .ui-tabs-nav li {
	display: inline;
	padding: 10px;
}

.ui-tabs .ui-tabs-nav li a {
	padding: 5px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border-bottom: 2px solid #386F9E;
}

.ui-tabs .ui-tabs-panel {
	padding: 0px;
	display: block;
	background: none;
}

.ui-tabs .ui-tabs-hide {
	display: none !important;
}

#filter {
	clear: both;
}

#filter a {
	color: #EEE;
	text-decoration: none;
}

#filter a:hover {
	color: #FFF;
	background-color: #FF7600 !important;
}

.block_links {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.block_links li {
	display: inline;
	margin-right: 3px;
}

.block {
	background-color: #333;
	padding: 5px;
	color: #EEE;
}

a.prev-mini, a.next-mini {
	display:block;
	width:70px;
	height:50px;
	background:url(../images/icons/left_mini.png) no-repeat;
	float:left;
	cursor:pointer;
}

a.prev-mini:hover, a.next-mini:hover {
	background-position:0px -48px;	
}

a.next-mini { 
	background:url(../images/icons/right_mini.png) no-repeat;
}

