body {
margin: 0px;
padding: 0px;
text-align:center;
font-size:12px;
font-family:arial;
}
#page {
	width: 960px;
	margin: 0 auto;	
	text-align:left;
 	
}
#header{
	width:100%;
	height:20px;
	border-bottom: 1px #CDCDCD solid;
	background-color:#F4F3F2;
	margin:0 0 10px 0;
	font-family:arial;
  font-size:12px;  
  color:#26286C;
}
#header a{
font-family:arial;
font-size:12px;
font-weight:bold;
color:#26286C;
}
#pageheader {width: 960px;margin: 0 auto;text-align:left;}
#leftheader{width: 480px;float:left;margin-bottom:10px;}
#rightheader{float:right;width: 480px;padding-bottom:15px;}
#footer{
	width:100%;
	height:auto;
	border-top: 1px #CDCDCD solid;
	padding: 10px 0 12px 0;
	background-color:#F4F3F2;
	margin-top:10px;
	text-align:center;
	float:left;
	bottom:1px;
}
.imgborder{
display: block;
padding:7px;
/*border-color: #dddddd #aaaaaa #aaaaaa #dddddd;*/
border: 1px solid #aaaaaa;
background-color:white;
}

.tableimg{
border: 1px solid #aaaaaa;
background-color:white;
width:100px;
height:100px;
align:left;
}

#sidebarcontent
{ 
  width: 200px;
	float:left;
}
#sidebarcontent .content
{
  padding:5px 5px 5px 10px;
  background-color:#6fa2d2; 
}
#sidebox
{
  width: 178px;
	background-color:#fff;
	
	margin-bottom:15px;
	/*border: 1px solid #8EB4CE;*/	
}
#sidebox li h2 {
  font-size:13px;  
  font-weight:normal;
  padding: 3px 3px 0px 10px;
  margin-bottom:0px;
  color: #CE1126;
}
#sidebox li  .menu{
	padding-left: 10px;
	margin-left:10px;
	background: url(images/arrow.gif) no-repeat left center;
	text-decoration: none;
	color: #212121;
  font-size:90%;	
}
#sidebox li a:hover {
  text-decoration: underline;
  color: #FF6700;
}
#sidebox li li {
	margin: 0;
	padding: 5px 0;
	background: url(images/dot.gif) repeat-x;
}
#sidebox li li.first {
	background: none;
}
#sidebox li i{
  font-size:90%;
}
.clear { clear: both;}

/* standard list style table */
table.adminlist,.feature_ug {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ddd;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;		
}

table.adminlist,.feature_ug th {
	margin: 0px;
	padding: 0px 4px 4px 4px;
	height: 30px;
	background: url(images/background.jpg);
	background-repeat: repeat;
	/*font-size: 14px;*/
  font-size:inherit;
	color: #000;
	valign:middle;
}
table.adminlist th.title {
	text-align: left;
}

table.adminlist th a:link, table.adminlist th a:visited {
	color: #333;
	text-decoration: none;
	font-size:13px;
}

table.adminlist th a:hover {
	text-decoration: underline;
	font-size:13px;
}

table.adminlist tr.row0 {
	background-color: #F9F9F9;
	text-align: left;
}
table.adminlist tr.row1 {
	background-color: #FFF;
	text-align: left;
}
table.adminlist td {
	border-bottom: 1px solid #e5e5e5;
	padding: 4px;
}
table.adminlist td a{
font-size:inherit;
color:#333;
}
table.adminlist tr.row0:hover {
	background-color: #f1f1f1;
}
table.adminlist tr.row1:hover {
	background-color: #f1f1f1;
}
table.adminlist td.options {
	background-color: #ffffff;
	font-size: 8px;
}

table.feature_ug th{
background-image:none;
background-color:#EEEEEE;
border: 1px solid #CCCCCC;
}
table.feature_ug td{
  border-right: 1px solid #CCCCCC;font-size:11px;
  border-bottom: 1px solid #CCCCCC;padding:4px;
}
table.feature_ug td.gold{
  background-color:#FBED09;padding: 4px;
}
table.feature_ug td.silver{
  background-color:#F3F3F3;
}
table.feature_ug td.basic{
  background-color:#E2C6A1;
}
table.feature_ug td.hilight{
  font-weight:bold;
  font-size:12px;
  color:#0A9F06;
}
/*Button*/
.button {
	width:auto;
	height:23px;
	color:#333;
	font-weight:bold;
	padding:2px;
	background:url(images/background.jpg);
	cursor:pointer;
	border: 1px solid #ccc;	
}

/* content box */
#contentbox {
	float: inherit;
	width: 730px;
}

#contentbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contentbox li {
	margin-bottom: 15px;
}

#contentbox li ul {
border: 1px solid #CCCCCC;
border-top: none;
padding: 10px 0 5px 0;

}

#contentbox li ul img{

	border: 1px solid #CCCCCC;
	padding:5px 5px 5px 5px;		
}
#contentbox li ul img:hover{
	border: 1px #5684d8 solid;		
}
#contentbox li li {
	margin: 0;
	
}

