body
{
    margin: 0;
    padding: 0;
    color: black;
    font: normal 1em Arial,Helvetica,sans-serif;
    background: black;
}
h1, h2, h3, h4, h5, h6 {color:yellow;}
h1 {font-size:1em;line-height:1;margin-bottom:0.5em;text-align:center;}
h2 {font-size:1.25em;margin-bottom:0.75em;}
h3 {
	font-size:1.1em;
	line-height:1;
	margin-bottom:1em;
	font-weight:bold;
}

a
{
    color: #0099FF;
    /*text-decoration: none;*/
}

a:hover
{
    /*color: red;
    text-decoration: underline;*/
}

hr {
	width: 700px;
}

#page
{
   /* margin-top: 20px;
    margin-bottom: 20px;*/
}

#header
{
    margin: 0;
    padding: 0;
}

#content
{
   /* padding-left: 20px;
    padding-right: 20px;*/
}

#footer
{
    padding: 10px;
    margin: 10px 20px;
    font-size: 0.8em;
    text-align: center;
    /*border-top: 1px solid yellow;*/
}

#logo
{
    padding: 0px;
}

/* Logo text replace */
.replace{
    width:451px;
    height:69px;
    background: url(logo.jpg) 0 0 no-repeat;
}

.replace h2{
    line-height: 200px;
}

.mainmenu
{
    margin: 0;
    /*padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;*/
}

.mainmenu ul
{
    margin:0px;
}

.mainmenu ul li a
{
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    /*padding:5px 8px;*/
    color: yellow;
    border-bottom: 1px solid black;
}

.mainmenu ul li a:hover, .mainmenu ul li.active a
{
    text-decoration:none;
    background-color: black;
    border-bottom: 1px solid yellow;
}

.mainmenu ul li:hover a
{
    background-color: black;
}

div.title, div.breadcrumbs, div.author
{
    display:none;
}

a.tooltip div {
    top: 30px;
    left: 0px;
    width: 150px;
    padding: 5px;
    background: white;
    color: black;
    border: 1px solid black;
}

div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}


/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
