/* teamSoft CSS implentation */
* {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	color: #000;
}

body {
	margin: 0px;
	background-image: url(../images/background01.gif);
	background-position: 0% 0%;
	background-repeat: repeat;
}

/* Layout Structure*/
#container {
	position: absolute;
	margin: 0px;
	width: 762px;
	margin-left: -381px;
	left: 50%;
}

#topArea {
	width: 762px;
	height: 142px;
	background-image: url(../images/content01.gif);
}

#topArea_en {
	width: 762px;
	height: 142px;
	background-image: url(../images/content01_en.gif);
}

#mainArea {
	width: 762px;
	background-image: url(../images/content03.gif);
	background-repeat: repeat-y;
	overflow: auto;
}

#mainContentArea {
	width: 490px;
	padding-top: 5px;
	padding-right: 25px;
	float: right;
}

#bottomArea {
	width: 762px;
	height: 131px;
	background-image: url(../images/content04.gif);
}

#teamSoftArea {
	width: 109px;
	height: 46px;
	float: right;
	padding-right: 30px;
	padding-top: 51px;
}

/* The Menu */
#menuArea {
	width: 237px;
	height: 464px;
	background-image: url(../images/content02.gif);
	float: left;
}

#menuContentArea {
	width: 194px;
	height: 169px;
	padding-left: 26px;
	padding-top: 2px;
}

#menuContentArea ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menuContentArea ul li {
	width: 187px;
	height: 30px;
	padding: 3px;
}

#menuContentArea ul li a#roflag{
	display: block;
	height: 11px;
	width: 16px;
	background-image: url("../images/roflag.gif");
	background-position: top;
	background-repeat: no-repeat;
	font-size: 0px;
	float: left;
}

#menuContentArea ul li a#roflag:hover, #menuContentArea ul li a#roflag.selected{
	background-position: bottom;
}

#menuContentArea ul li a#enflag{
	display: block;
	height: 11px;
	width: 16px;
	background-image: url("../images/enflag.gif");
	background-position: top;
	background-repeat: no-repeat;
	font-size: 0px;
	float: right;
}

#menuContentArea ul li a#enflag:hover, #menuContentArea ul li a#enflag.selected{
	background-position: bottom;
}

/* Rollover effect */
#rollover1 {
	width: 187px;
	height: 30px;
	background: url(../images/menu01.gif) top left no-repeat;
	display: block;
}

#rollover2 {
	width: 187px;
	height: 30px;
	background: url(../images/menu02.gif) top left no-repeat;
	display: block;
}

#rollover3 {
	width: 187px;
	height: 30px;
	background: url(../images/menu03.gif) top left no-repeat;
	display: block;
}

#rollover4 {
	width: 187px;
	height: 30px;
	background: url(../images/menu04.gif) top left no-repeat;
	display: block;
}

#rollover5 {
	width: 187px;
	height: 30px;
	background: url(../images/menu05.gif) top left no-repeat;
	display: block;
}

#rollover1_en {
	width: 187px;
	height: 30px;
	background: url(../images/menu01_en.gif) top left no-repeat;
	display: block;
}

#rollover2_en {
	width: 187px;
	height: 30px;
	background: url(../images/menu02_en.gif) top left no-repeat;
	display: block;
}

#rollover3_en {
	width: 187px;
	height: 30px;
	background: url(../images/menu03_en.gif) top left no-repeat;
	display: block;
}

#rollover4_en {
	width: 187px;
	height: 30px;
	background: url(../images/menu04_en.gif) top left no-repeat;
	display: block;
}

#rollover5_en {
	width: 187px;
	height: 30px;
	background: url(../images/menu05_en.gif) top left no-repeat;
	display: block;
}

#menuContentArea ul li a:hover,#menuContentArea ul li a.active {
	background-position: bottom left;
}

/* Link Styles */
a {
	font-family: tahoma, sans-serif;
	font-size: 12px;
}

a:link,a:visited {
	text-decoration: none;
	color: #5da82b;
}

a:hover {
	text-decoration: underline;
	color: #f29449;
}

/* Form styles */
.textBox {
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	background-color: #fff;
	font-family: tahoma;
	font-size: 11px;
	word-spacing: -1pt;
	vertical-align: middle;
	color: #000;
}

.textArea {
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	background-color: #fff;
	font-family: tahoma;
	font-size: 11px;
	word-spacing: -1pt;
	vertical-align: middle;
	color: #000;
}

.tdLabelForm {
	font-family: verdana;
	font-size: 11px;
	word-spacing: -1pt;
	color: #000;
}

/* Other Styles */
.title {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #437a1f;
}

table.display {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.display th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
}
table.display td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
}
