/****************************************/
/* Theme         : unetglobal_9454      */
/* Author        : Poh Tze Keong        */
/* Created Date  : 9/11/2005            */
/* Modified by   : Poh Tze Keong        */
/* Modified Date : 05/02/2006           */
/****************************************/

/* Header */
.header
{
	background-color: transparent;
	font-family: tahoma;
	font-size: 20px;
	font-weight: bolder ;
	color: black;
}

/* Footer */
.footer
{
	background-color: transparent;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bolder ;
	color: gray;
}

/* Warnings and Error Messages */
.error
{
	background-color: White;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bolder ;
	color: red;
}
.errorsummary
{
	background-color: white;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: red;
}

/* Different style for dropdownlist */
.dropdownlist
{
	background-color: white;
	border: solid 1px #176C9D;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

/* Different style fot textbox */
.textbox
{
	background-color: white;
	border: solid 1px #176C9D;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #373737;

}

/* Different styles for listboxs */
.listbox
{
	background-color: white;
	border: solid 1px #176C9D;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

/* Different styles for checkboxs */
.checkbox
{
	background-color: white;
	border: none 1px #176C9D;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: Black;
}

/* Different styles for radiobuttons */
.radiobutton
{
	background-color: white;
	border: solid 1px #176C9D;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: Black;
}

/* Different styles for text and labels */
.text
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #373737;
}

.label
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: Black;
}
.title
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}
.notice
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #176C9D;
}
.tips
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #E3881C;
}
.instruction
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #176C9D;
}
.highlight
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bolder;
	color: Navy;
}
.contrastlabel
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: gray;
}


/* button style for standard buttons */
.linkbutton
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #176c9d;
	font-family: tahoma;
	background-color: transparent;
}

.linkbutton:link
{
    text-decoration: underline;
    color: #176c9d;
}

.linkbutton:visited
{
    text-decoration: underline;
    color: #176c9d;
}

.linkbutton:active
{
    text-decoration: underline;
    color: #176c9d;
}

.linkbutton:hover
{
    text-decoration: underline;
    color: #ff0000;
}

.button
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: tahoma;
	background-color: white;
}

/* DesktopContainer */
.DesktopContainer
{
	font-family: tahoma;
	font-size: 11px;
	color: #E3881C;
	font-weight: bold;
}

/* Warning/Error Module */
/* Do Not Change This */
.Warning
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

/* Page Name */
.PageName_Text
{
	font-family: tahoma;
	font-size: 12px;
	color: black;
	font-weight: bold;
}
.PageName_Table
{
	background-color: #929536;
	border-bottom: #C0C0C0 0px solid;
	border-left: #C0C0C0 0px solid;
	border-top: #C0C0C0 0px solid;
	border-right: #C0C0C0 0px solid;
}

