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

body {
	margin: 0px;
	padding: 0px;	

	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

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

a:link, a:visited {
	color: #555555;
	text-decoration: none;
}
a:hover{
	color: #0066FF;
}

a.pagenav:link, a.pagenav:visited {
	color: #0066FF;
	text-decoration: none;
}

a.pagenav:hover {
	text-decoration: underline;
}
/********** Horizontal Line **********/

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

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

img {
	border:0px;
}

/********** Input Setting **********/
button {
	background: #FFFFFF;
	padding: 1px;
	color: #333333;
	font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border : 1px solid #AAAAAA;
}


input {
	color: #333333;
	font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
}

textarea {
	color: #333333;
	font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
}

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

ul {
	list-style-image:url(../images/li.jpg);
	padding-left:10px;
	margin-left: 10px;
}

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

}

h1 {
	padding:0;
	margin:0;
	font-weight: bold;
	font-size: 18pt;
}

h1 {
	padding:0;
	margin:0;
	font-weight: bold;
	font-size: 12pt;
}
h2 {
	padding:0;
	margin:0;
	font-weight: bold;
	font-size: 11pt;
}
h3 {
	padding:0;
	margin:0;
	font-weight: bold;
	font-size: 10pt;
}
h4 {
	font-weight: bold;
	font-size: 10pt;
}
h5 {
	padding:0;
	margin:0;
	font-weight: bold;
	font-size: 9pt;
}
h6 {
	padding:0;
	margin:0;
	font-weight: bold;
	font-size: 9pt;
}

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

.pagination {
	padding:0;
	margin: 0;
}
.pathway, a.pathway {
	font-size: 9pt;
	font-weight: bold;
}

.title {
	display: block;
	font-size: 11pt;
	font-weight: bold;
	background-image: none;
	padding-left: 0px;
}

.link2 {
	color: #2A9FCB;
}

.grey {
	color: #454545;
}

.red {
	color: #ED1C22;
}

.green {
	color: #7AB72E;
}

.orange {
	color: #FE9600;
}

.blue {
	color: #2A9FCB;
}

.bar {
	display: block;
	width: 100%;
	height: 4px;
	background: #FFFFFF url(../images/bg_bar.jpg) center center repeat-x;

}

.dot {
	display: block;
	width: 100%;
	height: 4px;
	background: #FFFFFF url(../images/bg_dot.jpg) left center repeat-x;

}
.radio {
	border: none;
}
.imgborder{
	border: #CCCCCC 1px solid;
}

.imgborder2{
	padding: 2px;
	border: #CCCCCC 1px solid;
}

.small {
	font-size: x-small;
}
.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-color:#EAEAEA;*/
	background-color:#E9E9E9;	
}

/********** Top Column **********/

#top, #top a.mainlevel {
	font-size: 8pt;
}

/********** Main Column **********/

#maintable_top {
	background-image: url(../images/bg_maintable_top.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#maintable {
	/*background-image: url(../images/bg_maintable.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}

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

#maincol {
	padding: 0px;
	margin: 0px;
}

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

}

#maincol .componentheading {

}

#maincol .contentheading {

}

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

#leftcol {
}


#leftcol table.moduletable {
}

#leftcol table.moduletable td {

}

#leftcol table.moduletable th {
}

/********** Right Column **********/

#rightcol {
	font-size: 8pt;
}

#rightcol table.moduletable {
	margin-bottom: 10px;
}

#rightcol table.moduletable th {
	color: #027D6B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 25px;
	line-height: 25px;	
	vertical-align: middle;	
}

#bottom {
}

/**********Top Menu **********/
#topmenu a.mainlevel {
	padding-left:8px;
	padding-right: 5px;
	text-decoration: none;
	font-size: 7pt;
}

#topmenu a.mainlevel:hover {
	color:#FF9900;
}

/**********Main Menu **********/

#mainmenu {
	font-weight: bold;
	font-size: 10pt;
	color: 666666;
	line-height: 25px;	
}

#mainmenu a.mainlevel {
	text-decoration:none;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

#mainmenu a.mainlevel:hover,#mainmenu a.mainlevel#active_menu {
	color: #027D6B;
}

#mainmenu a.sublevel {
	display: block;
	width: 100%;
	border-bottom: #AAAAAA 1px solid;
	padding-left: 8px;
	padding-right: 8px;
	height: 18px;
	line-height: 18px;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
}

#mainmenu a.sublevel:hover {
	color: #EEEEEE;
	background-color: #333333;
}

#rightmenu {
	background-color: #EEEEEE;
	padding: 10px;
}

#rightmenu a.mainlevel {
	background: url(../images/bg_rightmenu_off.jpg) top left no-repeat;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	color: #999999;
	text-align: left;
	line-height: 16px;
	padding-left: 33px;
	padding-bottom: 5px;
	padding-top: 5px;	
	border-bottom: #CCCCCC 1px solid;
	width: 177px;
	text-decoration: none;
}

#rightmenu a.mainlevel:hover {
	color: #666666;
}

#rightmenu a.sublevel {
	background-color: #666666;
	display: block;
	height: 22px;
	text-align: left;
	line-height: 22px;
	padding-left: 35px;
	width: 195px;
	text-decoration: none;
}

#usermenu {
	background: #FFFFFF url(../images/bg_usermenu.jpg) left top repeat-x;
	height: 0;
}

#usermenu a.mainlevel {
	background: #FFFFFF url(../images/bg_usermenu_off.jpg) left top no-repeat;
	display: block;
	float: left;
	height: 33px;
	line-height: 33px;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 3px;	

	color: #333333;
	font-size: 10pt;

	font-weight: normal;
	text-decoration: none;
}

#usermenu a.mainlevel:hover {
	color: #F5F5F5;
	background: #FFFFFF url(../images/bg_usermenu_on.jpg) left top no-repeat;	
}

/********** Bottom Menu **********/

#bottommenu a.mainlevel {
	line-height: 30px;
	margin: 5px;
}

.sb_footer {
        color: #FFFFFF;
font-size:0px;
}

.sb_footer a {
        color: #FFFFFF;
font-size:0px;
}

