body {
 margin: 0;
 padding: 0;
 height: 100%;
 background: #fff url('../image/bg.png') repeat-x top left;
 color: #333;
 font-family: Arial, Verdana, Sans-Serif;
 font-size: 12px;
 font-style: normal;
 font-weight: normal;
 text-decoration: none;
 text-indent: 0;
}

a {
 color: #66f; /*#009fd9*/
 font-family: Arial, Verdana, Sans-Serif;
 font-size: 12px;
 font-style: normal;
 font-weight: normal;
 text-decoration: none;
}

a.user {
 font-weight: bold;
}

a.user_activated {
 color: red;
}

a.user_active {
 font-weight: bold;
 color: green;
}

a:hover {
 text-decoration: underline;
}

img {
 margin: 0;
 padding: 0;
 border: 0;
}

form {
 display: inline;
}

input, select, textarea {
 margin: 0;
 padding: 0;
 width: 150px;
 height: 20px;
 border: 1px solid #f90;
 background-color: #ffc;
 color: #666;
 font-family: Arial, Verdana, Sans-Serif;
 font-size: 12px;
 font-weight: normal;
}

input.btn {
 padding: 0;
 width: 100px;
 height: 20px;
 border: 1px solid #f90;
 background: #ffcd07 url("../image/btn_bg.gif") top left repeat-x;
 color: #666;
 font-family: Arial, Verdana, Sans-Serif;
 font-weight: bold;
}

input.checkbox {
 padding: 3px;
 width: auto;
 height: auto;
}

select {
 width: auto;
}

textarea {
 width: auto;
 height: auto;
}

.clearer {
 clear: both;
}

.left {
 float: left;
}

.right {
 float: right;
}

.hidden {
 display: none;
}

#container {
 margin: 0 auto;
 width: 958px;
 border-left: 1px solid #333;
 border-right: 1px solid #333;
 border-bottom: 1px solid #333;
 background-color: #fff;
}

#header {
 height: 100px;
 padding: 0 10px;
 background-color: #f78117;
}

	#logo {
	 width: 262px;
	 height: 80px;
	}

	#mainmenu {
	 height: 20px;
	}

		#mainmenu a {
		 display: block;
		 float: left;
		 margin: 0 2px;
		 padding: 0 5px;
		 height: 20px;
		 color: #fff;
		 font-weight: bold;
		 text-decoration: underline;
		 line-height: 20px;
		}

		#mainmenu a:hover {
		 background-color: #fc6;
		 color: #333;
		}

		#mainmenu a.active {
		 background-color: #fff;
		 color: #333;
		}

#main {
 margin: 10px 5px;
}

	#title {
	 padding: 0 10px;
	 height: 30px;
	 color: #666;
	 font-size: 24px;
	 line-height: 30px;
	}

	#content {
	 margin-top: 10px;
     width: 590px;
	}

#footer {
 padding: 0 10px;
 height: 20px;
 background-color: #f78117;
 color: #fff;
 font-size: 11px;
 line-height: 20px;
}

	#footer a {
	 color: #fff;
     font-size: 11px;
	 text-decoration: underline;
	}

div.paging {
height: 20px;
text-align: center;
font-weight:bold;
line-height: 20px;
}
