/* Theme Style Sheet */

.HeaderTable
{
	font-family: tahoma;
	width: 778px;
	height: 131px;
	border: solid 0px red;
}

.Search
{
	padding: 5px;
}

.Footer
{
	font-family: tahoma;
}

.MenuTop
{
	height: 0px;
	font-size: 0px;
}

.Menu
{
	background-color: Silver;
	border-bottom: #000000 0px solid;
}

.MenuBottom
{
	height: 0px;
	font-size: 0px;
}

.Logo
{
	width: 197px;
	border: #000000 0px solid;
}

.Banner
{
	width: 581px;
	background-repeat:no-repeat;
	background-position: top right;
}

.SkinContentLeft
{
	padding: 0 0 0 0;
}
.SkinContentMiddle
{
	padding: 0 0 0 0;
}

.SkinContentRight
{
	padding: 0 0 0 0;
}

.SkinContentBottom
{
	padding: 10 0 0 0;
}

.SkinContentTop
{
	padding: 0 0 0 0;
}


/*-- default links visited and active  --*/a:link, a:visited, a:active
{
	color: #666;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
/*-- default links hover               --*/a:hover
{
	color: #444;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
}
/*-- normal  links visited and active  --*/a.Normal:link, a.Normal:visited
{
	color: #666;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
/*-- normal  links hover               --*/a.Normal:hover
{
	color: #444;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
}
/*-- admin button-link style           --*/a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active
{
	color: #6A6A6A;
	border: 1px solid #ABABAB;
	background: #EFEFEF;
	padding: 2px 3px 3px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	height: 20px;
}
/*-- admin button-link style hover     --*/a.CommandButton:hover
{
	color: #6A6A6A;
	border: 1px solid #868686;
	background: #DFDFDF;
	padding: 2px 3px 3px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	height: 20px;
}
/*-- search button in search form      --*/.SearchButton
{
	background: transparent;
	padding: 13px 15px 4px 11px;
	cursor: hand;
	font-size: 1px;
	margin: 0 0 0 0px;
}


.LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active, .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active
{
	color: black;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.LOGIN_object:hover, a.USER_object:hover
{
	color: silver;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}


/*SOLPART MENU */

p
{
	padding-top: 10px;
}


