﻿html, body
{
	height: 100%;
	font-weight: normal;
	margin: 0px;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	font-style: normal;
	font-family: verdana;
	background-image: url(/images/main/bg/bg-dot.gif);
}

/************************************
table
************************************/
table, div
{
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	font-family: verdana;
}
.tbl-collapse
{
	border-collapse: collapse;
}
.td-line1
{
	border-top: 1px;
	border-bottom: 1px dotted #aaaaaa;
	margin: 0 3px;
}

/************************************
*
link style
*
************************************/
a:link
{
	color: #000099;
	text-decoration: none;
}
a:visited
{
	color: #000099;
	text-decoration: none;
}
a:hover
{
	color: #ff6600;
	text-decoration: none;
}
a.l1link
{
	color: #ffffff;
	text-decoration: none;
}
a.l1visited
{
	color: #ffffff;
	text-decoration: none;
}

a.sort-ascending
{
	display: inline-block;
	padding-right: 11px;
	background: url(~/Images/icons/ascending.gif) no-repeat right;
}
a.sort-descending
{
	display: inline-block;
	padding-right: 11px;
	background: url(~/Images/icons/descending.gif) no-repeat right;
}


/************************************
*
font style
*
************************************/
.f-xx-small
{
	font: 8px arial;
}
.f-x-small
{
	font: 9px verdana;
}
.f-small
{
	font: 10px verdana;
}
.default
{
	font: 11px verdana;
}
.f-large
{
	font: 12px verdana;
}
.f-x-large
{
	font: 13px verdana;
}
.f-uppercase
{
	text-transform: uppercase;
}
.f-title
{
	font: 12px verdana;
	font-weight: bold;
	text-transform: uppercase;
}
.f-logo-title
{
	font: 17px Verdana;
	font-weight: bold;
	text-transform: uppercase;
}
.f-panel
{
	font: 11px verdana;
}
.f-inactive
{
	font-size: 10px;
	color: gray;
	font-style: normal;
	font-family: verdana;
}
.f-error
{
	font-size: 11px;
	color: red;
	font-style: normal;
	font-family: verdana;
	background-color: #ffffcc;
}
.f-success
{
	font-weight: bold;
	font-size: 11px;
	color: blue;
	font-style: normal;
	font-family: verdana;
}

/************************************
*
div style
*
************************************/
.div-absolute
{
	position: absolute;
}

/************************************
*
input style
*
************************************/
input, select, textarea
{
	padding: 0px;
	font-weight: normal;
	font-size: 11px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	border-right-width: 1px;
	border-right-color: #cccccc;
	border-top-color: #cccccc;
	font-style: normal;
	font-family: verdana;
}

.i-uppercase
{
	font-family: verdana;
	font-size: 11px;
	text-transform: uppercase;
}


/************************************
*
misc
*
************************************/
.pointer
{
	cursor: hand;
}

.autocompletelist
{
	font-family: verdana;
	font-size: 10px;
	text-transform: uppercase;
}
.col-line1, .gridline1
{
	border-top: 1px;
	border-bottom: 1px dotted #aaaaaa;
	margin: 0 3px;
}
.col-header
{
	border-top: 1px;
	border-top: 1px dotted #aaaaaa;
	border-bottom: 1px dotted #aaaaaa;
	margin: 0 3px;
}

/************************************
*
site layout
*
************************************/
.tbl-site-main
{
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}
.div-top
{
	width: 1000px;
	height: 100%;
}
.div-top-l
{
	float: left;
	width: 9px;
	height: 100%;
	background: url(/wcsg/images/main/bg/shadow-l.gif);
}
.div-top-c
{
	float: left;
	width: 980px;
	height: 100%;
}
.div-top-r
{
	float: right;
	width: 9px;
	height: 100%;
	background: url(/wcsg/images/main/bg/shadow-r.gif);
}
.div-main
{
	padding: 4px;
}
.div-box
{
	padding: 4px;
	border: 1px solid #ccc;
}