﻿body, html
{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#4d4e4e;
	font-family:Verdana;
	font-size:small;
	color:#2b3959;
}

a
{
    color:#2b3959;
    font-weight:bold;
    text-decoration:none;
}

a:hover
{
    color:#2b3959;
    font-weight:bold;
    text-decoration:underline;
}

legend
{
    color:#2b3959;
    font-weight:bold;
}

fieldset
{
    padding:10px;
}

input[type=text], input[type=password]
{
    background-color:#2b3959;
    color:White;
    font-weight:bold;
    width:200px;
}

textarea
{
    background-color:#2b3959;
    color:White;
    font-weight:bold;
}

.container
{
	width:1017px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}

.header
{
	width:1017px;
	height:186px;
	margin:auto;
	background-image:url("images/banner.png");
}

.headerTop
{
	height:133px;
}

.headerTopRightMenu
{
	float:right;
	text-align:right;
	margin-right:-30px;
	margin-top:20px;
	color:#a5a7b0;
	font-weight:bold;
}

.headerTopRightMenu ul
{
	display:inline;
	margin:0;
	padding:0;
}

.headerTopRightMenu li
{
	list-style-type:none;
	display:inline;
	margin:5px;
	padding:0;
}

.headerTopRightMenu a
{
	color:#a5a7b0;
	font-weight:bold;
	text-decoration:none;
}

.headerTopRightMenu a:hover
{
	color:#a5a7b0;
	font-weight:bold;
	text-decoration:underline;
}

.headerMenuBar
{
	height:40px;
	line-height:20px;
	text-align:left;
	margin-top:2px;
	margin-left:10px;
	margin-right:80px;
}

.headerMenuBar ul
{
	display:inline;
	margin:0;
	padding:0;
}

.headerMenuBar li
{
	list-style-type:none;
	display:inline;
	margin-left:5px;
	margin-top:0;
	margin-bottom:0;
	margin-right:5px;
	padding:0;
}

.headerMenuBar a
{
	color:white;
	font-weight:normal;
	text-decoration:none;
}

.headerMenuBar a:visited
{
	color:white;
	font-weight:normal;
	text-decoration:none;
}

.headerMenuBar a:hover
{
	color:white;
	font-weight:normal;
	text-decoration:underline;
}

.imgLogo
{
	float:left;
	height:70px;
	margin-top:35px;
	margin-left:20px;
	border:0px;
}

.rssLogo
{
	float:right;
	margin-top:115px;
	margin-right:-25px;
	border:0px;
}

.siteBody
{
	width:1017px;
	margin:auto;
	min-height:300px;
	background-image:url("images/containerBackground.png");
}

.siteBodyContent
{
    text-align:justify;
    padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
}

.footer
{
	width:1017px;
	height:122px;
	margin:auto;
	background-image:url("images/footer.png");
	color:#ef4d75;
}

.footerLinks
{
	position:relative;
	height:40px;
}

.footerLinks ul
{
	display:inline;
	margin:0;
	padding:0;
}

.footerLinks li
{
	list-style-type:none;
	display:inline;
	margin:5px;
	padding:0;
}

.footerLinks a
{
	color:#ef4d75;
	text-decoration:none;
}

.footerLinks a:hover
{
	color:#ef4d75;
	text-decoration:underline;
}

.titleControl
{
    height:117px;
    width:879px;
    margin-left:-22px;
    background-image:url("images/titleBar.png");
    line-height:105px;
}

.titleControl span
{
    margin-left:20px;
    color:#ef4d75;
    font-size:36px;
    font-family:Arial;
}

.loginContent
{
    width:320px;
    padding:20px;
    margin:auto;
    margin-top:30px;
    margin-bottom:10px;
    border:1px solid #2b3959;
}

.loginContent input[type=text],input[type=password]
{
    width:150px;
    margin-left:5px;
}

.FlagsControl
{
    display:inline;
    list-style-type:none;
}

.FlagsControl li
{
    margin:1px;
    display:inline;
}

.myLogo
{
    text-align:left; 
    float:right; 
    cursor:pointer; 
    margin-right:20px; 
    margin-top:75px;
}

.formFieldDescription
{
    width:120px;
    font-weight:bold;
    vertical-align:top;
    padding:5px;
}

.parterLogoImage
{
    max-width:200px;
    max-height:500px;
}

.formViewFooter
{
    text-align:center;
    padding:5px;
}