/* Navigation Menu */
.MainMenu_MenuContainer
{
	background-color: Transparent;
	border-bottom: white 0px solid;
	border-left: white 0px solid;
	border-top: white 0px solid;
	border-right: white 0px solid;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 15px;
	background-color: Transparent;
	vertical-align: middle;
}
.MainMenu_MenuItem
{
	background-color: white;
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	cursor: pointer;
	cursor: hand;
	color: gray;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;	
    	text-align: left;
}
.MainMenu_MenuIcon
{
	background-color: white; 
	border-left: white 1px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu
{
	background-color: white;
	border:1px solid #C0C0C0; 
	z-index: 1000;
	cursor: pointer; 
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak
{
	height: 1px;
	background-color: Transparent;
}
.MainMenu_MenuItemSel
{
	background-color: #EFEFEF;
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
}
.MainMenu_MenuArrow
{
	border-right: white 1px solid; 
	border-bottom: white 1px solid; 
	border-top: white 0px solid;
	font-family: tahoma;
	font-size: 12pt;
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_RootMenuArrow
{
	font-family: tahoma;
	font-size: 12pt;
	cursor: pointer; 	
	cursor: hand;	
}

/* Datagrid */
.Grid_General 
{
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px; 
	text-align: left;
	vertical-align: middle;
	color: Black;
}

.Grid_AlternatingItem
{
	font: tahoma;
	font-weight: normal;
	font-size: 11px; 
	text-align: left;	
	vertical-align: middle;
	color: #202020;
	border-bottom : solid 1px #808080;
}

.Grid_Footer
{
	font: tahoma;
	font-weight: normal;
	font-size: 12px; 
	text-align: left;
	vertical-align: middle;
	color: #000000;
	border-top: solid 1px #808080;
}

.Grid_Header
{
	font: tahoma;
	font-weight: bold;
	font-size: 12px; 
	text-align: left;
	vertical-align: middle;
	color: black;
	border-bottom : solid 1px #808080;
}

.Grid_Item
{
	font: tahoma;
	font-size: 11px; 
	font-weight: normal;
	text-align: left;	
	vertical-align: middle;
	color: #202020;
	border-bottom : solid 1px #808080;
}

.Grid_Pager 
{
	font: tahoma;
	font-size: 12px; 
	font-weight: normal;
	text-align: left;		
	vertical-align: middle;
	color: #000000;
	border-top: solid 1px #808080;
}

.Grid_SelectedItemStyle 
{
	font: tahoma;
	font-size: 11px; 
	font-weight: normal;
	text-align: left;		
	vertical-align: middle;
	color: Navy;
	border-top: solid 1px #808080;
}

.Grid_Title
{
	font: tahoma;
	font-size: 12px; 
	font-weight: normal;
	text-align: left;		
	vertical-align: middle;
	color: #000000;
	border-top: solid 1px #808080;
}

.Grid_TableItem
{
	font: tahoma;
	font-size: 11px; 
	font-weight: normal;
	text-align: left;		
	vertical-align: middle;
	color: #000000;
	border-top: solid 1px #808080;
}


/* Normal Table */
.Table_Header
{
	font-size: 12px; 
	font-weight: bold;
	font: tahoma;
	color: white;
	text-align: left;
	vertical-align: middle;
	background-color: #EFEFEF;

}
.Table_Gen
{
	font-size: 11px; 
	font-weight: bold;
	font: tahoma;
	color: #202020;
	text-align: left;	
	vertical-align: middle;
	background-color:transparent;
}
.Table_Alt
{
	font-size: 11px; 
	font-weight: bold;
	font: tahoma;
	color: #202020;
	text-align: left;	
	vertical-align: middle;
	background-color: #E0E0E0;
}

/* Showroom Headers */
.Category_Header
{
	font-size: 12px; 
	font-weight: bold;
	font: tahoma;
	color: grey;
	text-align: left;
	vertical-align: middle;
	background-color: #FFFFFF;
	border-bottom : solid 1px #FFEDA6;
}

.category
{
	border:0px solid #E9F4BB; 
	font-size: 11px; 
	font-weight: normal;
	font: tahoma;
	color: white;
	text-align: left;
	vertical-align: middle;
	background-color: #EAEAEA;
}

.Product_Header
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;		
	color: #808080; 
	text-align: left;
	vertical-align: middle;
	background-color: #FFFFFF;
	border-bottom : solid 2px #000080;
}

/* 
MiniStat .net 
Created by Frunder Studios
www.frunder.com
----------------------------
Style: Original
Date: 6/28/2005
 */


h1 {
	font-size: 24px;
	color: #515151;
	margin:0;
}
/*p, ul {
	margin: 0;
	padding: 0;
}*/
h2 {
	font-size: 18px;
	color: #2587C4;
	margin:0;
}
h2 a:link{
	font-size: 18px;
	color: #2587C4;
}
h2 a:visited{
	font-size: 18px;
	color: #2587C4;	
}
h3 {
	font-family: Verdana, Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #C31818;
	margin: 0;
}

.clear {
	clear:both;
}
.content {
	font: 10px Verdana, Arial, Helvetica, sans-serif;	
}
A:link, A:visited, A:active
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #176c9d;
	font-family: tahoma;
	background-color: transparent;
}
A:hover
{
    text-decoration: underline;
    color: #ff0000;
}
.dotted {
	background: transparent url(/admin/ministat/images/border.gif) repeat-x left bottom;
	font: 10px Verdana, Arial, Helvetica, sans-serif;	
} 
.txt
{
	font-family: Verdana, Tahoma;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	text-align: left;
}

.stat0{
	font-family: Verdana, Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	text-align: left;
}

.stat1{
	color: #515151;
	font-size: 12px;
	padding-left: 30px;
	width: 70%;
}

.stat2 {
	text-align: right;
	font-size: 12px;
	color: #2587C4;
	padding-right: 30px;
	width: 30%;
}
.stat3{
	font-family: Verdana, Tahoma;
	font-weight: normal;
	font-size: 10px;
	color: #515151;
	text-align: left;
	background: transparent url(/admin/ministat/images/border.gif) repeat-x left bottom;
}

.stat4 {
	font-family: Verdana, Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #2587C4;
	text-align: right;
	background: url(/admin/ministat/images/border.gif) repeat-x left bottom;
}
.stat-header{
	color: #515151;
	font-size: 10px;
	text-align:right;
	background: transparent url(/admin/ministat/images/border.gif) repeat-x left bottom;
	font-weight: bold;
}
.stat-bg {
	height: 28px;
	background: url(/admin/ministat/images/stat-bg.gif) no-repeat center center;
}
.stat-bold {
	font-family: Verdana, Tahoma;
	font-weight: bold;
	color: #000000;
}
.table-pad {
	padding: 10px 0 0 0;
	width: 85%;
}
.table-pad-700 {
	padding: 0 10px 0 10px;
	width: 100%;
}
#date ul li{
	margin: 0;
	padding: 5px 0 5px 20px;
	font-size: 10px;
	color: #5B5B5B;
	text-decoration: none;
	list-style: none;
}
#overflow {
	overflow: auto;
	height: 250px;
	padding-right: 2px;
}
#overflow-700 {
	overflow: auto;
	height: 250px;
	padding-right: 11px;
}
#header {
	width: 100%
}
#footer {
	width: 100%
}

