
/* standard elements */
* {
	margin: 0;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
body {
	background: #0094D6 url(../images/bg.gif) repeat-x;
	color: #333;
	font: normal 13px Verdana, Tahoma;
	margin: 0;
}
input {
	color: #555;
	font: normal 13px Verdana, Tahoma;
}
p,cite,code,ul {
	font-size: 13px;
	padding-bottom: 1.2em;
}
img {
	border-style:none;
}
h1 {
	font-size: 15px;
	margin-bottom: 4px;
}
code {
	background: url(../images/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 13px Verdana, Tahoma;
	margin-bottom: 12px;
	padding: 8px 10px;
}
cite {
	background: url(../images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 13px Verdana, Tahoma;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #06C;
	padding-top: 6px;
	border-bottom: 1px dashed #DDD;

}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(../images/topleft.gif) no-repeat;
}

.header {
	height: 92px;
}

/* title */
.title {
	float: left;
	padding: 5px 0 0 45px;
}
.title h1 {
	color: #FFF;
	font: normal 13px Verdana, Tahoma;
}
/* navigation */
.navigation {
	float: left;
	height: 92px;
	margin-left: 24px;
	padding: 0px 16px 0px 0px;
}
.navigation a {
	color: #FFF;
	float: left;
	font: bold 13px Verdana, Tahoma;
	margin-top: 56px;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
}
.active {
	background: url(../images/active.png) center bottom no-repeat; 
}
.navigation  a.active {
	color: #C1DEF0;
	float: left;
	font: bold 13px Verdana, Tahoma;
	margin-top: 52px;
	padding: 8px 15px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	/*background: url(../images/active.png) center bottom no-repeat; */
}
.navigation  a:hover.active {
	color: #0099ff;
	float: left;
	font: bold 13px Verdana, Tahoma;
	margin-top: 52px;
	padding: 8px 15px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	border: 0px;
	/* background: url(../images/active.png) center bottom no-repeat; */
}
.navigation a:hover {
	/* background-color: #4A91C3; */
	color: #FFCC33;
}
.navigation ../images {
	float: right;
	margin-top: 48px;
	padding: 8px 2px;
}


/* main */
.main {
	background: #FFF url(../images/bgmain.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}

/* main left */
.sidenav {
	float: left;
	width:24%;
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 13px;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 13px;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
	background: url(../images/li.gif) no-repeat;
}
images {
	border: 0px;
}

/* content */
#content {
	float: left;
	margin-right: 4%;
	width: 69%;
}
#content .descr {
	color: #C60;
	margin-bottom: 6px;
	font-size: 11px;
}
#content h1 {
	padding-bottom: 6px;
}
#content li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button2 {
    padding:     1px;
    padding:     2px !important;
    color:       #FFFFFF;
    font-size:   11px;
    border:      none ;
    font-weight: bold;
    background:  #F41400 ;
	line-height: 18px;
}
.button {
	background: url(../images/but-bg.gif) repeat-x center #000000;
	border: 1px solid #000000;
	color: #CCCCCC;
	padding: 2px 3px;
}
.button3 {
	background: url(../images/imcode.gif) repeat-x center #000000;
	border: 1px solid #000000;
	color: #CCCCCC;
	padding: 2px 3px;
}
/* footer */
.footer {
	background: #0094D6 url(../images/bgfooter.gif) repeat-x;
	color: #FFF;
	font-size: 13px;
	line-height: 60px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #C1DEF0;
	text-decoration: none;
	border-bottom: 1px dotted #C1DEF0;
}
.inputsearch {
    padding:     5px 0 0px 28px;
    width:       180px;
    font-size:   11px;
    background:  url(../images/search1.PNG) no-repeat;
    color:       #000000;
    font-family: tahoma;
    border:      none ;
    font-weight: bold;
    height:      20px;
}
.inputuser{
    margin-top: 4px;
    margin-left: 22px;
    width:       110px;
    font-size:   11px;
    color:       #000000;
    font-family: tahoma;
    border:      none ;
    font-weight: bold;
    height:      14px;
}

.inputuser-background {
    background-image: url(../images/login1.PNG);
    width:       139px;
    height:      25px;
    background-color: red;
}

.inputpass {
    margin-top: 4px;
    margin-left: 22px;
    width:       110px;
    font-size:   11px;
    color:       #000000;
    font-family: tahoma;
    border:      none ;
    font-weight: bold;
    height:      14px;
}

.inputpass-background {
    background-image: url(../images/pass1.PNG);
    width:       139px;
    height:      25px;
    background-color: red;
}

#wait {
     position:absolute;
     left:35%;
     top:40%;
     text-align:left;
     width:300px;
}
.textarea {
	margin: 0;
	border:solid 1px #CCCCCC;
	padding-left:5px;
	height:70px;
	line-height:18px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	color: #333333;
	width: 200px;
}
