@CHARSET "UTF-8";

.clear {
    clear: both;
	overflow:hidden;
	height:0px;
}
a {
	color:#333318;
}
h1 {
    font-size:21px;
    color:#fff;
    font-weight:normal;
    margin:0px;
    padding:0px;
    padding-bottom:6px;
    background:url(../_images/elements/headerBg.gif) repeat-x bottom;
    margin-bottom:6px;
}
h1 a {
	background: none;
}
h2 {
	font-size:21px;
	color:#fff;
	font-weight:normal;
	margin:0px;
	padding:0px;
	padding-bottom:6px;
	background:url(../_images/elements/headerBg.gif) repeat-x bottom;
	margin-bottom:6px;
}
#Right h2 {
    color:#333318;
}

.wsContentBox {
	padding-left:16px;
	padding-top:28px;
	padding-right:16px;	
}
	.wsContentBox h2 {
		color:#3b3b3b;
	}

input {
	background:url(../_images/elements/inputBg.gif) repeat-x;
	height:16px;
	padding-top:3px;
	border:#67714b 1px solid;
	color:#7c6647;
	width:200px;
}
.inputButton {
	border:1px solid #d5debd;
	background:#566139;
	color:#fff;
	height:20px;
	font-size:12px;
	padding:0 .5em 0 .5em;
	width:auto;
	overflow:visible;
	font-family:"Verdana";
	margin-left:3px;
	margin-right:3px;
}




.error {
	padding: 1px 5px;
    background-color: #ffc;
	color: #900;
	border: 1px solid #900;
	margin-bottom: 8px;
}

.warning {
    padding: 1px 5px;
    background-color: #e1e9cb;
    border: 1px solid #999;
    margin-bottom: 8px;
}

.error p, .warning p {
    margin: 5px 0px;	
}
.readActions {
    margin-top:25px;
    padding-top:5px;
    background:transparent url(../_images/elements/headerBg.gif) repeat-x scroll center top;
    text-align:center;
    clear:both;
}
    .readActions a {
        color:#76805b;	
    }
	.readActions a:hover {
	    text-decoration:none;
        color:#333318;
	}
#Inu {
    margin:0pt auto;
    text-align:right;
    margin-top:15px;
    margin-bottom:20px;
}
    #Inu #InuContainer {
        width:240px;
        float:right;
        margin-bottom:20px;
        padding-right:17px;        
    }
    #Inu #Ceg {
        background:url(../_images/elements/inu_white.gif) no-repeat left center;
        font-weight:bolder;
        color:#fff;
        padding-left:45px;
        text-align:left;
        padding-top:5px;
        padding-bottom:5px;
        float:right;
   }
   #Inu a {
       color:#fff;
       font-size:9px;
       text-decoration:none;
       clear:both;
       display:block;
   }   
      #Inu a:hover {
           text-decoration:underline;
       }
