/* 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: #A4A4A4;
	height: 25px;
	width: 100%;
}

#top_bar_right {
	float: right;
	color: #fff;
	padding-right: 20px;
    padding-top: 3px;
}

#top_bar a {
    color: #ffffff;
}

/*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;*/
	min-height: 400px;
	margin-left: 150px;
	margin-right: auto;
	border: 1px solid #F2C968;
}

/*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%;
}
