html {height: 100%}

body {
	font: 13px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
}

input {
	vertical-align: middle;
	font: 12px;
	margin: 3px;
}

#wrapper {
	width: 100%;
	min-width: 985px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#header, #logo, #menu, #mainmenu {
	height: 100px;
}

#header {
	margin: 5px;;
}

#logo, #mainmenu {
	background-color: #ddeedd;
}

#logo {
	width: 225px;
	float: left;
}

#menu {
}

#mainmenu {
	width: 185px;
	float: left;
/*	background-color: silver;*/
}

#mainmenu a {
    display:block;
    text-decoration:none;
    text-align:center;
    color: #111111;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0px;
    font-family: Verdana, Tahoma, Arial;
    padding-left : 26px;
    padding-bottom : 7px;
    padding-top :7px;
}

#mainmenu a:hover {
    background: #c7e2c8;
}

#auth {
	text-align: right;
	vertical-align: middle;
	height: 27px;
	padding: 3px;
	background-color: #c6e3c7;
}

div.colmenu, #othermenu {
	height: 67px;
	background-color: #e7f7e7;
}

div.colmenu {
	float: left;
	width: 14%;
	min-width: 120px;
/*	background: #d8bfd8;*/
}

div.colmenu a {
    display:block;
    text-decoration:none;
    text-align:center;
    color: #111111;
    font-size: 14px;
    letter-spacing: 0px;
    font-family: Verdana, Tahoma, Arial;
    padding-left : 0px;
    padding-bottom : 7px;
    padding-top :7px;
}

div.colmenu a:hover {
    background: #c7e2c8;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 50px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}

#content {
	padding: 0 210px 0 210px;
	color:#555;
}

#content2 {
	padding: 0 10px 0 210px;
	color:#555;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 200px;
	margin-left: -100%;
	position: relative;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 200px;
	margin-left: -200px;
	position: relative;
}

div.block, div.block2, div.newsblock {
		padding: 0px;
		border: 2px solid #d3d3d3;
		clear:both;
}

div.block, div.block2, div.newsblock {
		margin: 5px 5px 15px 5px;
    	font-size: 13px;
		color: #222;
		background: #eeeeee;
}

div.block2 {
		margin: 5px 5px 5px 5px;
    	font-size: 10px;
		color: #222;
		background: #eeeeee;
}


div.block a {
    display:block;
    text-decoration:none;
    color: #333;
    letter-spacing: 0px;
    font-family: Verdana, Tahoma, Arial;
    padding-left : 7px;
    padding-bottom : 1px;
    padding-top :2px;
}

div.block a:hover {
    background: #c7e2c8;
}

div.block div.header, div.newsblock div.header, div.block2 div.header {
	background: #d3d3d3;
	text-align: center;
	font-weight: bold;
	color: #3c3c3c;
	padding-bottom: 2px;
}

div.block div.content, div.newsblock div.content, div.block2 div.content {
	padding: 5px;
}

div.newsblock a {
    display:block;
    text-decoration:none;
    color: #202020;
    letter-spacing: 0px;
    font-family: Verdana, Tahoma, Arial;
    padding-left : 0px;
    padding-bottom : 1px;
    padding-top :2px;
}

div.header a:hover, div.newsblock a:hover  {
	text-decoration: underline;
	background-color: transparent;
}


/* Footer
-----------------------------------------------------------------------------*/

#footer {
	margin: -50px auto 0;
	min-width: 985px;
	height: 50px;
/*	background: #d3d3d3;*/
	text-align: center;
/*	border: 2px solid #d3d3d3;*/
}

.EditButtons {
    font-weight: normal;
    font-size: 11px;
    color: #FF0000;
    text-decoration: none;
    background-color: #DDDDDD;
}