#contentbox li li.first {
	background: none;
}

#contentbox li h2 {
	
	margin: 0;
	font-size: 15px;
	/*padding: 5px 5px 15px 10px;*/
	text-align: center;
/*	background: url(images/title.gif) repeat;*/
	background: #65A2CE ;
	border: 1px solid #888888;
	color:white;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

#contentbox li h2:hover {
	background: #71b6e7 ;
	border: 1px solid #888888;		
	cursor: pointer;
}


#contentbox a{
	color:#000000;
	text-decoration: none;
}
#contentbox a:link {
	text-decoration: none;
}

#contentbox a:hover {
	color:#317FC9;	
}

.heading1, .heading0, .heading2
{
  padding:5px;border:1px solid #ccc;margin:5px 2px 10px 2px;background-color:#EEF3F8;font-weight:bold;
}
.heading0
{
  font-weight:normal;
}
.heading2
{
   background-color:#FF9393; 
}
.subcontent{padding:5px;border:1px solid #ccc;margin:5px 2px 10px 2px;}



#navigation {
width: 200px;
float:left;
background-color:#6fa2d2;
padding:0px 0px 10000px 0px;
margin:0px 0px -10000px 0px;
overflow:hidden;
}


#container {
width:960px;
margin:10px auto 10px auto;
overflow:hidden;
text-align:left;
}

#centre {
float:right;border:1px solid #ccc;width:750px;
margin-top:10px;
overflow:hidden;
}
#centre .content
{
  padding:10px;
  height:100%;
}

/*- Menu Tabs --------------------------- */
#tabmenu {
  float:left;
  width:100%;
  font-size:93%;
  font-size:14px;
/*  
border-bottom:1px solid #2763A5;
*/
  line-height:normal;
  }
#tabmenu ul {
   margin:0;
   padding:0px 10px 0 200px;
   list-style:none;
}
#tabmenu li {
  display:inline;
  margin:0;
  padding:0;
  
  }
#tabmenu a {
  float:left;  
  background:url("images/tab_left.png") no-repeat left top;  
  font-size:13px;
  margin-right:2px;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabmenu a span {
  float:left;
  display:block;
  
  background:url("images/tab_right.png") no-repeat right top;

  padding:5px 15px 4px 6px;
  color:#172E54;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabmenu a span {float:none;}
/* End IE5-Mac hack */
#tabs9 a:hover span {
  color:#FFF;
  }
#tabmenu a:hover {
background-position:0% -27px;
}
#tabmenu a:hover span {
background-position:100% -27px;
}

#tabmenu #current a {
  background-position:0% -27px;
}
#tabmenu #current a span {
  background-position:100% -27px;
  color:#172E54;
  font-weight:bold;
border-bottom:0;
}
/*- Menu Tabs --------------------------- */  
#menubar_bg{
	width:100%;	
	margin-bottom:20px;		
	padding-top:0;
	float:left;
	height:24px;margin-bottom:3px;_margin-bottom:0px;
}
#menubar{
	width:100%;	
	/*background:url("images/menubar_bg.png") no-repeat;*/
	background-color:#6fa2d2;
	float:left;
	height:25px;margin-bottom:0;border:none;
}

.current
{
font-weight:bold;
}

a.sbb{
  width:22px;
  background-color:#fff;
  border:1px solid #849CC6;
  color:#203558;
  text-decoration:none;  
  padding:2px 5px 2px 5px;
  font:11px verdana;
  margin-right:3px;
  cursor:pointer;
}
a.sbb:hover{
   background-color:#E5EDF9;
   color: #203558;
   border:1px solid #849CC6;
}
a.current{
   background-color:#5E90C3;
   color: #fff;
   /*border:1px solid #5E90C3;*/
}

#wrap
{
  /*clip : auto;*/
  width:700px;
  
}
#imgcontent
{
  float:left;
  margin: 10px;
}
#tab_addsite{
width:650px; margin-bottom: 1em; padding: 7px;border:1px solid #ccc;
}
/******Legend for administrator******/
/* The hint to Hide and Show */
.hint{
   	/*display: none;*/
   	margin-left:30px;
    position: absolute;
    /*right: 300px;*/
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(/register/images/pointer.gif) no-repeat -10px 5px;
    z-index:100;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer{
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(/register/images/pointer.gif) left top no-repeat;
}
/******  disabled button  ******/
.disabled {
  opacity:0.4;
  filter:alpha(opacity=100)
}
.hr_line{
  border-top:1px solid #ccc;width:100%;height:10px;margin-top:10px;
}
/********  background fieldset  *********/
.fieldsetbox, .fieldsetborder {
  border:1px solid #ccc;
}
.fieldsetbox {
  background-color:#EEF3F8;
}
.button_sel_cate {
	border:0;
	font-weight:bold;
  line-height:25px;
	height:25px;
	width:90px; 
	background:url(/template/default1/images/bt-dditem.png) repeat ;
}








