/*********************
	HTML Elements
*********************/
*{
	margin:0;
	padding:0;
}
/**
img, div,a { behavior: url(css/iepngfix.htc) }
**/
body{
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
}
a, a:visited{
	text-decoration:none;
}
img{
	border:0;
	margin:1px;
}
p{
	padding:3px;
}
h2{

}
input{
	padding:3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
select{
	padding:1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*********************
	Structure
*********************/
#container{
	width:96%;
	margin-left:auto;
	margin-right:auto;
}

#header h2{
margin:5px 0;
}
.content_wrapper{
	width:100%;
	float:left;
	margin:10px 0 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content{
	width:78%;
	float:left;
	margin:10px 0 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.content_body{padding:10px;}
#sidebar{
	background:#FFF;
	width:20%;
	float:right;
	margin:10px 0 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.sidebar_body{padding:10px;}
#footer{
	clear:both;
	padding:10px;
	margin:10px 0 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.box{		
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.box h3{
	padding:5px;
	font-size:14px;
}
.box table{}
.box_panel_action{padding:10px 5px 10px 5px;}
.box_panel_page{padding:0 5px;font-size:11px;}
.box_panel_search{padding:10px 10px 0px 10px;text-align:right;border-bottom:1px dashed #ebebeb;}
.box_panel_search form{margin:0;padding:0;}
/*********************
	Sidebar
*********************/
#sidebar ul{
	list-style:none;
	line-height:22px;
}
#sidebar ul li a,#sidebar ul li a:visited{
	padding-left:19px;
	text-decoration:none;
	margin:0 3px;
	display:block;
}
#sidebar ul li a:hover{
	text-decoration:underline;
}
#sidebar ul li ul{
	margin-left:10px;
}
#sidebar h3{
	padding:2px;
	font-size:14px;
}
/*********************
  TopMenu, Top-Panel
*********************/
.welcome_admin{position:absolute;right:0px;top:0px;color:#fff;}
.welcome_admin a{color:#fff !important;background:none !important;border:none !important; padding:0 !important;}
.welcome_admin span{color:#999 !important;}

#topmenu{
	margin-top:0px;
	width:100%;
	float:left;
	voice-family:inherit;
	position:relative;
}
#topmenu ul{
	list-style:none;
	line-height:25px;
}
#topmenu li{
	display:inline;

}
#topmenu a,#topmenu a:visited{
	padding:5px 12px 5px 12px;
	text-decoration:none;
	
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;		
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#topmenu .current a, #topmenu .current a:hover, #topmenu .current a:visited{
	padding:5px 12px 5px 12px;
	font-weight:bold;
	
}
#top-panel{
	background:#FFF;
	float:left;
	width:100%;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;	
	
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;

}
#top-panel ul{
	list-style:none;
}
#top-panel ul li{
	display:inline;
	line-height:20px;
}
#top-panel ul li a{
	padding-left:19px;
	text-decoration:none;
	margin:0 3px;
	display:inline-block;
}
#top-panel a:hover{
	text-decoration:underline;
}
#panel{padding:10px;}

/*********************
		Other
*********************/
.a-right{text-align:right;}
.a-left{text-align:left;}
.a-center{text-align:center;}
#pager{
	margin:5px;
	height:25px;
}

