@charset "utf-8";

body {
	background-color: #f7f7f7;
	margin-top: 10px 10px 0px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;	
}

h1 {
	font:normal 22px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	padding:10px 8px 5px;
	margin:0;
	color: #0066CC;
}

form {
	margin: 0;
	padding: 0;
}

textarea, input[type="text"], input[type="password"], input[type="file"], input[type="button"], input[type="submit"], input[type="reset"], select {
	border-width:1px;
	border-style:solid;
	border-color:#666666;	
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

fieldset {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-size: 14px;
    background-color: #F0F0F0;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #0066CC;
	outline:none;
}
a:hover {
	color: #FF6600;
}

#login_form {
	margin: auto;
	width: 500px;

}

#messages {
	display: none;
}

#message_hint {
	width: 670px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin: auto;
	margin-bottom: 10px;
	background: #FAF1BE url(../images/warning.gif) no-repeat;
	background-position: 5px 7px;
	border-width:1px;
	border-style:solid;
	border-color:#FFCC00;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
}

#message_error {
	width: 670px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin: auto;
	margin-bottom: 10px;	
	background: #FF6464 url(../images/error.gif) no-repeat;
	background-position: 7px 8px;
	color: #FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#FF0000;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
}

#message_success {
	width: 670px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin: auto;
	margin-bottom: 10px;	
	background: #A4FFA4 url(../images/success.gif) no-repeat;
	background-position: 7px 8px;
	border-width:1px;
	border-style:solid;
	border-color:#009900;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
}

.input_table TD {
	padding: 1px 3px 3px 3px;
}

.input_field {
	width: 294px;
	padding: 1px 3px 1px 3px;
}

.input_field_small {
	width: 144px;
	padding: 1px 3px 1px 3px;
}

.input_button {
	padding: 2px 3px 2px 3px;
	background: #6099FF;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana;
}

.input_maxrow {
	width: 100px;
}

.clr {
	clear: both;
}

/* menu */

#menu_side ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#menu_side a:link, #menu_side a:visited, #menu_side a:active, #menu_side a:hover {
	display:block;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#menu_side ul a:link, #menu_side ul a:visited, #menu_side ul a:active {
	display:block;
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
}
#menu_side ul a:hover {
	color: #FF6600;
}

.menu_title {
	font-family: "Trebuchet MS", Verdana;
	background-color: #CCCCCC;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.menu_items {
	font-family: "Trebuchet MS", Verdana;
	background-color: #E2E2E2;
	width: 200px;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* END menu */

/* pager */ 

#content {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
}
#content table.form-table {
	background-color:#000000;
}

#pager {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

#pager a:link, #pager a:active, #pager a:visited {
	color: #0066CC;
	font-size: 13px;
	text-decoration: none;
}

#pager a:hover {
	color: #000000;
}

#max_rows {
	width: 100px;
	float: left;
}
#pages {
	width: 600px;
	float: left;
}

COL.col-id {
	width: 60px;
}
COL.col-text-short {
	width: 50px;
}
COL.col-text-middle {
	width: 130px;
}
COL.col-text-long {
	width: 200px;
}
COL.col-functions {
	width: 70px;
}
THEAD TD, THEAD TR, TH.table-head {
	background: url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
	color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	text-align: center;
}
.table-cellcolor-light {
	padding-left: 3px;
	padding-right: 3px;
	background-color: #F3F1F1;
	color: #000000;
	font-family: "Trebuchet MS", Verdana;
}
.table-cellcolor-dark {
	padding-left: 3px;
	padding-right: 3px;
	background-color: #E6E5E5;
	color: #000000;
	font-family: "Trebuchet MS", Verdana;
}
#content table.form-table TBODY TR:hover TD, #content table.form-table TBODY TR:hover TD.order {
	background-color: #CCFFCC;
}

/* END pager */

.img_border {
	border: 1px #3f7edb solid;
}
