﻿Body#BodyView
{
	text-align:center;
	font-family:Tahoma;
	font-size:9pt;
	background-color:white;
	background-image:url('images/bggrd.jpg');
	background-repeat:repeat-x;
}
Div#DivInfoNews
{
	border: 1px gray solid;
	text-align:right;
	width:100%;
	height:26px;
	background-image:url('images/InfoSanatNewsBG.jpg');
}
Div#DivViewHeader
{
	text-align:center;
	height:180px;
	width:980px;
	border:solid 1px gray;
	float:none;
	margin-top:5px;
	background-color:White;
}
Div#DivViewMenu
{
	
	background-color:White;
	width:140px;
	float:right;
	
}
Div#DivViewSpacer
{
	height:500px;
	width:50px;
	background-color:Red;
	float:right;
}

.ViewMenuOut
{
text-align:right;
padding: 5px 2px 2px 2px;

}
.ViewMenuOver
{
background-color:#D5EAFF;
}
.MenuItemStyleView
{
	border-bottom: solid 1px #D5EAFF;	
}

Div#DivLeftPanel
{
		float:right;
		height:500px;
		width:210px;
}
Div#DivCenter
{
		float:right;
		height:500px;
		width:210px;
}
.TextBoxLogin
{
	height:15px;
	width:100px;
	text-align:right;
}
.ViewButton
{
	font-family:Tahoma;
	font-size:10pt;
	/*background-image:url('images/ViewButtonBg.jpg');*/
	border: solid 1px gray;
	background-color:white;
	
}
TD#tdSmallBoxTitle
{
	background-image:url('images/ViewTitleBg.jpg');
	background-repeat:no-repeat;
	background-position:right;
	font-family:Tahoma;
	font-size:9pt;
	color:Blue;
}
.TextBoxViewForm
{
	font-family:Tahoma;
	font-size:9pt;
	border :solid 1px gray;
	text-align:right;
}
.TextBoxViewFormLatin
{
	font-family:Tahoma;
	font-size:9pt;
	border :solid 1px gray;
	text-align:left;
}
.DropDownListView
{
	font-family:Tahoma;
	font-size:9pt;
	border :solid 1px gray;
	text-align:right;
}
Div#DivSystemMessage
{
	border: solid 1px green;
	float:right;
	text-align:center;
	background-color:Gray;
	color:White;
}
.DatagridViewHeaderStyle
{
	font-family:Tahoma;
	font-size:8pt;
	font-style:normal;
	height:20px;
	color:White;
	text-align:right;
	background-image:url('images/AdminGridHeaderBG.jpg');
}
.DatagridViewPagerStyle
{
	background-image:url('images/AdminGridHeaderBG.jpg');
}
.DatagridViewItemStyle
{
	background-color:#EEF8FC;
	font-family:Tahoma;
	font-size:9pt;
	color:Black;
	text-align:right;
}
.DatagridViewAlternatingItemStyle
{
	background-color:White;
	font-family:Tahoma;
	font-size:9pt;
	height:20px;
	color:Black;
	text-align:right;
	width:100%;
}
Table#tableDatalistPicture
{
	border: solid 1px #CCCCCC;
	background-color:transparent;
	width:150px;
	height:200px;
}

.DivVote
{
	
	background-color:White;
	height:100%;
}
Div#DivFooter
{
	border: solid 1px #999999;
	text-align:center;
	vertical-align:bottom;
	margin-top:1px;
	height:30px;
	background-image:url('images/FooterBg.jpg');
	border:solid 1px white;
}