body {
	background-color: #ffffff;

	background-image: url(/background_image.gif);
	background-repeat: repeat-y;
	background-position: 0% 10px;
	
}

#wrap {
	text-align:left;
}

#banner {
	background-color: #F37020;
}

#sidemenu {
	margin-top:2px;
	float:left;
	width: 152px;
	background-color: #023E86;	
}

#content {
	margin-left:152px;

}

#aritcle {
	width: 605px;
	color:#777777;
	padding:10px;
	font-family: Tahoma, Arial, Helvetica;
	font-size:14px;
}

.TwoColRightCol {
 float:left;
 width:290;
}

.TwoColLeftCol {
	float:left;
	padding-right:10px;
	width:290;
}

.FullCol {
	clear:both;
}

.FooterPane {
	float:left;
}
#content td
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color:#7777777;

}

#footer {
	clear: both;
}
#search_bar {
	background-color: #4FB2F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
    
}

#search_box {
	
	
}

#page_title {
	float:left;
	width:100px;

}





.OpenSpecTable
{
	color:#777777;
	font-size:11px;
	border: 1px solid #777777;
}


.OpenSpecTable td
{
	border-bottom:1px solid #777777;
}

#SimpleMenu { 
	
}

#SimpleMenu ul
{
	padding: 0;
	list-style: none;
	font-family: arial, Helvetica, sans-serif;
	font-size:0.85em;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
	margin-left:5;
}

#SimpleMenu ul ul ul
{
	font-size:0.95em;
	font-weight:normal;
}



#SimpleMenu li 
{ 
	margin: 0 0 1px 0; 
	list-style: none;
}

#SimpleMenu a
{
	display: block;
	width: 100%;
	color: #fff;
	background-color:#023E86;
	text-decoration: none;
	border-left:10px solid #ffffff;
	padding:5px 2px 2px 15px;
}

#SimpleMenu ul ul a {
	border-left:0px;
	padding-left:15px;
}

html>body #SimpleMenu li a {
	width: auto;
}


#SimpleMenu a:hover
{
	color: #FFFFFF;
	background-color:#F37020;
	text-decoration: none;
}

.ControlPanel, .PagingTable {

    background-color:  #000066;
}

#SimpleMenu .SimpleMenuTopCrumb {
	background-color: #F37020;
	border-left-color:  #F37020;
}


#SimpleMenu .SimpleMenuCrumb {
	background-color: #F37020;
	border-left-color:  #F37020;
	background-image: url(/down_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}


#SimpleMenu .SimpleMenuSelected {
	background-color: #F37020;
	border-left-color:  #F37020;
}

#SimpleMenu .SimpleMenuSelectedHighlighted {
	background-color: #F37020;
	border-left-color:  #F37020;
}

#SimpleMenu .SimpleMenuHasNodes {
	background-image: url(/in_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	border-left:5px solid #ffffff;
}

#SimpleMenu .SimpleMenuLeaf {
	border-left:5px solid #ffffff;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	background-image: url(/leaf.gif);
}

#SimpleMenu .SimpleMenuLeafHighlighted {
	border-left:5px solid #ffffff;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	background-image: url(/leaf.gif);
		background-color: #4FB2F1;
}



#SiteMap {
  font-family:Arial;
 font-size:12px;

}

#SiteMap li{
	list-style-type: square;	
}

#SiteMap ul{
  margin-left:15px;
  padding-left:15px;
  padding-bottom:15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #777777;
}

.Orange {
  color: #F37020;
}


.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #777777;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #777777;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #777777;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: #777777;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalCheckBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: #777777;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link, A.CommandButton:link {
    text-decoration:    underline;
    color: #F37020;
}

a:visited, A.CommandButton:visited  {
    text-decoration:    underline;
    color: #F37020;
}

a:active, A.CommandButton:active   {
    text-decoration:    underline;
    color: #4FB2F1;
}

a:hover, A.CommandButton:hover    {
    text-decoration:    underline;
    color: #4FB2F1;
}

img {
 border:0;

}


.FormTable td {
   padding:4px;

}

td {
 color:#777777;
}

