


#lowercontent
{
margin-top: 20px;
}

#lowercontent .leftcol
{
margin-left: 60px;
float: left;
width: 600px;
border-top: 0px dashed #B03B42;
}

#lowercontent .leftcol .show h1
{
color: #C7E301;
font-size: 110%;
padding: 6px 0 6px 0;
border-top: 1px dashed #C7E301;
border-bottom: 1px dashed #C7E301;
margin-top: 5px;
margin-bottom: 5px;
}

#lowercontent .leftcol .show h1 img
{
padding-left: 20px;
}

#lowercontent .leftcol .show p
{
text-align: justify;
font-size: 80%;
}

#lowercontent .rightcol
{
margin-left: 685px;
}

#lowercontent .search 
{
opacity: .9;
filter: alpha(opacity = 90);
zoom: 1;
padding-top: 40px;
color: #000000;
}


#lowercontent .search .header
{

background: url(../images/bg/search_right_top.gif) top left no-repeat;
height: 14px;
}

#lowercontent .search .body
{
background: url(../images/bg/search_right_side.gif) top left repeat-y;
height: auto;
padding-left: 10px;
font-size: 90%;
}

#lowercontent .search .footer
{
background: url(../images/bg/search_right_bottom.gif) bottom left no-repeat;
height: 14px;
}


#lowercontent .summary
{
margin-top: 60px;
color:#C7E301;
padding: 15px;
background-color: #000000;
font-size: 120%;
border-top: 1px dashed #C7E301;
text-shadow: #000000 0 0 1px;
}

#lowercontent .contactsales
{
margin-top: 20px;
color:#FFFFFF;
padding: 15px;
background-color: #333333;
font-size: 80%;
}

#lowercontent .contactsales a
{
color:#FFFFFF;
text-decoration: none;
}

#lowercontent .contactsales h4
{
color:#FFFFFF;
background-color: #333333;
font-size: 100%;
font-weight: bold;
}

#lowercontent .tx
{
border-top: 1px dashed #8FE7FE;
border-bottom: 1px dashed #8FE7FE;
color:  #8FE7FE;
min-height: 70px;

}

#lowercontent .logo
{
float: left;

}

#lowercontent .credits img
{
display:block;
}

#lowercontent .credits
{
display:block;
border: 1px solid #000000;
margin-top: 10px;
}

#lowercontent .durations
{
border-top: 1px dashed #C7E301;
border-bottom: 1px dashed #C7E301;
padding-top: 8px;
padding-bottom: 8px;
font-size: 80%;
padding-left: 15px;
}


#lowercontent #toolbar
{
background-color: #C7E301;
text-align: right;
width: 597px;
padding-top: 3px;
padding-bottom: 3px;
height: 25px;
}

#lowercontent #toolbar a
{
color: #000000;
font-size: 80%;
font-weight: bold;
}

#lowercontent #toolbar div
{
float: right;
width: 120px;

}


.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(../images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(../images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color: #efefef;
border-top-width: 5px;
border-right-width: 5px;
border-bottom-width: 5px;
border-left-width: 5px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: Gray;
border-right-color: Gray;
border-bottom-color: Gray;
border-left-color: Gray;
padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 15px;
overflow: auto;
}

#upDeliverable
{
color: #666666;
}

#upDeliverable #pnldeliverables
{
overflow: auto;
height: 400px;
}


#upDeliverable h2
{
color: #666666;
font-size: 110%;
padding: 6px 0 6px 0;
border-top: 1px dashed #333333;
border-bottom: 1px dashed #333333;
margin-bottom: 5px;
}

#upDeliverable ul
{
list-style: none;
padding: 8px;
font-size: 80%;
width: 95%;
}

#upDeliverable li
{
border-bottom: 1px dashed #000000;
padding: 4px;
margin-bottom: 5px;
background-color: #FFFFFF;
}

#upDeliverable ul a
{
color: #333333;
text-decoration: none;
}

#upDeliverable ul a:hover
{
color: #CC0000;
text-decoration: none;
}

.modalPopup .closebtn
{
text-align: right;

}

.modalPopup .closebtn INPUT
{
background-color:#000000;

}

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(../images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(../images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}

#promos
{
z-index: 99 !important;
position: relative;
}



#promos
{
z-index: 98 !important;
position: relative;
}



#promos, #promos ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}


#promos a {
	display: block;
}

#promos li { /* all list items */
	float: right;
	width: auto; /* width needed or else Opera goes nuts */
}

#promos li:hover, #promos li.hover {  
    position: static;  
}  

#promos li ul { /* second-level lists */
	position: absolute;
	width: 100px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#promos li li { /* second-level lists */
	float: none;
	text-align: right;
	width: 100px;
	border-right: 3px solid #898809;
	background: #C7E301;
	padding: 5px;
	margin-left: 0px;
	border-bottom: 0px dashed #FFFFFF;
	padding-bottom: 8px;
	margin-top: -3px;
}

#promos li li a{ /* second-level lists */
	color:#000000;
	font-size: 80%;
	text-decoration: none;
	font-weight: bold;
}

#promos li:hover ul, #promos li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



