/* CSS Document */

body {
zbackground-color: #FFFFFF;
	margin: 0;
}

.LoginBox {
	background-color: #FFE6BF;
	border: solid 1px #809FFF;
	background-image: url(images/login_img.jpg);
	background-repeat: no-repeat;
	background-position:left;
	height: 152px;
	vertical-align:middle;
}

.LeftEdge {
	background-image:url(images/title_ledge.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 5px;
}

.RightEdge {
	background-image:url(images/title_redge.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 5px;
}

.Config_Icon {
	background-image:url(images/conf_icon.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 28px;
}

.Prod_Icon {
	background-image:url(images/prod_icon.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 28px;
}

.Acc_Icon {
	background-image:url(images/acc_icon.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 28px;
}

.Heading {
	font-family: sans-serif, Arial;
	font-size:16px;
	font-weight: bold;
	color: #000000;
}

.Heading_Blue {
	font-family: sans-serif, Arial;
	font-size:16px;
	font-weight: bold;
	color: #00248F;
}

.Section {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #000000;
}

.Text {
	font-family: sans-serif, Verdana;
	font-size: 12px;
}

.TextBlue {
	font-family: sans-serif, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #00248F;
}

.Text a:link, .Text a:visited {
	color: #0033cc;
	text-decoration: none;
}


.Text a:active, .Text a:hover {
	color: #FF9900;
	text-decoration: none;
}

.TextBold {
	font-family: sans-serif, Verdana;
	font-size: 12px;
	font-weight: bold;
}

.TextBold a:link, .TextBold a:visited {
	color: #0033CC;
	text-decoration: none;
}

.TextBold a:active, .TextBold a:hover {
	color: #FF9900;
	text-decoration: none;
}

#TextBox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 16px;
	border: solid 1px #809FFF;
	padding: 0px;
}

table.Label {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border-top: solid 1px #809fff;
	border-left: solid 1px #809fff;
	background-color: #f8f8f8;
	padding: 4px;
}

table.Label td {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border-bottom: solid 1px #809fff;
	border-right: solid 1px #809fff;
	background-color: #f8f8f8;
	padding: 4px;
}

table.Label td input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: solid 1px #809fff;
	background-color: #ECF1FF;
	color:#000000;
	padding: 2px;
}

input.Label {
	background-color: #ECF1FF;
	color:#000000;
	padding: 2px;
}

table.Label td textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: solid 1px #809fff;
	background-color: #ECF1FF;
	color:#000000;
	padding: 2px;
	width: 300px;
    height: 120px;

}

#Desciption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: solid 1px #809fff;
	padding: 0px;
	background-color: #ECF1FF;
	color:#000000;
	padding: 1px;
}


.Nav_Arrow {
	background-image:url(images/nav_arrow.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 12px;
	width: 12px;
	line-height: 1.5;
	border-bottom: dotted #999999 1px;
}

.MenuItem {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	border-bottom: dotted #999999 1px;
}

.MenuItem a:link, .MenuItem a:visited {
	color:#000000;
	text-decoration: none;
}


.MenuItem a:active, .MenuItem a:hover {
	color: #FF6600;
	text-decoration: none;
}


#DataGrid {
	background-color: #FFFFFF;
	border: solid 1px #809fff;
	border-collapse: collapse
}


#DataGrid th {
	background-color: #809FFF;
	border: solid 1px #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	font-weight:bold;
	line-height: 2;
}

#DataGrid td {
	border: 1px;;
	border-color: #809FFF;
	padding: 2px;
}

.GridRow1 {
	background-color: #ECF1FF;
	font-size: 10px;
	line-height: 2;
}

.GridRow2 {
	background-color: #f8f8f8;
	font-size: 10px;
	line-height: 2;
}


#OuterTable {
	border: solid 1px #809FFF;
}

#OuterTable th {
	background-color: #809FFF;
	border-bottom: solid 1px #809FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.5;
	padding: 4px;
}

/*  NOTICE BOXES */
.infobox, .successbox, .warningbox, .errorbox {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.infobox {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('http://www.phpcart.net/phplicenser/images/info.png');
}

.successbox {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('http://www.phpcart.net/phplicenser/images/success.png');
}

.warningbox {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('http://www.phpcart.net/phplicenser/images/warning.png');
}

.errorbox {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('http://www.phpcart.net/phplicenser/images/error.png');
}

/*  END NOTICE BOXES */

.bio_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: solid 1px #809fff;
	background-color: #ECF1FF;
	color:#000000;
	padding: 2px;
	width: 300px;
    height: 120px;
}
