/**************************************
 * THEME NAME: water
 *
 * Files included in this sheet:
 *
 *   water/water.css
 **************************************/

/***** water/water.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

body {
	background: #003b91 url(bg.jpg) no-repeat;
	padding: 10px 0px;
	font-family:Verdana, Tahoma, Arial, Serif;
	color: #333333;
}

#page {
	z-index: 2;
	position: relative;
	width: 98%;
	border: solid 7px #fff;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content {
	background-color: white;
}

#headertitle {
	position: relative;
	width: 100%;
	min-height: 5em;
	background: #2b2b2b url(water.jpg) repeat-x;
	margin-bottom: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#headercontent {
	padding-left: 0.5em;
    float: left;
    width:65%;
}

#headermenu {
    padding:10px;
	color: #fff;
	text-align: right;
    float:right;
}

#headermenu a{
	color: #fff;
	text-decoration: underline;
}

#headermenu a:hover{
	color: #f00;
	text-decoration: underline;
}

#headercontent h1 {
	font-weight: normal;
	font-size: 2.5em;
	color: #fff;
	display:inline;
}
#headercontent h1 a:link, #headercontent h1 a:visited {
	color: #000;
	text-decoration:none;
	border:none;
}

#headercontent h1 a:hover, #headercontent h1 a:active {
	text-decoration:none;
	color: #000;
	border:none;
}

#headercontent h2 {
	font-size: 1.0em;
	font-weight: normal;
	color: #000;
}

#search {
	position: absolute;
	top: 5.5em;
	right: 2.0em;
	padding-right: 0.0em;
	color:#000;
}

th.header,
td.header,
div.header {     
    background: #2b2b2b url(water.jpg) repeat-x;
    padding:5px;      
}

.navbar {
	z-index: 3;
	background: #2b2b2b url(water.jpg) repeat-x; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
    clear: both;   
}

#mod-chat-gui_header_js-jsupdate {
	background: #fff;
	padding: 10px 0px;	
	border: solid 7px #fff;
	margin: 0 auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#mod-chat-gui_header_js-chatinput {
    padding:0px;
    background:none;
}
/***** water/water.css end *****/


