﻿body, h1, h2, h3, p, ul 
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}

h1
{
	font-size: 160%;
	margin-bottom:5px;
}

h2
{
	font-size: 110%;
}

h3
{
	font-size: 105%;
}
a:link
{
    color:#9E0000;
}
a:hover
{
    color:#9E0000;
}
a:visited
{
    color:#9E0000; 
}

.menu_selected
{
	color: #000000;
}

#features
{
	list-style-image: url(Images/arrow.gif);
	padding-left: 15px;
	padding-top: 15px;
	margin-bottom:10px;
}

	
#menu li a
{
	text-decoration: none;
	color: #fff;
}
	
#menu li, #topmenu li
{
	display:inline;
}

#menu, #menu li, #topmenu, #topmenu li
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
	
#menu li
{
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
}

#menu a
{
font-size:14px;    
}
	
#topmenu li
{
	color: #000000;
	padding-left: 20px;
}

a.norm_but, a.norm_but:link, a.norm_but:visited, a.norm_but:hover, a.norm_but:active
{
	text-align: center;
	font-size: 14px;
	display: block;
	background-image: url(Images/norm_but.gif);
	width: 76px;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

a.big_but, a.big_but:link, a.big_but:visited, a.big_but:hover, a.big_but:active
{
	text-align: center;
	font-size: 14px;
	display: block;
	background-image: url(Images/big_but.gif);
	width: 100px;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

a.xbig_but, a.xbig_but:link, a.xbig_but:visited, a.xbig_but:hover, a.xbig_but:active
{
	text-align: center;
	font-size: 14px;
	display: block;
	background-image: url(Images/xbig_but.gif);
	width: 140px;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

table.list {
	font: Arial, Helvetica, sans-serif;
	border-spacing: 0;
}

table.list thead th {
	background: #DD1F19 url(Images/left_corner.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	padding: .2em .7em .2em .8em;
	text-align: left;
	border-top: 1px solid #fff;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #fff;
}

table.list thead th {
	font-size: 1em;
}

table.list tbody th a, table.list tbody th a:link, table.list tbody th a:visited, table.list tbody th a:hover, table.list tbody th a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

table.list tbody th a:hover {
	text-decoration: underline;
}

table.list td a:link {
	color: #ff0000;
}

table.list tbody th a:visited, td a:visited {
	color: #444;
}

table.list th a:hover, table.list td a:hover {
	text-decoration: none;
}

table.list td {
	background: #fff;
	color: #000000;
	border-top: 1px solid #fff;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #fff;
	padding: 5px;
}

table.list td:hover {
	background: #f3f8fd;
}

table.list tr.odd td {
	background: #eee;
	color: #444;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.list tr.odd td:hover {
	background: #f8f8f8;
}

table.list tfoot th, table.list tfoot td {
	background: #DD1F19 !important;
	padding: .5em .5em .5em .5em !important;
	color: #fff;
}

.input
{
	border: 1px solid #ccc;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active
{
	text-decoration: none;
	color: #ffffff;
}

a.black, a.black:link, a.black:visited, a.black:hover, a.black:active
{
	text-decoration: underline;
	color: #000000;
}

a.white, a.white:link, a.white:visited, a.white:hover, a.white:active
{
	text-decoration: underline;
	color: #ffffff;
}

.content, .Bk, input.norm_but, input.big_but, input.xbig_but
{
	background-color: #ede8e4;
}

input.norm_but, input.big_but, input.xbig_but
{
	text-align: center;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	cursor: pointer;
}

input.norm_but
{
	background-image: url(Images/norm_but.gif);
	width: 76px;
}

input.big_but
{
	background-image: url(Images/big_but.gif);
	width: 100px;
}

input.xbig_but
{
	background-image: url(Images/xbig_but.gif);
	width: 140px;
}

.alert
{
	color: #ff0000;
	font-weight: bold;
}

.margin10
{
    margin-bottom:10px;
}



.myLi
{
    margin-bottom:5px;
    margin-top:5px;
}	


.Component
{
border-bottom:1px solid #9E0000;
padding-right:10px;
padding-top:3px;
padding-bottom:3px;
height:30px;
font-weight:bold;
}
.Requirement
{
border-bottom:1px solid #9E0000;
padding-top:3px;
padding-bottom:3px;
}
#Component_Title{
color:#9E0000;


}
#Requirement_Title{
color:#9E0000;
}

.pack
{
	background-image: url('Images/pack_g.gif');
}

.menuLeft
{
	background-image: url('Images/menu_corner_left.gif');
}

.menuBack
{
	background-image: url('Images/menu_back.gif');
}

.menuRight
{
	background-image: url('Images/menu_corner_right.gif');
}

.yellow_g
{
	background-image: url('Images/yellow_g.gif');
}

.box_bg
{
	background-image: url('Images/bg1.gif');
}