@charset "UTF-8";
/* CSS Document */
body {
	 /*background:#5c1812;Red Wooden look*/
	background:#0c599a; /*Blue Wooden look*/
	background-image:url(../img/body-bg15.png);
	background-repeat:repeat;
	
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#content {
	width: 900px;
	margin: 25px auto;
	margin-bottom:0px;
	padding: 20px;
	background: #FFF;	
	border: 1px solid #CCC;
}
#content_box {
	width: 900px;
	margin: 25px auto;
	padding: 20px;
	background: #FFF;	
}
#footer_box {
	width: 900px;
	margin: 5px auto;
	padding: 20px;
	background: #FFF;	
}
h1 {
	margin: 0;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;	
	padding: 7px 0;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

a { 
	outline-color: #888;	
}
.text_box{
	font-family:Verdana, Geneva, sans-serif;
	font-size:30;
	border: 1px ridge #666;
	height: 2em;

	
	}
	
.text_area{
	font-family:Verdana, Geneva, sans-serif;
	font-size:30;
	border: 1px ridge #666;
	

	
	}
		
	a:link {
	color: #17539A;
	text-decoration: none;
}
a:visited {
	color: #17539A;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
a:active {
	color: #900;
	text-decoration: none;
}

table.clientlogin {
 width: 245px;
 border:1px solid;
 border-color: #5C1511;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}

table.clientlogin th {
    padding: 0px;
    background-color: #5C1511;
	color:#fff;
    font-weight: bold;
}
table.clientlogin td {
    padding: 3px;
    /*background-color: #fff;*/
    text-align: center;
}

table.domaininclude {
 width: 245px;
 border:1px solid;
 border-color: #5C1511;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	

}

table.domaininclude th {
    padding: 0px;
    background-color: #5C1511;
	color:#fff;
    font-weight: bold;
}
table.domaininclude td {
    padding: 3px;
    /*background-color: #fff;*/
    text-align: center;
}
/*- Menu Tabs C--------------------------- */

    

    #tabsC {
		font:Arial, Helvetica, sans-serif;
	color: #ffffff;
	
      float:left;
      width:100%;
      /*background:#BBD9EE;
      font-size:93%;*/
      line-height:normal;
      }
    #tabsC ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
    #tabsC a {
      float:left;
      background:url("../img/tableft.png") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
      float:left;
      display:block;
      background:url("../img/tabright.png") repeat-x right top;
      padding:5px 15px 4px 6px;
      color:#fff;
      }
	  /*Active Tabs link id should be activetab*/
	#tabsC a:hover span, #tabsC a#activetab span
{ background-position:100% -42px;color: #FFF;   }
#tabsC a:link#activetab, #tabsC a:visited#activetab, #tabsC a:hover
{ background-position: 0% -42px; }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;}
    /* End IE5-Mac hack color:#FF9834;*/
    #tabsC a:hover span {
      color:#FFFFFF;
      }
    #tabsC a:hover {
      background-position:0% -42px;
      }
    #tabsC a:hover span {
      background-position:100% -42px;
      }

