/********** Page Setting **********/

html,body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;	
	color: #4d415a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 20px;
	text-transform: none;
	text-decoration: none;
	vertical-align: middle;
}

/********** Link Setting **********/

a:link, a:visited {
	color: #FF8800;
	font-weight: normal;
	text-decoration: none;
}

a:hover{
	font-weight: normal;
	text-decoration: underline;
}

p,form {
	margin: 0;
	padding: 0;
}

h1 {
	color: #454545;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 24px;
}

h2 {
	color: #454545;
	padding: 0;
	margin: 0 0 10px 0;
}

h3 {
	color: #454545;
	padding: 0;
	margin: 0 0 10px 0;
}

h4 {
	color: #3080c0;
	padding: 0 0 5px;
	margin: 0 0 0 0;
}

h5 {
	color: #454545;
}

/********** Horizontal Line **********/

hr {
	border: 0;
	width: 100%;
	color: #888;
	background-color: #888;
	height: 1px;
}

/********** Image Setting **********/

img {
	border:0px;
}

/********** Input Setting **********/
button {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;

}


input, select, textarea{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

/********** List Setting **********/

ul {
	/*
	padding-left:10px;
	margin-left: 10px;
	*/
}

li {
	list-style-position:outside;
	/*
	padding-top: 2px;
	padding-bottom: 2px;
	*/

}

/********** User Specific **********/

.title {
	display: block;
	width: 100%;
	background: #035A83;
	height: 30px;
	line-height: 30px;
	text-indent: 15px;
	color: #333;
	font-size: 9pt;
	font-weight: bold;
}

.blue {
	color: #293B77;
}

.green {
	color: #333;
}

.purple {
	color: #AF06BE;
}

.imgborder {
	border: #CCC 1px solid;
}
.modifydate {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.createdate {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.copyright {
	font-size: 12px;
	text-align: left;
	color: #666666;
}

/********** Main Body **********/

#mainbody {
 background: #EEE;
}

#top {
	background: #FFF;
}

#maintable_top {
	 background: url(../images/bg_maintable_top.jpg) center bottom no-repeat;
}

#maintable {

	 background: #FFF;
}

#maintable_bottom {
	 background: url(../images/bg_maintable_bottom.jpg) center top no-repeat;
}

/********** Main Column **********/
#maincol {
	background: #FFF;
}

#maincol table.contentpaneopen, #maincol table.contentpane {
	border-collapse: collapse;
	width: 100%;
}

#maincol .contentheading, #maincol .componentheading {
	display: block;
	width: 750px;
	height: 25px;
	line-height: 25px;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #663399;
	padding: 10px 0px 0px 5px;
	border-bottom: #663399 2px solid;
	margin: 0 0 10px 0;
}

#maincol .contentheading a, #maincol .componentheading a {
	
}

#maincol table.contentpaneopen td {
	

}



/********** Left Column **********/

#leftcol table.moduletable {
	background: #FFF;
	margin-bottom: 10px;
}

#leftcol table.moduletable th {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg_leftcol_title.jpg) center top no-repeat;
	height: 26px;
	width: 180px;
	line-height: 26px;
	color: #FFF;
	text-indent: 12px;
	text-align: left;
	padding: 0;
	margin: 0;
}


#leftcol table.moduletable td {
}





/********** Right Column **********/
#rightcol table.moduletable {
	margin-bottom: 10px;
}

#rightcol table.moduletable th {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 25px;
	line-height: 25px;
	color: #555;
	font-size: 12pt;
	text-align: left;
}

#rightcol table.moduletable td {
}

#pathway, #pathway a {
	color:#FFFFFF;
}

#bottom {

	background: #fff url(../images/footerLine.gif) top center no-repeat;
	
	color: #666;
	font-size: 9pt;
	text-align: center;
}

#bottom  a {
	color: #666;
	text-decoration: none;
	font-size: 9pt;
}

/********** Top Menu **********/
#topmenu {
}

#topmenu a {
	background: url(../images/bg_topmenu_off.png) center center no-repeat;
	display: block;
	float:left;
	width: 55px;
	height: 18px;
	line-height: 18px;
	color: #2E5A11;	
	text-align:center;
	font-size: 12px;
	font-weight: normal;
	padding: 0 6px;
}

#topmenu a:hover {
	text-decoration: none;
}


/**********Main Menu **********/
#mainmenu {
	background: #F88 url(../images/top_nav_bg.gif) left top repeat-x;
	font-size: 10pt;
}

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

#mainmenu ul li {
	position: relative;
	display: inline;
	float: left;
	padding: 0;
}

#mainmenu ul li a {
	display: block;
	margin: 0;
	text-decoration:none;
	height: 26px;
	line-height: 26px;
	
	padding: 0 20px;
	font-weight:bold;
	color: #FFF;
}

* html #mainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

#mainmenu ul li.active a,#mainmenu ul li a:hover {
	background: #f1eddd;
	background-color:#AAA;
	height: 26px;
	text-decoration: none;
}

/***** Right Menu *****/
#leftmenu {
	color: #6A6A6A;	
	font-size: 9pt;
}

#leftmenu table.moduletable {
	margin-bottom: 0px;
}

#leftmenu ul {
	padding:0;
	margin:0;
	list-style-type: none;
	width: 180px;
}

#leftmenu ul li {
	position: relative;
}

#leftmenu ul li a {
	background: url(../images/bg_leftmenu_off.jpg) left center no-repeat;
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	width: 125px;
	margin: 0 ;
	margin-left: 25px;
	padding-left: 20px;
	text-decoration:none;
	font-size: 11pt;
	color: #FF6600;
	line-height: 25px;
	height: 25px;
	font-weight: normal;
}

#leftmenu ul li.active a, #leftmenu ul li a:hover {
	color: #663399;
}

/********** Bottom Menu **********/
#bottommenu {
	font-size:8pt;
	color:#333;
}

#bottommenu a.mainlevel {
	text-align:center;
	font-size: 8pt;
	color:#777;
	padding-left: 8px;
	padding-right: 8px;
}

#bottommenu a.mainlevel:hover {
	text-decoration: underline;
}

.invalid {
	border: 1px solid red;
}