/******************************************************************************
General Formatting
******************************************************************************/
body
{
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: arial, "lucida console", sans-serif;
}

h1
{
    font-size: 16pt;
    font-weight: bold;
}

h2
{
    font-size: 13pt;
    font-weight: bold;
}

h3
{
    font-size: 11pt;
    font-weight: bold;
}

h4
{
    font-size: 10pt;
    font-variant: small-caps;
}

h5
{
    font-size: 10pt;
    font-variant: small-caps;
    text-decoration: underline;
}

h6
{
    font-size: 9pt;
    font-variant: small-caps;
    text-decoration: underline;
    font-style: italic;
}

/******************************************************************************
Standard Content
******************************************************************************/
.standard_content
{
	color: #000000;
	font-size: 8pt;
	font-family: arial, "lucida console", sans-serif;
}

.standard_input
{
	border: solid 1px #666666;
	font-size: 8pt;
	font-family: arial, "lucida console", sans-serif;
}

.standard_button
{
	border: solid 1px #666666;
	font-size: 8pt;
	font-family: arial, "lucida console", sans-serif;
	cursor: hand;
	cursor: pointer;
}

.standard_quote
{
    font-style: italic;
    text-indent: 1em;
    margin-left: 15px;
    z-index: 0;
    width: 95%;
}

/******************************************************************************
Page Component
******************************************************************************/
.component_title
{
	color: #333333;
	font-weight: bold;
	text-align: center;
	font-size: 9pt;
	background-image: url(component_title_background.gif);
	background-repeat: repeat-x;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #CCCCCC;
}

.component_content
{
	background-color: #FFFFFF;
	font-family: arial, "lucida console", sans-serif;
	font-size: 8pt;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding: 2px;
	z-index: 1;
}

/******************************************************************************
FAQs
******************************************************************************/
.faq_question
{
	background-color: #FFFFFF;
	font-family: arial, "lucida console", sans-serif;
	font-size: 8pt;
	padding: 2px;
	z-index: 1;
}

.faq_answer_header
{
	background-color: #FFFFFF;
	font-family: arial, "lucida console", sans-serif;
	font-size: 8pt;
	font-weight:bold;
	padding: 2px;
	z-index: 1;
}

.faq_answer
{
	background-color: #FFFFFF;
	font-family: arial, "lucida console", sans-serif;
	font-size: 8pt;
	padding: 2px;
	z-index: 1;
}

/******************************************************************************
Page Sections
******************************************************************************/
#header
{
	border: 1px solid #666666;
}

.banner
{
	background-image: url(big_banner.jpg);
	border:1px solid Gray;
}
#banner
{
	background-image: url(big_banner.jpg);
}

#menu
{
	font-family: arial, "lucida console", sans-serif;
}

#menu #menutable
{
	font-size: 8pt;
}

#content
{
/*
	border: solid 1px #999999;
	background: #FFFFFF;
*/
}

#footer
{
	font-size: 8pt;
	color: #999999;
}

/******************************************************************************
Notification Formatting
******************************************************************************/
.notifications
{
	background-color: #FFFFFF;
	
}

.notify_confirm_text
{
	color: #336600;
	font-weight: bold;
	border: solid 1px #336600;
	border-left: solid 0px #336600;
}

.notify_confirm_image
{
	border: solid 1px #336600;
	border-right: solid 0px #336600;
}

.notify_info_text
{
	color: #000099;
	font-weight: bold;
	border: solid 1px #000099;
	border-left: solid 0px #000099;
}

.notify_info_image
{
	border: solid 1px #000099;
	border-right: solid 0px #000099;
}

.notify_error_text
{
	color: #CC0000;
	font-weight: bold;
	border: solid 1px #CC0000;
	border-left: solid 0px #CC0000;
}

.notify_error_image
{
	border: solid 1px #CC0000;
	border-right: solid 0px #CC0000;
}

/******************************************************************************
Content Formatting
******************************************************************************/
.content td
{
    font-size: 8pt;    
}

#content th
{
	background-color: #C1DAFF;
	font-weight: bold;
	text-align: center;
	font-size: 9pt;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #CCCCCC;	
}

th
{
	background-color: #AFE3F0;
	font-weight: bold;
	text-align: center;
	font-size: 9pt;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #CCCCCC;	
}

#content th.content_header
{
	color: #333333;
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
	background-image: url(component_title_background.gif);
	background-repeat: repeat-x;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #CCCCCC;
}

th.content_header
{
	color: #333333;
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
	background-image: url(component_title_background.gif);
	background-repeat: repeat-x;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #CCCCCC;
}

.content_content
{
	background-color: #FFFFFF;
	font-family: arial, "lucida console", sans-serif;
	font-size: 8pt;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding: 2px;
	z-index: 1;
}

/******************************************************************************
Navigation Formatting
******************************************************************************/
#nav a
{
	font-weight: bold;
	color: #0066ff;
	font-size: 8pt;
}

#nav a:hover
{
	font-weight: bold;
	color: #ffffff;
	background-color: #0066ff;
	font-size: 8pt;
}

/******************************************************************************
Sidebar Formatting
******************************************************************************/
#sidebar a
{
	font-weight: bold;
	color: #0066ff;
	font-size: 8pt;
}

#sidebar a:hover
{
	font-weight: bold;
	color: #ffffff;
	background-color: #0066ff;
	font-size: 8pt;
}