/*
-------------
Container #1 
300 px wide
-------------
*/
#container1 {
	float: left;
	width: 285px;
}
#container1-top {
	height: 70px;
	background: url(/admin/ministat/images/250-top.gif) no-repeat top;
}
#container1-top-title {
	float: left;
	padding: 49px 0 0 25px;
}
#container1-top-graph {
	float: right;
	padding: 51px 30px 0 0;
}
#container1-top-list {
	float: right;
	padding: 52px 10px 0 0;
}
#container1-mid {
	background: url(/admin/ministat/images/250-mid.gif) repeat-y;
}
#container1-bot {
	height:60px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(/admin/ministat/images/250-bot.gif);
	
}
/*
-------------
Container #2 
700 px wide
-------------
*/
#container2 {
	float: left;
	width: 700px;
}
#container2-top {
	height: 71px;
	background: url(/admin/ministat/images/700-top.gif) no-repeat left top;
}
#container2-top-title {
	float: left;
	padding: 52px 0 0 25px;
	
}
#container2-top-graph {
	float: right;
	padding: 53px 30px 0 0;
}
#container2-top-list {
	float: right;
	padding: 54px 10px 0 0;
}
#container2-mid {
	background: url(/admin/ministat/images/700-mid.gif) repeat-y;
	padding: 15px 20px 0 20px;
}
#container2-bot {
	height: 41px;
	background: url(/admin/ministat/images/700-bot.gif) no-repeat left top;
}
