/*================================*/
/* CSS For LOGIN PAGE Starts Here */
.loginpage {
	margin: auto;
	background-color: #D1E4E9;
}
.login {
	font-size: 12px;
	color: #333333;
	background-color: #F4F4F4;
	border: 5px solid #FFFFFF;
	text-align: left;
	padding:20px;
	line-height: 30px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	vertical-align: bottom;
}
.loginfield {
	padding: 3px;
	height: 25px;
	width: 250px;
	font-size: 16px;
	border: 1px solid #CCCCCC;
	color: #666666;
}
/* CSS For LOGIN PAGE ends Here */
/*==============================*/
html,body {
	background-color: #D1E4E9;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	height: 100%;
	font-size: 12px;
}
#menu {
	width: 200px;
	font-size: 13px;
	color: #081f25;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #aec9d0;
	padding: 5px 0px;
	border: 1px solid #78A6B1;
}
.menusplit {
	margin-left: -30px;
	margin-right:8px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #2d859c;
}
#container {
   	min-height:100%;
   	position:relative;
   	[if IE 6]>height:100%;<![endif]

}
.header {
	background-image: url(../images/header_bg.jpg);
	width: auto;
	height: 49px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8facb4;
	font-size: 12px;
	color: #FFFFFF;
	padding: 8px 5px 0px 5px;
}
.header a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.title {
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: normal;
	color: #11404a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.subtitle {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: #11404a;
}
.category {
	font-size: 11px;
	font-weight: normal;
	color: #11404a;
}
.header title{
	font-size: 18px;
}
#content {
	padding:0px;
	padding-bottom:57px;   /* Height of the footer */
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:37px;   /* Height of the footer */
	background-image: url(../images/header_bg.jpg);
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 20px;
}
.button {
	background-color: #315299;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	padding: 2px 10px 5px 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.login_warning {
	background-color: #FFFFCC;
	border: 1px solid #FF0000;
	color: #FF0000;
	font-family: Arial;
	font-size: 12px;
	padding: 10px 5px 10px 55px;
	text-align: left;
	background-image: url(../images/warning-box-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.warning {
	background-color: #FFFFCC;
	border: 1px solid #FF0000;
	color: #FF0000;
	font-family: Arial;
	font-size: 12px;
	padding: 7px 5px 7px 40px;
	text-align: left;
	background-image: url(../images/warning.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.invalid {
	color: #FF0000;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.info {
	background-color: #ffffff;
	border: 1px solid #18771d;
	color: #18771d;
	font-family: Arial;
	font-size: 12px;
	padding: 7px 5px 7px 40px;
	text-align: left;
	background-image: url(../images/info.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/*============================*/
/* CSS For PAGING Starts Here */
div.paging {
	padding : 2px;
	margin: 2px;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	line-height: 25px;
}

div.paging a{
	padding: 2px 5px 2px 5px;
	margin-right:2px;
	border:1px solid #9AAFE5;
	text-decoration:none;
	color:#2e6AB1;
	background-color: #FFFFFF;
}

div.paging a:hover {
	border:1px solid #2B66A5;
	color:#000000;
	background-color:#FFFF80;
}

div.paging span.current {
	padding : 2px 5px 2px 5px;
	margin-right:2px;
	border:1px solid navy;
	font-weight:bold;
	background-color:#2E6AB1;
	color:#ffffff;
}		
div.paging span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right:2px;
	border:1px solid #999999;
	color:#999999;
}
div.paging span.prevnext {
	font-weight:bold;
}
/* CSS For PAGING Ends Here */
/*==========================*/

.tabel{
	border-collapse:collapse;
	background-color: #f9f9f9;
}
.tabel a{
	color: #182528;
	text-decoration: none;
}
.tabel a:hover{
	text-decoration: underline;
}
.table_header {
	color: #182528;
	background-color: #aec9d0;
	height: 30px;
	text-align:center;
}
.order_header {
	color: #182528;
	background-color: #FFFFCC;
	height: 30px;
	margin-bottom: 5px;
	padding: 1px;
	border: 1px solid #FFCC33;
}
.tablecontentunread {
	background-color: #fff6cf;
}
.tablecontent1 {
	background-color: #f9f9f9;
}

.tablecontent2 {
	background-color: #ffffff;
}
.input-text {
	padding: 2px;
	width: 500px;
	border: 1px solid #cccccc;
}
.input-qty {
	padding: 2px;
	width: 50px;
	border: 1px solid #cccccc;
}
.input-select {
	padding: 2px;
	width: 500px;
	border: 1px solid #cccccc;
}
.input-user {
	padding: 2px;
	width: 200px;
	border: 1px solid #cccccc;
}
.textarea-desc {
	height:150px;
}
.textarea-content {
	height:350px;
}
.colorboxdiv {
	height: 15px;
	width: 15px;
	border: 1px solid #999999;
}

.generallink a{
	text-decoration:none;
	font-weight:bold;
	color:#0066CC;
}
.display_order {
	padding: 2px;
	width: 40px;
	border: 1px solid #cccccc;
}

.mceNoEditor {
	border:solid 1px #ccc;
	padding:5px;
	height:100px;
	width:450px;
}

.button_td img{
	margin-bottom:5px;
}

.stock_status_input {
	border:solid 1px #ccc;
	padding:3px;
	height:50px;
	width:280px;
}

#related_cat {
	height:150px;
	overflow-y:scroll;
	overflow-x:hidden;
	border:solid 1px #ccc;
	padding:5px;
}

.gray1 {
	padding:3px;
	background-color:#eee;
}
.gray2 {
	padding:3px;
	background-color:#f6f6f6;
}