/* Main Colors:
Site DarkBlue(Main) - #31659C (49,101,156)
Site Blue(Requirement) - #4abbff (74,177,255)
Site Orange(Bugs) - #ff9668 (255,150,104)
Site Green(Tests) - #87b96b (135,185,107)
Site Yello(Tasks) - #ffd738 (255,215,56)
Links silver - #f0f0f0
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963; text-decoration:underline;}
a:hover {color: #C60;}

body 
{
    background-color:#f0f0f0;
}
strong,b
{
    font-weight:600;
}
s
{
    font-size:smaller;
}
p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

/* navigation */
.navigation {
	background: #31659C;
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 27px;
	color: #f0f0f0;
}
.navigation a {
	background: #31659C;
	border-right: 1px solid #AFBEC7;
	color: #f0f0f0;
	display: block;
	float: left;
	line-height: 27px;
	padding: 0 20px;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
.navigation a:hover 
{
    background-position: left bottom; 
	color: #f0f0f0;
	background: #ff9668;
    text-decoration: none;
}

.Add
{
  	font-weight: bold;
	color:red;
}
.Add A
{
  	font-weight: bold;
	color:#ff9668;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}

/* Tables */
.MyTable
{
    padding:10px;
    HEIGHT: 120px;
	border: dotted 1px #31659C;
}
.MyNewsTable
{
    padding:0px;
    background-color:#31659C;
}
.MyNewsTableInner
{
    background: url(../img/square.gif) no-repeat;
    padding:0px;
    height:300;
    width:190px;
}
.MyNewsTableHeader
{
  	font-size: 10pt;
	font-weight:600;
	color: #f0f0f0;
    background-color:#ff9668;
    text-align:center;
    height:30px;
}
.MyNewsTableHeader td
{
  	padding-left: 2px;
  	padding-right: 2px;
}

.TablePackage{
	border: solid 1px Aqua;
	width:100%;
	height:120px;
}
.TableHeader
{
    background-position: left bottom; 
	color: #f0f0f0;
	
	background: #ff9668;
    text-decoration: none;
	height: 18px;
	font-size: 12px;
	font-weight: 600;
}
.TableBody{
	height:100%;
	vertical-align:top;
	padding:10px 10px 10px 10px;
	border-style: none; 
}
.TableBody td{
	padding:10px 10px 10px 10px;
	border-style: none; 
}
.TableListLeft{
	vertical-align:top;
	padding:10px 10px 10px 10px;
	border-style: none; 
	font-weight:bold;
}
.TableTR1
{
    background-color: #E5E5E5;
	border-style: none; 
}


/* box that uses full width of maincontent area */
.mainboxfull
{
	margin-top: 20px;
	padding: 15px;
	background-color: white;
}

/* box for pages that use a side menu */
.mainboxside
{
	padding: 15px;
	width: 100%;
	background-color: white;
	border: #999999 1px solid;
	float: right;
}


.headerfont
{
	font-size: 13pt;
	color: #0e429c;
}

/* invisible container to hold items on page that has side menu, using full width */
.containerside
{
	padding-top: 15px;
	width: 640px;
	float: right;
}

/* box with no set width */
.box
{
	padding: 15px;
	background-color: white;
	border: #999999 1px solid;
}

/* styles for side menu control */
.sidemenu
{
	float:left;
	width:140px;
}

.container {
	margin:5px;
	padding:0 20px 15px 20px;
	border:1px solid #999999;
	background-color:#FFFFFF;
}

.featurelist 
{
	padding: 5px;
	border-left: #999999 1px solid; 
	border-top: #999999 1px solid; 
    font-family: Verdana;
}

/* default hyperlinks */
a {COLOR: #0e429c; TEXT-DECORATION: underline}
a:hover {TEXT-DECORATION: none}

/* apply this to menus to override default hyperlink behavior */
.menulink a:hover {TEXT-DECORATION: none}

.header 
{
    padding:10px;
    background-color: #31659C;
	HEIGHT: 45px;
	FONT-FAMILY: Verdana, Arial, Geneva; 
	font-size:10px;
	COLOR: #f0f0f0; 
}
.header A {
	COLOR: #f0f0f0; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none
}
.header A:hover {
	COLOR: #f0f0f0; 
	background-color: #31659C;
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none
}
.footer {
	FONT-SIZE: 9px; 
	COLOR: gray; 
	FONT-FAMILY: Verdana, Arial, Geneva; 
	HEIGHT: 14px;
	vertical-align:bottom;
}

HR {
	COLOR: #c8c8c8; 
}

td.mainnav 
{ 
    width: 40%; 
    height: 25px; 
    background-color: white; 
    padding-left: 5px; 
    padding-right: 5px; 
    padding-bottom:5px;
    border: 1px solid #87b96b; 
    vertical-align: top;
    text-align: left;
    position:relative;top:0px;left:0px;
} 
td.mainnavswap 
{ 
    width: 40%; 
    height: 25px; 
    padding-left: 5px; 
    padding-right: 5px; 
    padding-bottom:5px;
    border: 1px solid #87b96b; 
    vertical-align: top;
    text-align: left;
    position:relative;top:0px;left:0px;
} 
 

