/*---------- sb_original_design ----------*/
/* base_design */
*{
	margin:0;
	padding:0;
}

body{
	text-align: center;
	background:#FFFFFF url("../img/material/stripe.gif");
	font-size:15px;
	color:#000000;
}

body div {
	text-align: left;
	margin: 0 auto;
}

img{
	border:none;
}

textarea{
/*  */	background:none;
	/* border:#000000 1px solid; */
	font-size:13px;
}

input{
	/* border:#000000 1px solid; */
	font-size:13px;
}

a:link, a:visited {
	text-decoration:none;
	color:blue;
}

a:active{
	text-decoration:none;
	color:#999999;
}

a:hover{
	text-decoration:none;
	color:#FF5500;
}

h1{
	padding: 20px 0 0 10px;
	font-size:13px;
	font-weight: normal;
}

table {
	margin: 0 auto;
}

/* base_layout */
#layout {
	width: 700px;
	background-color: white;
	text-align: center;
	background-color: linen;
	border-right:5px lightblue solid;
	border-left:5px lightblue solid;
	border-bottom:5px lightblue solid;
}

#logo{
	width:698px;
	height:75px;
	background:#FFFFFF url("../img/material/logo.gif");
}

#login_container {
	width:600px;
	margin: 5px auto;
	background-color: lavender;
	padding: 10px 3px;
	border: lightsteelblue 2px outset;
}

#menu_container {
	width: 648px;
	height: 35px;
}

#menu_container img {
	vertical-align: top;
	margin-right: 5px; 
}

.menu_color_bar1 {
	border-bottom: #CCDDFF 15px solid;
}

.menu_color_bar2 {
	border-bottom: #FFDDFF 15px solid;
}

.menu_color_bar3 {
	border-bottom: #DDEECC 15px solid;
}

.menu_color_bar4 {
	border-bottom: #DDDDEE 15px solid;
}

.menu_color_bar5 {
	border-bottom: #E5D5F5 15px solid;
}

.menu_color_bar6 {
	border-bottom: #FFFAAA 15px solid;
}

.menu_color_bar7 {
	border-bottom: #C5F0FF 15px solid;
}

#submain {
	width:648px;
	background:#FFFFFF;
	border-top:#AAAAAA 1px solid;
	border-bottom:#AAAAAA 1px solid;
	margin-bottom: 10px;
}

.left{
	float:left;
}

.right{
	float:right;
}

/* base_table */
.table_title {
	text-align: right;
}

.table_contents {
	text-align: left;
}

.button {
	/* border: orange 1px solid; */
	background-color: cornflowerblue;
	color: white;
	padding: 1px 2px;
	font-size: 12px;
	/* color: white; */
	/* border: lightsteelblue 2px outset; */
}

.list1{
	width:598px;
	font-size:12px;
}

.list2{
	width:175px;
}

.list3{
	text-align:center;
	width:33%;
	height:150px;
}

.list4{
	text-align:center;
	vertical-align:top;
	width:33%;
	height:75px;
}

.list5{
	width:598px;
	font-size:12px;
	line-height:18px;
}



/* base_font */

.subtitle {
	margin:25px 10px 10px 10px;
	padding:2px 0px 2px 10px;
	background:#AAAAAA;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}

/* .subtitle2{
	margin:25px 10px 10px 10px;
	padding:2px 0px 2px 10px;
	background:#AAAAAA;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
} */

.text1{
	margin:15px 25px 25px 25px;
	line-height:21px;
}

.text2{
	margin:15px 25px 25px 25px;
}

/* .img1{
	margin:0px 0px 0px 50px;
} */

.qa1{
	margin:5px 25px 50px 25px;
	font-size:13px;
}

.color1{
	color:#FF5500;
}

.color2{
	color:#FF0000;
}

.color3{
	color:#FF5500;
	font-size:11px;
}

/* .color4{
	color:#AAAAAA;
	font-size:11px;
} */

.default_container {
	height: 300px;
	padding: 20px;
}

table {
	/* margin: auto; */
	/* margin-top: 30px; */
	/* border-collapse : collapse; */
	/* border-color: #999 #333 #333 #999; */
/* 	border-style: ridge;
	border-width: 1px; */
}

td {
	text-align: left;
/* 	border: #999 ridge 1px; */
	padding: 2px;
}

th {
	/* text-align:left; */
	/* padding: 2px 0 2px 10px; */
	/* background-color: #0065FF; */
	padding-top: 5px;
	color: blue;
	font-size: 14px;
}
