/* Default CSS Stylesheet for a new Web Application project */
* {font-family:Arial;font-size:10pt !important;}
a
{
	color:#000000;
}

BODY
{
    margin:0px;
}

html {overflow-y:scroll;}

.hline
{
    height:1px;
    color:#000000;
}


.page_title
{
	color:#000000;
	font-weight:bold;
	font-family:Arial;
	font-size:10pt;
}
.page_title_red
{
	color:#990000;
	font-weight:bold;
	font-family:Arial;
	font-size:10pt;
}

.main_text
{
	font-family:Arial;
	font-size:10pt;
}
.main_text_red
{
	color:#990000;
	font-weight:bold;
	font-family:Arial;
	font-size:10pt;
}
.main_text_link
{
	font-family:Arial;
	font-size:10pt;
	color:#000000;
	font-weight:bold;
}
.item_title
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
}
.item_short_desc
{
	font-family:Arial;
	font-size:10pt;
}
.item_link
{
	color:#990000;
	font-weight:bold;
	font-family:Arial;
	font-size:10pt;
}
.item_display_title
{
	color:#990000;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;
	font-size:10pt;
}

input, .textarea
{
	color:#000000;
	font-family:arial;
	background-color:#FFFFFF;
	font-size:10pt;
	font-weight:normal;
	text-decoration:none;
	border:solid 1 #990000;
}

select
{
	color:#000000;
	font-family:arial;
	background-color:#FFFFFF;
	font-size:10pt;
	font-weight:normal;
	text-decoration:none;
	border:solid 1 #990000;
}

.no_border input
{
	border:solid 0 #FFFFFF;
}


.folder {background:url('folder.jpg') no-repeat;width:145px;height:110px;float:left;padding-top:20px;padding-left:0px;font-size:10pt;margin-right:20px;}
.folder img {margin-left:10px;margin-bottom:5px;width:107px !important;}
.folderA a {text-decoration:none !important;color:Black;cursor:pointer;}
.image {height:92px;}

p {font-size:10pt;}

.back {font-size:10pt;}
a {font-size:10pt; color:#A82020;}

/* ORDERS ADMIN PAGE */

.container
{
	width:735px;
	margin-left:auto;
	margin-right:auto;
}
#divHeader
{
	width:100%;
	text-align:center;
}

#rowHeader
{
	font-weight:bold;
	background-color:#ffffe5;
	height:20px;
	width:585px;
	border:1px solid #000;
}

.field
{
	float:left;
	min-height:20px !important;
	font-size:9pt !important;
	cursor:pointer;
}
.row
{
	width:585px;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
.rowAlt
{
	background-color:#A82020;
	color:White;
	width:585px;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
.leftBorder
{
	border-left:1px solid #000;
}
.a{width:50px;}
.b{width:280px;}
.c{width:130px;}
.d{width:60px;}
.e{width:60px;}

.odetails
{
	font-size:8pt !important;
	width:585px;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	height:100px;
	background-color:#ffffe5;
}