/******************************************************************************
Menu Formatting
******************************************************************************/
#menu_container .main_style 
{
	background-image: url(menu_background_normal.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#menu_container .submenu
{
	border-left:1px solid #555555;
	border-top:1px solid #555555;
	border-right:1px solid #555555;
}

#menu_container .style
{
	border-bottom:1px solid #555555;
	background-color:#0066ff;
}

#menu_container img
{
	border:0px;
}

#menu_container a
{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color: #ffffff;
}

#menu_container .menu_highlight_style
{
	background-image: url(menu_background_highlight.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#menu_container .submenu a:hover
{
	color:#ffffff;
	background-color:#000099;
}

#menu_container #menu_segway
{
	background-image: url(menu_segway.gif);
	background-repeat: no-repeat;
}

#menu_container #menu_left_end
{
	background-image: url(menu_end.gif);
	background-repeat: no-repeat;
}

#menu_container #menu_right_end
{
	background-image: url(menu_stripes.gif);
	background-repeat: repeat-x;
}

/******************************************************************************
Tile Formatting
******************************************************************************/
.tile_title
{
	color: #333333;
	font-weight: bold;
	text-align: center;
	font-size: 9pt;
	background-image: url(component_title_background.gif);
	background-repeat: repeat-x;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #CCCCCC;
}

.tile_content
{
	background-color: #FFFFFF;
	font-family: arial, "lucida console", sans-serif;
	font-size: 8pt;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding: 2px;
	z-index: 1;
}




.dashboard_catalog
{
	border: 2px solid black;
	text-align:left;
	font-size: 9pt;
	background-color:#FFFFEE;
}
.dashboard_catalog_header
{
	color: #333333;
	font-weight: bold;
	text-align: left;
	font-size: 12pt;
	background-color:Red;
	background-image: url(component_title_background.gif);
	background-repeat: repeat-x;
}
.dashboard_catalog_parttitle
{
	background-color: #C1DAFF;
	font-weight: bold;
	text-align:left;
	font-size: 9pt;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #CCCCCC;
}
.dashboard_catalog_part
{
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #CCCCCC;
}
.dashboard_catalog_instructiontext
{
	font-size:14pt;
}
.dashboard_catalog_editui, .dashboard_catalog_verb, .dashboard_catalog_selectedpartlink, .dashboard_catalog_footer
{
	font-size: 9pt;
}

TH.ConfigSubSection
{
	background-color:#F5F5DC;
	border:1px solid #c0c0c0;
}


/* AJAX Stuff*/


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	margin-top:0px;
	margin-left:0px;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}



#new_menu_container .main_style 
{
	background-image: url(menu_background_normal.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#new_menu_container td
{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color: #ffffff;
	cursor: pointer;
}

#lower_menu .main_style 
{
	background-color:#0054D3;
	background-repeat: repeat-x;
	text-align: center;
}
#lower_menu td
{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color: #ffffff;
	cursor: pointer;
}



#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
	border-bottom:1px solid #555555;
	background-color:#0066ff;
	text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #CCFF9D;
}

/******************************************************************************
levels Formatting
******************************************************************************/

.levels UL {
	list-style: none;
	padding:0px;
	margin:0px;
	display: block;
}

.levels LI {
	display: block;
	padding:0px;
	margin:0px;
}

.levels SELECT {
	width:200px;
}

.levels SPAN {
	font-weight:bold;
}

/******************************************************************************
dashboard tabs Formatting
******************************************************************************/

.dashboardTabs {
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(../../images/tabs/tab_bottom.gif) repeat-x bottom;
}

.dashboardTabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

.dashboardTabs DIV 
{
	float: left;
	background: #f3f3f3;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
}

.dashboardTabs a:link, .dashboardTabs a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

.dashboardTabs DIV.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

.dashboardTabs DIV:hover {
	background: #fff;
}

.dashboardTabs #divDelete 
{
	background:url(../../images/tabs/close_tab.gif) no-repeat;
	width:15px;
	height:15px;
	border:0px;
	margin-right:5px;
	padding:0;
	cursor: pointer;
}

.dashboardTabs #divDelete SPAN
{
	display:none;
}

.dashboardTabs #divAdd 
{
	background:url(../../images/tabs/add_tab.gif) no-repeat;
	width:15px;
	height:15px;
	border:0px;
	margin-right:10px;
	padding:0;
	cursor: pointer;
}

.dashboardTabs #divAdd SPAN
{
	display:none;
}

.dashboardTabs #lnkAddTab 
{
	background: white;
	border: 0;
	text-decoration: none;
	color: #000;
}

#defaultaspx_companytitle
{
	background-color: #C1DAFF;
	font-weight: bold;
	text-align: center;
	font-size: 9pt;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #CCCCCC;
	width:830px;	
}

#defaultaspx_login 
{
	width:830px;
	text-align:center;
	padding-top:10px;
	font-size: 10pt; 
	
}

#defaultaspx_login fieldset 
{
	margin:auto;
	width:200px;
	text-align:left;
	display:block;
	margin-top:10px;
}

#defaultaspx_login label 
{
	display:block;
	font-weight:bold;
}

a.ovalbutton{
    background: transparent url('../../images/NewsBulletin/oval-blue-left.gif') no-repeat top left;
    display: block;
    float: left;
    font: normal 13px Tahoma; /* Change 13px as desired */
    line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
    height: 24px; /* Height of button background height */
    padding-left: 11px; /* Width of left menu image */
    text-decoration: none;
}
a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
    color: #494949; /*button text color*/
}

a.ovalbutton span{
    background: transparent url('../../images/NewsBulletin/oval-blue-right.gif') no-repeat top right;
    display: block;
    padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
    background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
    background-position: bottom right;
    color: black;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
    overflow: hidden; 
    width: 100%;
    text-align:center;
}