#styleswitcher{
	float:right;
}
#styleswitcher ul{
	list-style:none;
	line-height:10px;
}
#styleswitcher li{
	height:12px;
	display:inline;
}
#footer ul {
	list-style:none;
}
#footer li {
	display:inline;
}
a#defswitch {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#bd3f09;
	font-size: 8px;
	color:#bd3f09;
	display:inline-block;
}
a#blueswitch {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#375b91;
	font-size: 8px;
	color:#375b91;
	display:inline-block;
}
a#greenswitch {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#d0e0b8;
	font-size: 8px;
	color:#d0e0b8;
	display:inline-block;
}
a#brownswitch {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#654322;
	font-size: 8px;
	color:#654322;
	display:inline-block;
}
a#mixswitch {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#294145;
	font-size: 8px;
	color:#294145;
	display:inline-block;
}
a#mixgray {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#666666;
	font-size: 8px;
	color:#666666;
	display:inline-block;
}
a#mixgreen {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#3aa119;
	font-size: 8px;
	color:#3aa119;
	display:inline-block;
}
#credits{
clear:both;
	width:200px;
	float:left;
}
/*********************
		Tables
*********************/
table{
	margin:5px 0 5px 5px;
	border-collapse: collapse;
	table-layout:automatic;
	width:99%;
}
td, th{
	padding: 2px;
} 
thead{
	font-weight:bold;
}
.box_clear_table td,th{border:none !important;padding:5px;}
.box_clear_table .bg_title{background-color:#f4f4f4;border-bottom:1px solid #dddddd !important;}
.box_clear_table .clear_tb_all td{padding:0 !important;margin:0;}
/*********************
		Home
*********************/
#infowrap li{
	display:inline:
}
#infobox{
	/*width:365px;
	float:left;*/
	margin-top:10px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#infobox h3{
	padding:5px;
	font-size:14px;
	

}
.margin-left{
	margin-left:5px;
}
#rightnow .reallynow {
	padding: 5px;
	font-size:14px;
}
#rightnow h3{
	padding:2px;
	padding: 0 10px;
	font-size:14px;
}
#rightnow .reallynow span {
	display: block;
	text-align: left;
	float: left;
	padding:0 2px;
	font-size:14px
}
#rightnow .reallynow a {
	text-decoration:none;
	display: block;
	text-align: right;
	float: right;
	padding:0 0 0 18px;
	margin-left:4px;
	font-weight:normal;
	font-size:12px;
}
#rightnow .reallynow a:hover{
	text-decoration:underline;
}
#rightnow .youhave {
	font-size:  12px;
	padding: 10px;
}
#rightnow a {
	font-weight: bold;
}
/*********************
		Forms
*********************/
form{
	padding:10px;
	margin:0 auto;
}
form fieldset {
	display:block;
	padding:5px 10px 5px 10px;
	line-height:20px;
	margin-bottom:10px;
}
form legend {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px;
	width:254px;
}
form label {
	clear:left;
	display:block;
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
	margin-bottom:5px;
}
form input {
	padding:3px;
	margin-bottom:5px;
}
form select {
	margin-left:0px;
}
form textarea {
	padding:5px;
	overflow:auto;
}
form option {
	background:#FFF;
}
form optgroup option {

}
.btn1{
	padding:2px 5px 2px 5px;
	cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.btn1:hover{
	background-position:center left;
}

/*********************
	Icons
*********************/
.icon{
	padding-left:19px;
	text-decoration:none;
	height:20px;
	font-size:12x;
	margin:0 3px;
	display:inline-block;
	line-height:20px;
}
.user{background:transparent url(../image/icons/user.png) no-repeat left;}
.useradd{background:transparent url(../image/icons/user_add.png) no-repeat left;}
.group{background:transparent url(../image/icons/group.png) no-repeat left;}
.search{background:transparent url(../image/icons/magnifier.png) no-repeat left;}
.online{background:transparent url(../image/icons/world.png) no-repeat left;}
.pagenew{background:transparent url(../image/icons/page_add.png) no-repeat left;}
.rss{background:transparent url(../image/icons/rss.png) no-repeat left;}
.feed{background:transparent url(../image/icons/feed.png) no-repeat left;}
.report{background:transparent url(../image/icons/report.png) no-repeat left;}
.house{background:transparent url(../image/icons/house.png) no-repeat left;}
.manage{background:transparent url(../image/icons/cog.png) no-repeat left;}
.manage_page{background:transparent url(../image/icons/page_gear.png) no-repeat left;}
.folder{background:transparent url(../image/icons/folder.png) no-repeat left;}
.promotions{background:transparent url(../image/icons/coins.png) no-repeat left;}
.cart{background:transparent url(../image/icons/cart.png) no-repeat left;}
.folder_table{background:transparent url(../image/icons/folder_page.png) no-repeat left;}
.shipping{background:transparent url(../image/icons/car.png) no-repeat left;}
.invoices{background:transparent url(../image/icons/page_white_text_width.png) no-repeat left;}
.addorder{background:transparent url(../image/icons/folder_page_add.png) no-repeat left;}
.add{background:transparent url(../image/icons/add.png) no-repeat left;}
.app_add{background:transparent url(../image/icons/application_add.png) no-repeat left;}
.report_seo{background:transparent url(../image/icons/report_link.png) no-repeat left;}
.modules{background:transparent url(../image/icons/bricks.png) no-repeat left;}
.modules_manage{background:transparent url(../image/icons/bricks_gear.png) no-repeat left;}

.menu_list_item{background:transparent url(../image/icons/arrow-000-medium.png) no-repeat left;}

/** button icon **/
.btn_add{
	padding:2px 5px 2px 17px;
	cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:transparent url(../image/icons/plus-circle.png) no-repeat left;
}
.btn_delete{
	padding:2px 5px 2px 17px;
	cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:transparent url(../image/icons/cross.png) no-repeat left;
}

/** message **/
.msg_success{
background-color:#e0f2cb;
background-image: url(../image/icons/tick.png);
background-repeat:no-repeat;
background-position:left center;
border:1px solid #ccebac;
color: #6DA827;
font-family: Tahoma;
font-weight: bold;
line-height: 12px;
padding: 5px 0 5px 20px;
margin:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.msg_err{
background-color:#fbd3b1;
background-image: url(../image/icons/exclamation-red-frame.png);
background-repeat:no-repeat;
background-position:left center;
border:1px solid #f5c69a;
color: #CE2700;
font-family: Tahoma;
font-weight: bold;
line-height: 12px;
padding: 5px 0 5px 20px;
margin:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.msg_loading{
width:50%;
background-image: url(../image/icons/indicator.gif);
background-repeat:no-repeat;
background-position:left center;
color: #6DA827;
font-family: Tahoma;
line-height: 12px;
padding: 5px 0 5px 20px;
margin:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

/** date **/
.datetime{font-size:10px;}

.req{color:red;font-weight:bold;}

.box_files_attach{float:left;padding:10px;margin:1px;width:100px;background-color:#ccc;overflow:hidden;}
.box_files_attach p {
	background-image: url(../image/cancel.png);
	background-repeat:no-repeat;
	padding-left:20px;
	margin-top:5px;
}
.box_files_attach p a{color:#000;font-size:10px;}

ul.search_data_list {
list-style-type: none;
padding: 0;
margin: 0;
}
ul.search_data_list li{
border-bottom:1px solid #eee;
}
ul.search_data_list li a{
display:inline !important;
padding:0 !important;
margin:0 !important;
}
/** clear table**/
.clear_table{padding:0 !important;margin:0 !important;}
.clear_table td{border:none !important;}
