/* CSS Document */

a.startbutton:link, a.startbutton:visited {
	display: block;
	background: url(../images/startbutton_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-left: 33px;
	padding-right: 8px;
	height: 20px !important;
	height: 25px;
	overflow: hidden;
	text-decoration: none;
}

a.startbutton:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #000000;
}

a.themebutton:link, a.themebutton:visited {
	display: block;
	background: url(../images/themebutton_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	height: 20px !important;
	height: 25px;
	overflow: hidden;
	text-decoration: none;
}

a.themebutton:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #000000;
}

.taskbar_main {
	height: 25px;
	background: #e6e6e6;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a1a1a1;
}

.taskbar_buttons {
  background: #e6e6e6;
  padding: 2px;
  width: 300px;
}

td.window_top1_loginbox {
	background-image: url(../images/header_part1.png);
	width: 24px;
	height: 21px;
}

td.window_top1_leftbar {
	background-image: url(../images/header_part1.png);
	width: 24px;
	height: 21px;
}

td.window_top1_mainwin {
	background-image: url(../images/header_part1.png);
	width: 24px;
	height: 21px;
}

td.window_top1_themebox {
	background-image: url(../images/header_part1.png);
	width: 24px;
	height: 21px;
}

td.window_top2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 5px;
	height: 21px;
	background-image: url(../images/header_part2.png);
}

td.window_top3 {
	width: 23px;
	height: 21px;
}

a.window_top3:link, a.window_top3:visited {
	display: block;
	background: url(../images/header_part3.png) no-repeat;
	width: 23px;
	height: 21px;
}

a.window_top3:hover {
	background-position: 0px -21px;
}

td.window_top4 {
	width: 22px;
	height: 21px;
}

a.window_top4:link, a.window_top4:visited {
	display: block;
	background: url(../images/header_part4.png) no-repeat;
	width: 22px;
	height: 21px;
}

a.window_top4:hover {
	background-position: 0px -21px;
}

td.window_top5 {
	width: 23px;
	height: 21px;
}

a.window_top5:link, a.window_top5:visited {
	display: block;
	background: url(../images/header_part5.png) no-repeat;
	width: 23px;
	height: 21px;
}

a.window_top5:hover {
	background-position: 0px -21px;
}

td.window_left {
	background-image: url(../images/left.png);
	width: 6px;
	height: auto;
}

td.window_content {
	background: #ffffff;
}

td.window_right {
	background-image: url(../images/right.png);
	width: 6px;
}

td.window_bot1 {
	background-image: url(../images/footer_part1.png);
	width: 22px;
	height: 26px;
}

td.window_bot2 {
	background-image: url(../images/footer_part2.png);
	height: 26px;
}

td.window_bot3 {
	background-image: url(../images/footer_part3.png);
	width: 24px;
	height: 26px;
}

#StartMenu {
	position:absolute; 
	visibility:hidden; 
	z-index:100;  
	left:1px; 
	top:27px; 
	width: 152px; 
	height:auto;
	padding: 2px;
	background: #e6e6e6;
	border:1px outset #e6e6e6;
	overflow: hidden;
}

a.icon:link, a.icon:visted, a.icon:hover {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

ul#mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li {
	display: block;
	background: #e6e6e6;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	z-index: 100;
	margin: 0;
	width: 146px !important;
	height: 26px;
	white-space: nowrap;
}

ul#mainlevel-nav li a {
	width: 146px;
	display: block;
	padding-left: 10px;
	padding-right: 5px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

ul#mainlevel-nav li a:hover {
	background: url(../images/startmenubg.png) no-repeat;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

body {
	margin: 0px;
	height: 100%;
	width: 100%;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #2f2f2f;
	background: url(../images/bluecurve.jpg) no-repeat;
 	background-attachment:fixed; /* Thanks Morpheuz */
	background-color: #ffffff;

}

a:link, a:visited {
	color: #4464ac; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #6a6a6a;	text-decoration: none;
	font-weight: bold;
}

table.moduletable th {
	background: url(../images/subhead_bg.png) repeat-x;
	background-color: #e6e6e6;
	color: #000000;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-transform: none;
	font-family: Verdana,Tahoma, Arial, Helvetica, Sans Serif;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	overflow: hidden;
	text-decoration: none;
}

a.theme:link, a.theme:visited {
	display: block;
	background: url(../images/theme_menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-left: 8px;
	height: 40px !important;
	height: 50px;
	overflow: hidden;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #ffffff;
}

a.theme:hover {
	background-position: 0px -50px;
	text-decoration: none;
	color: #ffffff;
}