/*--------------------Admin Status Bar---------------------*/
.adminBar
{
    width: 400px;
    border-right: #000000 1px dotted;
    border-top: #000000 1px dotted;
    font-weight: bold;
    font-size: 12px;
    z-index: 999;
    left: 0px;
    border-left: #000000 1px dotted;
    border-bottom: #000000 1px dotted;
    font-family: Arial;
    position: absolute;
    top: 0px;
    background-color: #ffffcc;
    color: #000000;
    text-align: center;
}

.exampleBox
{
    border-right: #000000 1px dashed;
    border-top: #000000 1px dashed;
    font-size: 11px;
    border-left: #000000 1px dashed;
    border-bottom: #000000 1px dashed;
    font-family: 'Courier New';
    background-color: #efefef;
    padding: 8px;
    width: 95%;
}

.exampleBox_styles
{
    border: dashed 1px #000000;
    padding: 8px;
    width: 95%;
}
/*--------------------Page Items---------------------*/
* 
{
    margin:0;
    padding:0
}
h1, h2, h3, h4, h5
{
    color: #295d87;
}
body
{
    font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
    background-position: left top;
    background-image: url(images/bg.gif);
    background-repeat: repeat-x;
    background-color: #E7E9EA;
    font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
strong
{
    font-family: Arial;
    font-size: 12px;
}

body li
{
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 25px;
    padding: 3px 0px;
}

body li li
{
    list-style-type: circle;
}

body li li li
{
    list-style-type: square;
}

a:link
{
    color: #87a03c;
    text-decoration: underline;
}

a:hover
{
    color: #87a03c;
    text-decoration: none;
}

a:visited
{
    color: #87a03c;
    text-decoration: underline;
}

a:visited:hover
{
    color: #87a03c;
    text-decoration: none;
}

.buttonSmall
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
    border: solid 1px #000000;
    background-color: #185190;
}

.orangeBtn
{
    background-image: url(images/orangeBtn.gif);
    background-repeat: repeat-x;
    background-color: Orange;
    cursor: pointer;
}

.noBorder
{
    border: none;
}

.itemPrintControl
{
    
    float: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
	-moz-opacity: 0.5; /* Mozilla */
	opacity: 0.5; /* CSS3 */
}

.post
{
    padding-bottom: 15px;
}

.postTitle
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
    padding-top: 10px;
}

.postTitle a:link
{
    color: #295D87;
    text-decoration: underline;
}

.postTitle a:hover
{
    color: #295D87;
    text-decoration: none;
}

.postTitle a:visited
{
    color: #295D87;
    text-decoration: underline;
}

.postTitle a:visited:hover
{
    color: #295D87;
    text-decoration: none;
}

.postDate
{
    font-style: normal;
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
}

.postContent
{
    padding-top: 5px;
}


/*--------------------ID Items---------------------*/
#LeftShadow
{
    width: 865px;
    background-position: left top;
    background-image: url(images/bg_text.gif);
    padding-left: 17px;
    padding-right: 17px;
    background-color: #e7e9ea;
    background-repeat: no-repeat;
}
#wrapper 
{
	width: 865px;
	margin: 0px auto 0px auto;
	text-align: left;	
}
#BottomShadow
{
    width: 899px;
    height: 18px;
    background-position: left top;
    background-image: url(images/bottom_bar.gif);
    background-repeat: no-repeat;
}
#StatusBar
{
    text-align: right;
    font-size: 8pt;
    height: 26px;
    width: 508px;
    float: right;
    clear: right;
    background-image: url(images/LoginStatusBack.gif);
    background-repeat: repeat-x;
}

#LoginBtn
{
    float: right;
}

