@import "fonts.css";
@import "forms.css";

html {
	overflow-y: scroll;
}

body {
	font-family: tahoma;
	font-size: 11px;
	background-color: #2E2A2F;
}

a {
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

h1, h2, h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: normal;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-weight: bold;
	font-size: 13px;
}

p {
	margin: 5px 0px;
	line-height: 15px;
}

label {
	display: block;
	margin-bottom: 5px;
}

textarea, iframe {
	border: 1px solid #707070;
	margin: 0px 2px 2px 0px;
	padding: 5px;
}

textarea, iframe.wysiwyg {
	width: 615px;
	height: 300px;
	font-family: tahoma;
	font-size: 11px;
	display: block;
}

input[type=text].wide {
	width: 615px;
}

textarea.wysiwyg, iframe.wysiwyg {
	width: 615px;
	height: 300px;
}

input[type=text], input[type=password] {
	width: 300px;
}

input[type=submit], input[type=button] {
	cursor: pointer;
	padding: 2px 5px;
	margin-top: 5px;
}

#wrap {
	width: 800px;
	margin: 0px auto;
	border-style: solid;
	border-color: #4C4C4C;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

#topbar {
	padding: 10px;
	background-image: url(/images/topbar_bg.jpg);
	background-repeat: no-repeat;
	height: 82px;
}

#menu {
	padding-left: 160px;
	background-color: yellow;
	background-image: url(/images/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 23px;
}

#menu a {
	float: left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin: 6px 10px 6px 10px;
}

#menu a:hover {
}

#submenu {
	margin-top: 100px;
	padding: 5px 0px;
	background-color: #FFFFFF;
	margin-bottom: 50px;
}

#submenu a {
	color: black;
	text-decoration: none;
}

#submenu a:hover {
	text-decoration: underline;
}

#submenu.adm a {
	display: block;
	color: #000000;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #888888;
}

#submenu.adm a:hover {
	text-decoration: none;
	background-color: #EEEEBB;
}

#submenu.adm a.menu_toggler {
	padding: 5px;
	background-color: #E0E0E0;
	border-bottom: 1px solid #434343;
}

#submenu.adm a.menu_toggler:hover {
	background-color: #C0C0C0;
}

#submenu.usr a {
	display: block;
	color: #000000;
}

#submenu.usr a:hover {
	text-decoration: none;
}

#submenu_child {
	list-style-image: url("/images/dot8.gif");
	padding-bottom: 5px;
}

#submenu_grandchild {
	list-style-image: url("/images/dot5.gif");
	margin-left: 15px;
	padding-bottom: 5px;
}

#path {
	padding: 10px 10px 5px 10px;
}

ol {
	margin-left: 20px;
}

#layout {
	background-color: #FFFFFF;
}

#layout > tbody > tr > td {
	vertical-align: top;
}

#left {
	width: 150px;
	background-image: url(/images/submenu_bg.jpg);
	background-repeat: no-repeat;
}

#right {
	border-style: solid;
	border-color: #434343;
	border-top-width: 1px;
	border-left-width: 1px;
}

#ad {
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}

#main {
	padding: 5px 10px;
}

#layout { 
	width: 100%; 
}

#footer {
	padding: 10px;
	font-size: 10px;
	border-left: 1px solid #434343;
	height: 30px;
}

ul.normal {
	list-style-type: disc;
	margin-left: 15px;
}

ul.normal > li {
	margin-bottom: 5px;
}

.align-right {
	text-align: right;
}

#calendar {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#calendar_submenu_header {
	font-size: 14px;
	font-weight:bold;
	padding-bottom: 10px;
}

.bLink {
	color: black;
	font-weight: normal;
}

.bLink:hover {
	color: red;
	text-decoration: none;
}

.comment {
	
}

.comment_comment {
	border: 1px dotted;
	border-color: darkblue;
	margin-bottom: 15px;
	padding-left: 10px;
}

.comment_top {
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
}

.comment_content {
	padding-bottom: 15px;	
}

#usermenu {	
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
table .calendarLeftmenu {
	text-align: center;
	width: 133px;
}
.today {
	background-color: yellow;
	vertical-align: middle;
}
table td.dates:hover{
	background-color: dodgerblue;
}
table td.dates{
	height:20px;
	vertical-align: middle;
}
table.list {
	width: 100%;
}

table.list td, table.list th {
	padding: 5px;
}

table.list th {
	text-align: left;
	border-bottom: 1px solid #787878;
}

table.list tr:hover td {
	background-color: #FFE670;
	cursor: pointer;
}

table.list tr td.check {
	cursor: default;
	width: 20px;
}

table.list tfoot tr td {
	text-align: right;
}


table.list tfoot tr:hover td {
	background-color: transparent;
}

