/*********************
	HTML Elements
*********************/
*{
	margin:0;
	padding:0;
}

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:2px;
}
select{
	padding:2px;
}
/*********************
	Structure
*********************/
#container{
	margin-left:auto;
	margin-right:auto;
}
#header{

}
#content{
	margin:10px 0 10px 0;
	padding:10px;
}
#sidebar{
	background:#FFF;
	width:170px;
	float:right;
	margin:10px 0 10px 0;
	padding:10px;
}
#footer{
	padding:5px;
}
#box, #boxwarn, #boxresult {

}
#box div {
	margin: 5px;
}
#box h3{
	padding:5px;
	font-size:14px;
}
#box label {
	float: left;
	width: 100px;
	font-weight: bold;
}
#box br, #boxwarn br, #boxresult br {
	clear: both;
}
#box form {
	margin: 10px;
}
#box p, #boxwarn p, #boxresult p {
	margin: 10px;
}
#boxwarn h3, #boxresult h3 {
	padding:5px;
	padding-left: 23px;
	font-size:14px;
}

/*********************
	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
*********************/
#topmenu{
	margin-top:0px;
	voice-family:inherit;
}
#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;
}
#topmenu .current a, #topmenu .current a:hover, #topmenu .current a:visited{
	padding:5px 12px 5px 12px;
	font-weight:bold;
	
}
#top-panel{
	background:#FFF;
	padding:5px;
	height:20px;
}
#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;
}
/*********************
		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#button {
	cursor:pointer;
	font-weight:bold;
	background:#EEE;
	padding: 10px;
	padding-right: 6px;
	padding-left: 24px;
	background:#EEE url(../img/icons/add.png) no-repeat 5px;
	vertical-align: -2px;
	display: block;
	width: 100px;
	margin-top: 5px;
}
a#button:hover {
	color: #999;
	background:#F6F6F6 url(../img/icons/add.png) no-repeat 5px;
}
#credits{
	float:right;
}
/*********************
		Tables
*********************/
table{
	border-collapse: collapse;
	table-layout:fixed;
	width: 100%;
}
td.r {
	text-align: right;
}
td.c {
	text-align: center;
}
td, th, #box td, #box th {
	padding: 3px;
	vertical-align: top;
} 
th, th a {
	font-weight: bold;
}
/*********************
		Home
*********************/
#infowrap li{
	display:inline:
}
#infobox {
	width:365px;
	float:left;
	margin-top:10px;
	margin-right: 10px;
}
#infobox h3 {
	padding:5px;
	font-size:14px;
}
#infobox ul {
	margin-left: 10px;
}
#infobox li {
	color: #000;
	font-weight: bold;
	margin-bottom: 8px;
}
#infobox li a {
	background:transparent url(../img/icons/building.png) no-repeat top left;
	font-weight: normal;
	padding-left: 18px;
}
#infobox li.hl a {
	background:transparent url(../img/icons/accept.png) no-repeat top left;
	font-weight: bold;
}
.margin-left {
	margin-left:5px;
}
#rightnow .reallynow {
	padding: 5px;
	font-size:20px;
}
#rightnow h3{
	padding:2px;
	padding: 0 10px;
	font-size:20px;
}
#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:  16px;
	padding: 10px;
	color: #333333;
	font-weight: bold;
}
#rightnow a, .youhave a {
	font-weight: bold;
	padding-left: 20px;
	text-decoration: underline;
}
/*********************
		Forms
*********************/
form{
	margin:0 auto;
}
form#form fieldset {
	display:block;
	line-height:20px;
	margin:10px;
	width: 700px;
	background: #DDD;
}
form#form legend {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px;
	width:254px;
}
form#form label {
	clear:left;
	display:block;
	float:left;
	width:150px;
	text-align:right;
	padding-right:10px;
	margin-bottom:5px;
	font-weight: bold;
	line-height: 28px;
}
form#form input, form#formtd input {
	margin-bottom:5px;
}
form#form .checkbox, form#formtd .checkbox, .checkbox {
	border: 0;
}
form#form select, form#formstd select {
}
form#form textarea {
	width:313px;
	margin-bottom:5px;
	padding:5px;
	overflow:auto;
}
form#formstd textarea {
	margin-bottom:5px;
}
form#form option {
	background:#FFF;
}
form#form optgroup option {

}
form#form #button1, form#form #button2, form#form #button3, form#form #button4, form#formstd #button1, form#formstd #button2, form#formstd #button3, form#formstd #button4, form#formstd #button5, form#formstd #button6 {
	cursor:pointer;
	margin-left:8px;
	font-weight:bold;
	background:#EEE;
	padding: 2px;
	padding-right: 6px;
	vertical-align: -2px;
}
form#form #button2, form#formstd #button2 {
	padding-left:24px;
	background:#EEE url(../img/icons/disk.png) no-repeat 5px;
}
form#form #button3, form#formstd #button3 {
	padding-left:24px;
	background:#EEE url(../img/icons/magnifier.png) no-repeat 5px;
}
form#form #button4, form#formstd #button4 {
	padding-left:24px;
	background:#EEE url(../img/icons/email.png) no-repeat 5px;
}
form#form #button5, form#formstd #button5 {
	padding-left:24px;
	background:#EEE url(../img/icons/tick.png) no-repeat 5px;
}
form#form #button6, form#formstd #button6 {
	padding-left:24px;
	background:#EEE url(../img/icons/cancel.png) no-repeat 5px;
}
#button7 {
	padding-left:24px;
	background:#EEE url(../img/icons/printer.png) no-repeat 5px;
}
form#formstd div {
	clear: both;
}
form#formstd label {
	clear:left;
	display:block;
	float:left;
	width:150px;
	padding-right:10px;
	margin-bottom:5px;
	font-weight: bold;
}
form#formstd label.cbl {
	display: inline;
	float: none;
	padding-right:10px;
	margin-bottom:5px;
	font-weight: bold;
	line-height: 28px;
}
form#formstd label.cbl input {
	border: 0;
}
form#formstd h4 {
	font-size: 14px;
	margin-bottom: 10px;
}