.StatusBar_left
{
    width: 100%;
    height: 100%;
    background-image: url(images/LoginStatusBack_left.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.statusBar_right
{
    width: 100%;
    height: 100%;
    background-image: url(images/LoginStatusBack_right.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.statusBar_text
{
    height: 100%;
    padding-right: 12px;
}

#StatusBar a:link, #StatusBar a:visited
{
    color: #295D87;
}

#StatusBar a:hover
{
    color: #000000;
}

#StatusBar *
{
    vertical-align: -40%;
}

.downloadSection
{
    width: 70%;
    background-color: #F3F7FB;
    border: dotted 1px #000000;
    
}
/*--------------------Master Home Page---------------------*/
#HomePage_Header
{
    width: 869px;
    padding-left: 17px;
    padding-right: 15px;
    height: 95px;
    overflow: hidden;
    clear:both;
}
#HomePage_Logo
{
    float: left;
    width: 169px;
    height: 95px;
    clear: left;
    overflow: hidden;
}
#HomePage_LoginButton
{
    width: 691px;
    height: 26px:
    float: right;
    clear: right;
    overflow: hidden;
}
#HomePage_TopRight
{
    width: 513px;
    height: 41px;
    float: right;
    clear: right;
    overflow: hidden;
}
#HomePage_TopRight_content
{
    margin: 8px 10px 0px 0px;
}
#HomePage_TopNavigation
{
    width: 693px;
    height: 28px;
    float: right;
    clear: right;
    padding-right: 5px;
}
#HomePage_SubHeader
{
    height: 165px;
    clear: both;
}
#HomePage_Sep
{
    width: 100%;
    height: 10px;
    background-image: url(images/bg_main_sep_02.png);
    background-repeat: repeat-x;
    clear: both;
    padding: 0px;
    margin: 0px;
}

#HomePage_Main
{
    /* background-color:green; */
    float: left;
    width: 590px;
    margin: 0px;
    padding: 0px;
    height: 158px;
    background-position: center center;
    background-image: url(images/Home_btmlft_06.png);
    background-repeat: no-repeat;
}
#HomePage_ContentHolder
{
    /* background-color: Yellow;  */
    
    position: relative;
    left: 30px;
    top: 20px;
    width: 530px;
    height: 130px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}
#HomePage_ContentText
{
    padding-top: 5px;
}

/*
#HomePage_ContentHolderMiddle
{
    background-color:green;
    float: left;
    position: relative;
    left: 30px;
    top: 178px;
    width: 530px;
    height: 130px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    background-position: center center;
    background-image: url(images/Home_btmlft_06.png);
    background-repeat: no-repeat;
}
#HomePage_ContentHolderMiddle
{
    background-color: Yellow;
    position: relative;
    left: 30px;
    top: 20px;
    width: 530px;
    height: 130px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}
*/

#HomePage_SideBar
{
    /* background-color: Maroon; */
    
    width: 247px;
    float: right;
    padding: 3px 10px 0px 10px;
    /* height: 390px; */
    height: 523px;
    overflow: hidden;
}
#HomePage_SideBarButtons
{
    position: absolute;
    top: 428px;
    clear: both;
    width: 245px;
    /* height: 338px; */
    height: 258px;
    margin: 0px;
    padding: 0px;
    background-position: center left;
    background-image: url(images/SideBarButtonsBG3.png);
    background-repeat: no-repeat;
}
#HomePage_MainBottom
{
    /* background-color: #FFEEFF; */
    float: left;
    width: 590px;
    margin: 0px;
    padding: 0px;
    height: 383px;
    background-position: center top;
    background-image: url(images/Home_btmlft_04b.png);
    background-repeat: no-repeat;
}
#HomePage_MainBottomTop
{
    height: 235px;
}
#HomePage_ContentHolderLeft
{
    /* background-color: Orange; */
    clear: both;
    position: relative;
    left: 20px;
    top: 15px;
    width: 240px;
    height: 235px;
    padding: 0px 10px 0px 10px;
    overflow: hidden;
}
#HomePage_ContentLeftText
{
    position: relative;
    top: 30px;
    padding-right: 10px;
}
#HomePage_ContentRightText
{
    position: relative;
    top: 30px;
    padding-right: 0px;
}
#HomePage_ContentHolderRight
{
    /* background-color: Purple; */
    clear: right;
    position: relative;
    left: 310px;
    top: -220px;
    width: 238px;
    height: 200px;
    padding: 0px 10px 0px 10px;
    overflow: hidden;
}
#HomePage_MoreButtonLeft
{
    clear: both;
    position: absolute;
    left: 155px;
    top: 185px;
    width: 100px;
    height: 100px;
}
#HomePage_MoreButtonRight
{
    position: absolute;
    left: 155px;
    top: 185px;
    width: 100px;
    height: 100px;
}
#HomePage_MainBottomRow
{
    /* background-color: #FFFFEE; */
    float: left;
    width: 578px;
    margin: 0px;
    padding-left: 14px;
    padding-right: -2px;
    height: 140px;
    background-position: center center;
    background-image: url(images/Home_btmlft_08.png);
    background-repeat: no-repeat;
}
#HomePage_MainBottomRowContentHolder
{
    position: relative;
    left: 15px;
    top: 15px;
    width: 530px;
    height: 120px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}
#HomePage_Footer
{
    clear: both;
    min-height: 50px;
    font-size: 8pt;
    color: #858585;
    padding: 15px 0px 15px 20px;
}

#HomePage_Footer a:link
{
    font-size: 8pt;
    color: #858585;
}
#HomePage_Footer a:visited
{
    font-size: 8pt;
    color: #858585;
}
/*--------------------Master Sub Page---------------------*/
#SubPage_Header
{
    width: 869px;
    padding-left: 17px;
    padding-right: 15px;
    height: 95px;
    overflow: hidden;
    clear:both;
}
#SubPage_Logo
{
    float: left;
    width: 169px;
    height: 95px;
    clear: left;
    overflow: hidden;
}
#SubPage_LoginButton
{
    width: 691px;
    height: 26px:
    float: right;
    clear: right;
    overflow: hidden;
}
#SubPage_TopRight
{
    width: 543px;
    height: 41px;
    float: right;
    clear: right;
    overflow: hidden;
}
#SubPage_TopRight_content
{
    margin: 8px 10px 0px 0px;
}
#SubPage_TopNavigation
{
    width: 693px;
    height: 28px;
    float: right;
    clear: right;
    padding-right: 5px;
}
#SubPage_bgExtend
{
    background-color: #F1F5F9;
}
#SubPage_SubHeader
{
    height: 144px;
    clear: both;
}
#SubPage_SideBar_Left
{
    /* background-color: Maroon; */
    
    width: 147px;
    float: left;
    clear: left;
}
#SubPage_SideBar_Left_MainArea
{
    padding: 0px 5px;
}
#SubPage_Main 
{
    background-color: #ffffff;
	float:left;
	width: 480px;
	min-height: 500px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 25px;
}
#SubPage_MainContent
{
    min-height: 500px;
}
#SubPage_Footer
{
    clear: both;
    font-size: 8pt;
    color: #858585;
    padding-top: 15px;
    padding-bottom: 15px;
}
#SubPage_SideBar
{
    width: 188px;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    
}
#SubPage_SideBar_Top
{
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
#SubPage_Footer a:link
{
    font-size: 8pt;
    color: #858585;
}
#SubPage_Footer a:visited
{
    font-size: 8pt;
    color: #858585;
}
#SubPage_Extender /*--Important-- This stretches the main content area for Firefox*/
{
    clear: both;
    font-size: 8pt;
    color: #858585;
}
/*--------------------Main Master Page---------------------*/
/*------------------(formerly home page)-------------------*/
#Main_Header
{
    width: 869px;
    padding-left: 17px;
    padding-right: 15px;
    height: 95px;
    overflow: hidden;
}
#Main_Logo
{
    float: left;
    width: 354px;
    height: 95px;
    clear: left;
    overflow: hidden;
}
#Main_TopRight
{
    width: 513px;
    height: 41px;
    float: right;
    clear: right;
    overflow: hidden;
}

#Main_TopRight_content
{
    margin: 8px 10px 0px 0px;
}

#Main_TopNavigation
{
    width: 508px;
    height: 28px;
    float: right;
    clear: right;
    padding-right: 5px;
}
#Main_SubHeader
{
    height: 220px;
    clear: both;
}
#Main_Sep
{
    width: 100%;
    height: 10px;
    background-image: url(images/bg_main_sep_02.png);
    background-repeat: repeat-x;
    clear: both;
    padding: 0px;
    margin: 0px;
}

#Main_Main
{
    /*background-color:Aqua;*/
    
    float: left;
    width: 608px;
    margin: 0px;
    padding: 0px;
    height: 260px;
    background-position: center center;
    background-image: url(images/Home_btmlft_03.png);
    background-repeat: no-repeat;
}
#Main_ContentHolder
{
   
    position: relative;
    left: 265px;
    top: 30px;
    width: 315px;
    height: 190px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}
#Main_ContentHolder_SubOne
{
    /*background-color: Lime;*/
    
    position: relative;
    left: 70px;
    top: -35px;
    font-family: Arial Narrow;
    font-size: 12px;
    width: 180px;
    height: 85px;
}
#Main_DemoBtn
{
    width: 143px;
    height: 20px;
    clear: left;
    float: left;
    padding-left: 50px;
    padding-top: 10px;
}
#Main_ShowMe
{
    height: 20px;
    clear: right;
    float: right;
    margin-top: 10px;
}

#Main_SideBar
{
    /*background-color: Maroon;*/
    
    width: 227px;
    float: right;
    padding: 15px 15px 15px 15px;
    height: 230px;
    overflow: hidden;
}
#Main_Header 
{
	clear:both;
}
#Main_Footer
{
    clear: both;
    min-height: 50px;
    font-size: 8pt;
    color: #858585;
    padding: 15px 0px 15px 20px;
}

#Main_Footer a:link
{
    font-size: 8pt;
    color: #858585;
}
#Main_Footer a:visited
{
    font-size: 8pt;
    color: #858585;
}
/*--------------------Sub Master Page---------------------*/
#Sub_bgExtend
{
    background-color: #F1F5F9;
}
#Sub_Main 
{
    background-color: #ffffff;
	float:left;
	width: 480px;
	min-height: 500px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 25px;
}
#Sub_MainContent
{
    min-height: 500px;
}

* html #Sub_MainContent /*IE6*/
{
    height: 500px;
}

#Sub_SideBar_Left
{
    width: 147px;
    float: left;
    clear: left;
}
#Sub_SideBar_Left_MainArea
{
    padding: 0px 5px;
}
#Sub_SideBar
{
    width: 188px;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    
}
#Sub_SideBar_Top
{
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;}

#Sub_SideBar_Top_Request
{
    width: 100%;
    height: 100px;
    background-position: center center;
    background-image: url(images/RightSide_Box.png);
    background-repeat: no-repeat;
}
#Sub_SideBar_Top_Request_Content
{
    text-align: center;
    padding: 20px 18px 10px 18px
}
#Sub_Header 
{
    height: 144px;
    clear:both;
}
#Sub_Footer
{
    clear: both;
    font-size: 8pt;
    color: #858585;
    padding-top: 15px;
    padding-bottom: 15px;
}
#Sub_Extender /*--Important-- This stretches the main content area for Firefox*/
{
    clear: both;
    font-size: 8pt;
    color: #858585;
}
/*------------------Blank Master Page--------------------*/

#Sub_Main_Blank
{
    background-color: #ffffff;
	float:left;
	width: 500px;
	min-height: 500px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 25px;
}
#Sub_SideBar_Blank
{
    width: 300px;
    float: left;
    min-height: 500px;
}
/*------------------Editor CSS Files--------------------*/
.sidebar_quotes
{
    font-weight: bold;
    font-size: 10pt;
    color: #4f7a9d;
    padding: 0px 15px 10px 15px;
}
.sidebar_quotes_author
{
    font-size: 7pt;
}

.contentHeading
{
    font-weight: bold;
    font-size: 16pt;
    color: #295D87;
    padding-bottom: 15px;
}

.contentSubHeading
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 13pt;
    color: #295D87;
    letter-spacing: -1px;
}

.contentSubHeading a
{
    color: #295D87;
}

.mainPageHeading
{
    font-family: Arial;
    font-weight:bolder;
    font-size: 12pt;
    color: #295D87;
    letter-spacing: 0px;
}

.tagline_TopRight
{
    font-family: 'Arial Narrow' , Arial;
    font-weight: bold;
    font-size: 16pt;
    color: #295D87;
    padding-bottom: 15px;
}
.checkBullet
{
    list-style-position: outside;
    list-style-image: url(images/check.gif);
}

.emphasis
{
    font-weight: bold;
    font-size: 13px;
    color: #0f4d7f;
    padding: 0px 15px 10px 15px;
    font-style: italic;
}

.DarkBlueText
{
    color: #000099;
}

.OrangeText
{
    color: #FAA71C;
}

.OrangeText a:link
{
    color: #FAA71C;
}

.OrangeText a:visited
{
    color: #FAA71C;
}

.GreenText
{
    color: #A7C65A;
}

.Verdana85Gray
{
    font-size: 8.5pt;
    color: #747474;
    font-family: Verdana;
}

.Verdana85Blue
{
    color: #295D87;
    font-size: 8.5pt;
    font-family: Verdana;
}

.normalText
{
    font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #295D87;
}

.blackText
{
    color: #000000;
}

.navyText
{
    color: #000066;
}

.noUnderline
{
    text-decoration: none;
}
/*--------------------Static Navigation---------------------*/
#nav_wrapper
{
    width: 503px;
}

#div_default
{
    width: 89px;
    height: 28px;
    clear: left;
    float: left;
}

#dm_home_img:hover
{
    cursor: pointer;
}

#div_about
{
    width: 89px;
    height: 28px;
    clear: none;
    float: left;
}

#div_about:hover
{
    cursor: pointer;
}

#div_products
{
    width: 143px;
    height: 28px;
    clear: none;
    float: left;
}

#div_products:hover
{
    cursor: pointer;
}

#div_support
{
    width: 96px;
    height: 28px;
    clear: none;
    float: left;
}

#div_support:hover
{
    cursor: pointer;
}

#div_contact
{
    width: 86px;
    height: 28px;
    clear: right;
    float: left;
}

#div_contact:hover
{
    cursor: pointer;
}
/*--------------------TopMenu Navigation---------------------*/
#topnav_wrapper
{
    width: 693px;
}

#div_defaulttab
{
    width: 89px;
    height: 28px;
    clear: left;
    float: left;
}

#div_defaulttab:hover
{
    cursor: pointer;
}

#div_productstab
{
    width: 143px;
    height: 28px;
    clear: none;
    float: left;
}

#div_productstab:hover
{
    cursor: pointer;
}

#div_successtab
{
    width: 96px;
    height: 28px;
    clear: none;
    float: left;
}

#div_successtab:hover
{
    cursor: pointer;
}

#div_supporttab
{
    width: 96px;
    height: 28px;
    clear: none;
    float: left;
}

#div_supporttab:hover
{
    cursor: pointer;
}

#div_whatsnewtab
{
    width: 89px;
    height: 28px;
    clear: none;
    float: left;
}

#div_whatsnewtab:hover
{
    cursor: pointer;
}

#div_abouttab
{
    width: 89px;
    height: 28px;
    clear: none;
    float: left;
}

#div_abouttab:hover
{
    cursor: pointer;
}

#div_contacttab
{
    width: 86px;
    height: 28px;
    clear: right;
    float: left;
}

#div_contacttab:hover
{
    cursor: pointer;
}
/*--------------------News List---------------------*/
.newsHeading
{
    font-weight: bold;
    font-size: 14px;
    color: #295D87;
}
.newsdate
{
    font-size: 10px;
    font-weight: bolder;
    color: #87AD1A;
}
.newsSummary
{
    color: #295D87;
    text-decoration: none;
}

/*--------------------Polls List---------------------*/
.poll_bulletList
{
    list-style-type: square;
    list-style-position: outside;
}

/*--------------------Item Templates---------------------*/

.QuotesTemplate
{
    padding-top: 25px;
}

.ShowMeTW
{
    height: 70px;
    background-position: top center;
    background-image: url(images/RightSide_Box.png);
    background-repeat: no-repeat;
}

.ColPanel
{
    overflow: hidden;
}

/*--------------------Registration Wizard---------------------*/

.RW_Wrapper
{
    padding: 20px;
}

.RW_AddPanel_Container
{
    padding: 8px;
    border: dotted 1px #000000;

}

.RW_AddPanel_Form
{

}

.RW_AddPanel_Options
{
    height: 100px;
    width: 280px;
    position: absolute;
    top: 28px;
    left: 290px;
}

.RW_TreeContainer
{
    padding: 8px;
    border: dotted 1px #000000;
   
}

.RW_AddGlobalOptions
{
    padding: 8px;
    border: dotted 1px #000000;
}

/*--------------------User Editing---------------------*/
.editInterface
{
}

.editInterface td
{
    padding: 6px;
}

.editInterface tr:hover
{
}
.editBox textarea
{
    background-color:Lime;
}
.productSelect li
{
    list-style-type: none;
}
.txtExist
{
    font-size: 8pt;
    font-style: italic;
}
#subproductsEdit
{
    width: 150px;
    height: 400px;
    float: right;
    position: relative;
    border: dotted 1px #000000;
    top: 0px;
}
.noBorder
{
    border: none;
}
/*--------------------Blue Box Control---------------------*/

.BlueBox_itemPrintControl
{
    position: relative;
    top: 38px;
    margin-right: 8px;
    float: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE */
    -moz-opacity: 0.9; /* Mozilla */
    opacity: 0.9; /* CSS3 */
    cursor: pointer;
    
}

.BlueBox_RightBox
{
    background-position: right bottom;
    background-image: url(images/BlueBox/bluebox_titles-03.gif);
    background-repeat: no-repeat;
}


.BlueBox_RightBox div
{
    background-position: left bottom;
    background-image: url(images/BlueBox/bluebox_titles.gif);
    background-repeat: no-repeat;
}

.BlueBox_TopMain
{
    background-position: bottom;
    background-image: url(images/BlueBox/bluebox_titles-02.gif);
    background-repeat: repeat-x;
    clear: both;
}

.BlueBox_MainContent
{
    border-left: solid 1px #c9d6e1;
    border-right: solid 1px #c9d6e1;
    clear: both;
    background-color: #f3f7fb;
    padding: 0px 5px 0px 5px;
    overflow: hidden;
}

.BlueBox_BottomMain
{
    padding: 0px;
    background-image: url(images/BlueBox/bluebox_titles_bot-02.gif);
    background-repeat: repeat-x;
    background-position: top;
    height: 5px;
}

.BlueBox_RightBottom
{
    background-position: right top;
    background-image: url(images/BlueBox/bluebox_titles_bot-03.gif);
    background-repeat: no-repeat;
}

.BlueBox_RightBottom div
{
    background-position: left top;
    background-image: url(images/BlueBox/bluebox_titles_bot.gif);
    background-repeat: no-repeat;
}

.BlueBox_SubHeader
{
    height: 0px;
}

.BlueBox_SubHeaderRight
{
    height: 0px;
}

.BlueBox_SubHeaderLeft
{
    height: 0px;
}

/*--------------------Plain Box Control---------------------*/
.BlueShadedBox_RightBox
{
    background-position: right top;
    background-image: url(images/BlueBox/HeaderBarCorners-02.gif);
    background-repeat: no-repeat;
    clear: both;
    height: 11px;
}

.BlueShadedBox_itemPrintControl
{
    position: relative;
    top: 20px;
    margin-right: 8px;
    float: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE */
    -moz-opacity: 0.9; /* Mozilla */
    opacity: 0.9; /* CSS3 */
    cursor: pointer;
}

.BlueShadedBox_RightBox div
{
    background-position: left top;
    background-image: url(images/BlueBox/HeaderBarCorners.gif);
    background-repeat: no-repeat;
}

.BlueShadedBox_TopMain
{
    background-color: #c1d5e9;
    background-image: url(images/BlueBox/HeaderBar.gif);
    background-repeat: no-repeat;
    height: 28px;
    clear: both;
}

.BlueShadedBox_MainContent
{
    padding: 0px 5px 0px 5px;
    overflow: hidden;
}

.BlueShadedBox_Title
{
    color: #ffffff;
    font-size: 20px;
    padding: 0px 5px 3px 5px;
    font-weight: bold;
}

.BlueShadedBox_SubHeader
{
    height: 8px;
}

.BlueShadedBox_SubHeaderRight
{
    height: 8px;
    width: 267px;
    background-position: right top;
    background-image: url(images/BlueBox/HeaderSubShadow_Curve.gif);
    background-repeat: no-repeat;
}

.BlueShadedBox_SubHeaderLeft
{
}



/*--------------------TanBlue Header Control---------------------*/
.TanBlue_MainContent
{

    padding: 10px 5px 0px 5px;
    overflow: hidden;
}

.TanBlue_Title
{
    color: #000099;
    background-color: #CCCC99;
    padding: 4px 5px 4px 5px;
}

/*--------------------WhiteOnBlue Header Control---------------------*/
.WhiteOnBlue_MainContent
{

    padding: 10px 5px 0px 5px;
    overflow: hidden;
}

.WhiteOnBlue_Title
{
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    background-color: #5284DE;
    padding: 4px 5px 4px 5px;
}

/*--------------------BlueOnWhite Header Control---------------------*/
.BlueOnWhite_MainContent
{

    padding: 10px 5px 0px 5px;
    overflow: hidden;
}

.BlueOnWhite_Title
{
    color: #5284DE;
    font-weight: bold;
    font-size: 14px;
    background-color: #ffffff;
    padding: 4px 5px 4px 5px;
    letter-spacing: 1px;
}

.NoBullet
{
    list-style-type: none;
}

.NoBullet li
{
    list-style-type: none;
}

#cs_flashBody
{
    background-color: #ffffff;
    font: .8em/1.3em verdana,arial,helvetica,sans-serif;
    text-align: center;
}

#cs_noexpressUpdate
{
    margin: 0 auto;
    font-family:Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #003300;
    text-align: left;
    background-image: url(images/Sample_nofp_bg.gif);
    background-repeat: no-repeat;
    width: 210px; 
    height: 200px;	
    padding: 40px;
}

.YellowBox
{
    background-image: url(images/YellowBox.gif);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: center;
    height: 70px;
}

.BlueBox
{
    background-color: #E2F2FC;
    border: solid 1px #c9d6e1;
}

