﻿body 
{
	background-color: #eeeeee;
	background-image: url(../../images/Background.jpg);
	background-repeat:repeat;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

/* main href style */
a, a:visited
{
	color: #000033;
	text-decoration: underline;
}

a:hover
{
	color: #0033CC;
	text-decoration: underline;
}

a.MenuItem, a.MenuItem:visited 
{
	font-weight:bold;
	text-decoration: none;
}

a.MenuItem:hover
{
}

a.MainOptions, a.MainOptions:visited
{
	font-size: 12pt;
	color: #000033;
	margin-right: 10px;
	text-decoration: none;
}

a.MainOptions:hover
{
	color: #0033CC;
	text-decoration: none;
}

/* model dialog */
.ModalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.ModalPopup
{
	background-color: #ffffff;
	border-width:0px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

/* popup menu */
.HoverMenuPopup
{
	background-color: #ffffff;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	
}

a.HoverMenuItem, a.HoverMenuItem:visited
{
	color: #000033;
	text-decoration: none;
}

a.HoverMenuItem:hover
{
	color: #0033CC;
	text-decoration: none;
}

.HoverMenuTarget
{
	background: #DDD;
	color: #555;
	border-right: 1px solid #B2B2B2;
	backgrouund-position: left top;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 13px;
    height: 18px;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    margin: 0;
    padding: 0;
    background-image: url(../../images/WindowsArrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
}

.WindowsStyle .ajax__combobox_itemlist
{
    border-color: #7F9DB9;
}

td.MenuTop_1
{
	background-image: url(../../images/MenuTop.jpg);
	background-repeat: repeat-x;
	width: 700px;
}

td.MenuBackground_1
{
	background-image: url(../../images/MenuBackground.jpg);
	background-repeat: repeat;
	width: 700px;
}

td.MenuBottom_1
{
	background-image: url(../../images/MenuBottom.jpg);
	background-repeat: repeat-x;
	width: 700px;
}

td.MenuLeft_1
{
	background-image: url(../../images/MenuLeft.jpg);
	background-repeat: repeat-y;
}

td.MenuLeft_2
{
	background-image: url(../../images/InsideLeft.jpg);
	background-repeat: repeat-y;
}

td.MenuRight_1
{
	background-image: url(../../images/MenuRight.jpg); 
	background-repeat:repeat-y; 
	height: 600px;	
}

div.InsideBackgound
{
	background-image: url(../../images/InsideBackground.jpg); 
	background-repeat: repeat-y; 
	margin-top: 10px; 
	margin-right: 5px; 
	height: 650px;
}

.MainSection
{
	background-color: #ffffff; 
	width:980px; 
	background-image: url(../../images/BackgroundShadow.jpg); 
	background-repeat: repeat-y; 
	margin-top:0px;
}

