body
{
	background-color: white;
	font-family: trebuchet ms;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-image: url(images/user/bgmainmain.png);
	/*background-repeat: repeat-y;
	background-position: center;*/
}

form
{
	margin: 0px 0px 0px 0px;
}

a
{
	color: black;
}

a:hover
{
	text-decoration: none;
	color: white;
}

ul
{
	margin-bottom: 0px;
}

h1
{
	font-size: 20px;
	font-variant: small-caps;
	text-align: center;
	margin: 15px 0px 10px 0px;
}

img
{
	border: none;
}

.imgBorder
{
	border: solid 1px black;
}

.divUber
{
	background-image: url(images/user/Background.png);
	margin: 0px auto 0px auto;
	width: 920px;
	/*border: solid 1px black;*/
}

.divMain
{
	margin: 0px auto 0px auto;
	width: 900px;
	text-align: left;
	background-image: url(images/user/bgmain.png);
	background-repeat: repeat-y background-position: center;
}

.divMainAdmin
{
	margin: 0px auto 0px auto;
	width: 900px;
	background-color: #fe0201;
}

.divTopMenu
{
	background-color: black;
	height: 18px;
}

.aTopMenu
{
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px 15px 0px 15px;
	background-color: black;
	display: block;
}

.divTopMenu a:hover
{
	background-color: white;
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-decoration: overline;
}

.divTopMenuAdmin
{
	background-color: black;
	padding: 3px 0px 3px 0px;
	font-weight: bold;
	font-size: xx-small;
}

.divTopMenuAdmin a
{
	color: white;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
}

.divTopMenuAdmin a:hover
{
	background-color: white;
	color: black;
}

.divSubMenu
{
	visibility: hidden;
	position: absolute;
	width: 150px;
	z-index: 1;
}

.divSubMenuLeft
{
	visibility: hidden;
	margin: -25px 0px 0px 90px;
	_margin: 0px 0px 0px -90px;
	width: 150px;
	position: absolute;
	z-index: 1;
}

a.aSubMenu, a.aSubMenuLeft
{
	background-color: white;
	text-decoration: none;
	display: block;
	padding: 3px;
	width: 100%;
	border: solid 1px #000039;
}

a:hover.aSubMenu, a:hover.aSubMenuLeft
{
	background-color: #EEEEEE;
}

.divLeftMenu
{
	margin: 0px 0px 15px 0px;
}

.aLeftMenu
{
	color: white;
	border-bottom: solid 1px white;
	display: block;
	_display: inline;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	width: 100%;
}

.divLeft
{
	float: left;
	width: 180px;
	padding: 15px 0px 10px 0px;
}

.divMiddle
{	
	float: left;
	width: 500px;
	margin: 15px 0px 10px 10px;
}

.divRight
{
	float: right;
	width: 190px;
	/*margin: 15px 0px 10px 0px;*/
}

.divHeader
{
	position: absolute;
	width: 900px;
}

.divInnerHeader
{
	position: absolute;
	right: 0px;
	float: right;
	color: #fe0201;
	background-color: black;
	padding: 4px 4px 4px 4px;
	border: solid 1px #fe0201;
}

.divInnerHeader a
{
	color: white;
	text-decoration: none;
}

.divLanguages
{
	text-align: right;
	padding: 0px 5px 5px 5px;
}

.divLanguages img
{
	max-height: 15px;
}

.divFooter
{
	clear: both;
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
	vertical-align: bottom;
	position: relative;
	text-align: center;
	
}

.divInnerFooter
{
	position: absolute;
	left: 0px;
	bottom: 5px;
	width: 100%;
}

.tblArticle, .tblArticleAdmin
{
	margin: 0px 0px 15px 0px;
	border: solid 1px white;
	width: 100%;
}

.tblArticle td
{
	font-size: 13px;
	/*text-align: justify;*/
	padding: 2px 5px 5px 5px;
}

.tblArticleAdmin td
{
	font-size: 13px;
	text-align: center;
	padding: 2px 5px 5px 5px;
}

.tblArticle th, .tblArticleAdmin th, .tblLogin th, .tblAdmin th
{
	font-size: 14px;
	text-align: left;
	background-color: white;
	color: black;
	padding: 1px 5px 1px 5px;
}

.tblAdmin
{
	margin: 0px auto 0px auto;
}

.tblAdmin td
{
	font-size: 13px;
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 0px 5px;
}

.txtAdmin
{
	border: solid 1px black;
	width: 300px;
}

.txtContact
{
	border: solid 1px black;
	width: 250px;
}

.tblLogin
{
	width: 314px;
	height: 100px;
	margin: 100px auto 75px auto;
	border: solid 1px white;
}

.tblLogin td
{
	font-size: 13px;
}

.txtDefault
{
	border: solid 1px black;
	width: 200px;
}

.btnDefault
{
	border: solid 1px black;
}

