/* RESET DEFAULT */
* {
    padding: 0;
    margin: 0;
}

/* GENERAL */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
	background: #fcfcfc;
	height: 100% !imortant;
	min-height: 100%;
	line-height: 1;
	background: #ffffff;
}

h3 {
    padding-bottom: 10px;
}

a {
    text-decoration: none;
}

textarea {
    resize: none;
}

/*input[type="submit"] {
    border: 1px solid #666666;
}*/

tr.odd {
    background-color: #EFEF9D;
}

/* TOP BAR */
#top_bar {
	background: #030303;
	height: 26px;
	width: 100%;
    color: #ddd;
    padding: 7px 0px 7px 0px;
}

#top_bar_left {
    float: left;
	margin-left: 150px;
}

#top_bar_right {
	float: right;
	padding-right: 20px;
}

#top_bar a {
    color: #fff;
}

#top_bar .logo {
    font-size: 2em;
    font-weight: bold;
    color: #EEF3F5;
}

/* LOGIN */
#login_menu {
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    display:none;
    background-color: #030303;
    position:absolute;
    width:210px;
    z-index:100;
    border:1px transparent;
    text-align:left;
    padding:12px;
    top: 25px; 
    right: 0px; 
    margin-top:5px;
    margin-right: 0px;
    margin-right: -1px;
    color: #fff;
}

span.signin_link {
    position: relative;
    cursor: pointer;
}

input.signin {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
}

input.signin:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf;
}

/*CONTAINER*/
#container {
	width: 100%;
	margin-top: 30px;
}

/*NAVIGATION*/
#main_navigation {
    float:left;
    width: 150px;
}

#main_navigation .level_0{
    margin: 0px;
}

#main_navigation .level_1{
    margin: 10px;
}

#main_navigation .level_2{
    margin: 20px;
}

#main_navigation .current{
    font-weight: bold;
}

.vertical_menu {
    list-style: none;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0px;
}

.vertical_menu li {
    border-bottom: 1px dotted black;
}

/*#navigation {
    margin-left: 150px;
}*/

.horizontal_menu {
    list-style: none;
    margin-left: 10px;
    padding-left: 0px;
    margin-bottom: 10px;
}

.horizontal_menu li {
    margin-right:20px;
    display: inline;
}

/*CONTENT*/
#content {
    padding: 10px;
	/*position: relative;*/ 
	width: 870px;
	margin-top: -3px;
	/*background: #F1EFE2;*/
	background: #FCFDFF;
    min-height: 400px;
	margin-left: 150px;
	margin-right: auto;
	border: 1px solid #b1b2b3;
}

/*MESSAGES*/
#system_messages {
	width: 100%;
	z-index: 10000;
	position: fixed;
	top: 5px;
}

.system_message_success {
	border: 2px solid #BACF83;
	background: #D3EC94;
	color: #000000;
	cursor: pointer;
	width: 970px;
	margin-left: 150px;
	margin-right: auto;
    height: 15px;
    padding: 5px;
}

.system_message_error {
	border: 2px solid #C44040;
	background: #DE5959;
	color: #000000;
	cursor: pointer;
	width: 970px;
    margin-left: 150px;
	margin-right: auto;
    height: 15px;
    padding: 5px;
}

.system_message_close {
	float: right;
    text-decoration: underline;
}

/* 	PASSWORD STRENGTH  */
.testresult{
	font-weight: bold;
	font-size: 11px;
	color: #666;
	padding: 0px 0px 12px 10px;
}

.badPass{
    color: #bc0000;
}

.goodPass{
    color: #bc9f00;
}

.strongPass{
    color: #73bc00;
}

/* USER */
.dataform .input, .dataform input[type="submit"] {
    margin-left: 154px;
}

.dataform label {
    text-align: right;
    width: 150px;
    float: left;
    margin-right: 5px;
    padding-top: 2px;
}

/* FORMS */
.row {
    margin-top: 10px;
}

.row label {
    font-weight: bold;
}

.helptext {
    color: #76797C;
    font-size: 90%;
    margin: 0 0 0.2em;
}

/* INPUT */
/*form input[type="text"], form input[type="password"], form select {
    -moz-border-radius: 3px 3px 3px 3px;
    border: 1px solid #CCCCCC;
    padding: 3px;
    width: 200px;
}*/

.centralized {
    margin-left: auto;
    margin-right: auto;    
}

.to_middle {
    margin-top: 100px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
