﻿@CHARSET "UTF-8";

body {
	margin: 15px 0 0 0;
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

a {
	text-decoration: none;
	color: #197395;
}

a:hover{
	color: #014560;
}

hr {
	width:90%;
	color:#eeeeee;	
}

h1 {
	font-size:16px;
	padding: 10px 30px 0;
	color: #FFA300;
	font-weight: bold;
}

h2 {
	text-align: center;
	height:20px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 15px;
	padding-top:0px;
	color:#FFF;
}

.date {
	color: gray;
	font-size: 12px;
}

.content {
	padding: 10px 0 0 30px;
}

.submit_button {
	text-align: center;
	padding: 1px 5px;
}

.form_error{
	color: #F36600;
	text-align: center;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.list_table {
	margin:10px;
	width:95%;
}

.list_table tr{
	font-weight: bold;
}

.list_table tr:hover{
	background: #eeeeee;
}

.list_table tr td {
	padding:5px 0;
	border-bottom:1px dashed #DDDDDD;
}

.list_table tr td a{
	color: inherit;
}

.list_tr_0 {
	color:black;
}

.list_tr_1 {
	color:gray;
}

.vitrine {
	width:360px;
	margin:0 5px 0 0;
}

.vitrine_header {
	background: url('../images/vitrine_top_bg.jpg') repeat-x center center;
	height: 40px;
	padding: 2px 10px;
	color:white;
	font-weight: bold;
}

.vitrine tr td a{
	color:white;
}

.selected_vitrine_page {
	background: #106D8F;
}

.paging {
	margin-top:5px;
	text-align:center;
}

.paging a 
{
	background:#F8FBFC none repeat scroll 0 0;
	border:1px solid #E2EFF3;
	color:#006699 !important;
	margin-right:5px;
	padding:2px 6px 3px;
	text-decoration:none;
}

.paging a:hover {
	border-color:#B7D7E1;
}

.paging a.selected_page
{
	background:white none repeat scroll 0 0;
	border:medium none;
	color:black !important;
	font-weight:bold;
}

.header_text {
	background: url("../images/header_bottom_right.gif");
	vertical-align: bottom;
	float: right;
	width: 410px;
}

#page {
	width: 100%;
	background: white;
}

#header {
	height: 122px;
	width: 900px;
	margin: 0 auto;
	vertical-align: bottom;
}

#menu {
	width:100%;
	height: 20px;
	background: #023b65;
	border-top: 2px solid gray;
	border-bottom: 1px solid #DDDDDD;
}

#menu ul {
	width: 900px;
	margin: 3px auto;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#menu ul li {
	display:inline;
	color: white;
	font-size: 12px;
	padding: 10px;
	font-weight: bold;
}

#menu a {
	color:white;
	text-decoration: none !important;
}

#content {
	width: 100%;
	margin: 0 auto;
	background: #F6F6EE;
}

#content_left {
	width: 640px;
	float: left;
}

#content_left h2{
	background: url('../images/header2.gif') no-repeat center;
	width:310px;
}

#sidebar {
	font-size: 11px;
	width: 255px;
	float: left;
}

#sidebar a{
	text-decoration: none !important;
}

#sidebar h2 {
	background-color:#c00001;
}

#userpanel {
	width:95%;
}

#userpanel table{
	margin: 0 auto;
}

#userpanel input[type=text],#userpanel input[type=password] {
	width: 100px;
}

#userpanel a{
	font-size: 12px;
}

#footer {
	text-align: center;
	color: black;
	padding: 10px 0;
	font-weight: bold;
	background: #EDEDDE;
	width: 100%;
	border-top: 1px solid #DDDDDD;
}