div#front {
	width: 500px;
	margin: auto;
	margin-top: 250px;
	text-align: center;
	color: black;
}
div#front form {
	width: 230px;
	margin: auto;
	text-align: left;
}
div#front label {
	float: left;
	width: 80px;
	font-weight: bold;
	padding-top: 3px;
}
div#front input {
	border: 1px solid #333;
	background: white;
	margin-bottom: 6px;	
}

.cancelr {
	text-decoration: line-through;
}
.completed {
	color: #009900;
}

/*********************
	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(../img/icons/user.png) no-repeat left;}
.useradd{background:transparent url(../img/icons/user_add.png) no-repeat left;}
.user_edit{background:transparent url(../img/icons/user_edit.png) no-repeat left;}
.group{background:transparent url(../img/icons/group.png) no-repeat left;}
.search{background:transparent url(../img/icons/magnifier.png) no-repeat left;}
.online{background:transparent url(../img/icons/world.png) no-repeat left;}
.page_add{background:transparent url(../img/icons/page_add.png) no-repeat left;}
.rss{background:transparent url(../img/icons/rss.png) no-repeat left;}
.feed{background:transparent url(../img/icons/feed.png) no-repeat left;}
.report{background:transparent url(../img/icons/report.png) no-repeat left;}
.cancel{background:transparent url(../img/icons/cancel.png) no-repeat left;}
.house{background:transparent url(../img/icons/house.png) no-repeat left;}
.manage{background:transparent url(../img/icons/cog.png) no-repeat left;}
.manage_page{background:transparent url(../img/icons/page_gear.png) no-repeat left;}
.folder{background:transparent url(../img/icons/folder.png) no-repeat left;}
.promotions{background:transparent url(../img/icons/coins.png) no-repeat left;}
.cart{background:transparent url(../img/icons/cart.png) no-repeat left;}
.shipping{background:transparent url(../img/icons/car.png) no-repeat left;}
.invoices{background:transparent url(../img/icons/page_white_text_width.png) no-repeat left;}
.addorder{background:transparent url(../img/icons/folder_page_add.png) no-repeat left;}
.add{background:transparent url(../img/icons/add.png) no-repeat left;}
.app_add{background:transparent url(../img/icons/application_add.png) no-repeat left;}
.report_seo{background:transparent url(../img/icons/report_link.png) no-repeat left;}
.modules{background:transparent url(../img/icons/bricks.png) no-repeat left;}
.modules_manage{background:transparent url(../img/icons/bricks_gear.png) no-repeat left;}
.folder_add{background:transparent url(../img/icons/folder_add.png) no-repeat left;}
.folder_edit{background:transparent url(../img/icons/folder_edit.png) no-repeat left;}
.folder_wrench{background:transparent url(../img/icons/folder_wrench.png) no-repeat left;}
.folder_page{background:transparent url(../img/icons/folder_page.png) no-repeat left;}
.page_edit{background:transparent url(../img/icons/page_edit.png) no-repeat left;}
.page_delete{background:transparent url(../img/icons/page_delete.png) no-repeat left;}
.printer{background:transparent url(../img/icons/printer.png) no-repeat left;}
.filter{background:transparent url(../img/icons/funnel.png) no-repeat left;}
.lightbulb{background:transparent url(../img/icons/lightbulb.png) no-repeat left;}
.lightbulb_off{background:transparent url(../img/icons/lightbulb_off.png) no-repeat left;}
.accept{background:transparent url(../img/icons/accept.png) no-repeat left;}
.building{background:transparent url(../img/icons/building.png) no-repeat left;}
.arrow_undo{background:transparent url(../img/icons/arrow_undo.png) no-repeat left;}
.page_go{background:transparent url(../img/icons/page_go.png) no-repeat left;}
.link_go{background:transparent url(../img/icons/link_go.png) no-repeat left;}
.wrench{background:transparent url(../img/icons/wrench.png) no-repeat left;}
.wrench_orange{background:transparent url(../img/icons/wrench_orange.png) no-repeat left;}
.arrow_up{background:transparent url(../img/icons/arrow_up.png) no-repeat left;}
.arrow_down{background:transparent url(../img/icons/arrow_down.png) no-repeat left;}
.vcard{background:transparent url(../img/icons/vcard.png) no-repeat left;}
.script_edit{background:transparent url(../img/icons/script_edit.png) no-repeat left;}
.lightbulb{background:transparent url(../img/icons/lightbulb.png) no-repeat left;}
.disk{background:transparent url(../img/icons/disk.png) no-repeat left;}
.group_link{background:transparent url(../img/icons/group_link.png) no-repeat left;}
.tag_blue{background:transparent url(../img/icons/tag_blue.png) no-repeat left;}
