/*********************************************/
/* Standard CSS File for Microsoft Templates */
/*********************************************/
/* Edit the "#header", "#headerSmall" and    */
/* "#footer" sections as needed for the      */
/* template that you are working with.  To   */
/* edit, comment the parts that you do not   */
/* need and un-comment the parts that you do */
/* need.                                     */
/*                                           */
/* If you would like to add your own styles, */
/* scroll down to the "Site Specific Styles" */
/* section and add your styles there.        */
/*                                           */
/* Do not edit any other part of this file.  */
/*********************************************/

body#nav{
    /* If you are using the left navigation, uncomment the following line of code. */
    /* If you are not using the left navigation, comment the following line of code. */
	/*background:#fff url(../images/nav.gif) repeat-y;*/
}
#header{
    /* For any Microsoft branded template, un-comment the following lines of code: */
    /*background:url(../images/header_rpt.gif) repeat-x;
    border-bottom:1px solid #039;*/

    /* For any Microsoft Windows Vista branded template, un-comment the following lines of code: */
    /*background:url(../images/header_rpt.jpg) repeat-x;
    border-bottom:1px solid #999;*/

    /* For any Microsoft Windows Server System branded template, un-comment the following lines of code: */
    /*background:url(../images/header_rpt.gif) repeat-x;
    border-bottom:1px solid #a7a7a7;*/

    /* For any Microsoft Office branded template, un-comment the following lines of code: */
    /*background:url(../images/header_rpt.gif) repeat-x;
    border-bottom:1px solid #999;*/

    /* For any Microsoft Partner Program branded template, un-comment the following lines of code: */
    /*background:url(../images/header_rpt.gif) repeat-x;
    border-bottom:1px solid #f48044;*/
}
#headerSmall{
	background-color:#fff;
	border-bottom:1px solid #013366;
	
    /* For any Microsoft branded template, un-comment the following lines of code: */
    /*background-color:#fff;
    border-bottom:1px solid #039;*/

    /* For any Microsoft Windows Vista branded template, un-comment the following lines of code: */
    /*background-color:#1694ba;
    border-bottom:1px solid #999;*/

    /* For any Microsoft Windows Server System branded template, un-comment the following lines of code: */
    /*background-color:#cdcdcd;
    border-bottom:1px solid #a7a7a7;*/

    /* For any Microsoft Office branded template, un-comment the following lines of code: */
    /*background-color:#ffd87b;;
    border-bottom:1px solid #999;*/
    
    /* For any Microsoft Office 12 branded template, un-comment the following lines of code: */
    /*background-color:#febc7a;
    border-bottom:1px solid #999;*/

    /* For any Microsoft Partner Program branded template, un-comment the following lines of code: */
    /*background-color:#fff;
    border-bottom:1px solid #f48044;*/
}
#footer{
	/* Do not edit the next few lines! */
	position:relative;
	clear:both;
	width:100%;
	margin-top:10px;
	font-size:1.1em;
	/* You may now edit! */
	background-color:#013366;

	/* For any "standard" Microsoft branded pages, un-comment the following lines of code: */
	/*border-top:1px solid #039;
	background:#408cda url(../images/footer.gif) repeat-y top left;*/

	/* For any Microsoft Windows Vista branded pages, un-comment the following lines of code: */
	/*border-top:1px solid #999;
	background:#83abcd url(../images/footer.gif) repeat-y top left;*/

	/* For any Microsoft Windows Server System branded pages, un-comment the following lines of code: */
	/*border-top:1px solid #a7a7a7;
	background:#d4dbe1 url(../images/footer.gif) repeat-y top left;*/

	/* For any Microsoft Office branded pages, un-comment the following lines of code: */
	/*border-top:1px solid #999;
	background:#ffc287 url(../images/footer.gif) repeat-y top left;*/

	/* For any Microsoft Partner Program branded pages, un-comment the following lines of code: */
	/*border-top:1px solid #f48044;
	background:#f48044 url(../images/footer.gif) repeat-y top left;*/
}

/*****************************/
/* Site Specific Styles      */
/* Add your own styles here! */
/*****************************/
td#headerLeft{
	margin:0;
	padding:0;
	width:500px;
	height:103px;
	text-align:left;
}
td#headerCenter{
	margin:0;
	padding:0;
	width:100%;
	height:103px;
	text-align:left;
	background:url(../images/header_rpt.gif) repeat-x;
}
td#headerRight{
	margin:0;
	padding:0;
	width:250px;
	height:103px;
	text-align:right;
}
#titleBoxShot{
	margin:0;
	padding:0;
	height:184px;
	width:160px;
	background: url(../images/title_rpt.gif) repeat-x;
}
#titleText{
	margin:0;
	padding:0;
	height:184px;
	/*width:100%;*/
	background: url(../images/title_rpt.gif) repeat-x;
}
#footer p,#footer a,#footer a:link,#footer a:visited{color:#fff;}
#footer a:hover,#footer a:active{color:#f60;}
#BannerLink a:link, a:visited
{
	color:#fff;
	text-decoration:none;
	
}
#BannerLink a:hover
{
	color:White;
	text-decoration:underline;
	
}
h1.freetrial {color:#4284B8; font-weight:normal; margin-bottom:0px;}
h1.confirmation {color:#4284B8; font-weight:normal; margin-bottom:0px;}
/********************************/
/* DO NOT EDIT BELOW THIS LINE! */
/********************************/

/* Page Layout: General */
html{
    height:100%;
}
body{
    height:100%;
    margin:0;
    font:62.5% Verdana,Arial,Helvetica,sans-serif;
}
#page{
	position:relative;
	min-height:89.5%;
}
* html #page{
    height:89.5%;
}
img{
    border:none;
}

/* Page Layout: Header */
#header p,#header img,#headerSmall p,#headerSmall img{
    margin:0;
    padding:0;
}

/* Page Layout: Navigation */
#navigation{
	width:180px;
	vertical-align:top;
	text-align:left;
	margin:0;
	padding:0;
}
#navigation p{
	margin:0;
	padding:5px 5px 5px 10px;
	font-size:1em;
	font-weight:bold;
}
div.line{
	margin:0;
	padding:0;
	border-bottom:1px solid #999;
}
#navigation ul{
    margin:0;
    padding:0;
    list-style:none;
}
#navigation a,#navigation a:link,#navigation a:visited{
	display:block;
	width:165px;
	padding:3px 0 3px 15px;
	color:#000;
	text-decoration:none;
}
#navigation a:hover{
	background:#ccc;
	color:#000;
	text-decoration:none;
}
#navigation a:active{
	background:#999;
	color:#000;
	text-decoration:none;
}

/* Page Layout: Toolbar */
#toolbar{
	margin:0;
	padding:0;
	width:100%;
	background:#f1f1f1;
	border-bottom:1px solid #8a8a8a;
}
#toolbar ul{
	list-style:none;
	margin:0;
	padding:0;
}
#toolbar ul li{
	display:block;
	float:left;
	padding:3px 6px 2px 6px;
}

/* Page Layout: Box Shot */
#boxshot{
	width:180px;
	vertical-align:top;
	text-align:center;
	margin:0;
	padding:10px;
}

/* Page Layout: Right Column */
#rcol{
    width:180px;
    vertical-align:top;
    text-align:left;
    margin:0;
    padding:10px;
    font-size:1.1em;
}

/* Page Layout: Content */
#content{
    margin:0;
    padding:10px;
    font-size:1.1em;
    vertical-align:top;
    text-align:left;
}

/* Page Layout: Footer */
#footer p{
    margin:0;
    padding:10px 0 0 10px;
}
#footer p.last{
    padding-bottom:10px;
    background:url(../images/logo.gif) no-repeat bottom right;
}
#footer img{
    margin:0;
    padding:0;
    float:right;
}

/* Styles: Tables */
.tableBorder{
	border:1px solid #408cda;
	color:#333;
}
.tableHeader{
	/*background-color:#408cda;*/
}
.tableRow{
	vertical-align:top;
}
.tableCell{
    color:#333;
    font:11px Verdana,Arial,Helvetica,sans-serif;
    line-height:130%;
	white-space:nowrap;
}
.ocHeader,.roHeader{
	vertical-align:top;
	color:#333;
    font:11px Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
}
.roHeader{
	width:225px;
}
.ocHeader{
	width:175px;
}

/* Styles: Links */
a,a:link{
	color:#036;
	text-decoration:underline;
}
a:hover,a:active{
	color:#f60;
	text-decoration:underline;
}
a:visited{
	color:#036;
	text-decoration:underline;
}

/* Styles: Fonts */
h1,h2,h3,h4,h5,h6,big,small{
	margin:0;
	padding:10px 0;
}
h1{
	font-size:2em;
}
h2,big{
	font-size:1.8em;
}
h3{
	font-size:1.6em;
}
h4{
	font-size:1.4em;
}
h5,h6{
	font-size:1.2em;
}
small{
	font-size:.9em;
}
.warning{
	color:#f30;
}
.instruction{
	color:#333;
}

/* Styles: From Commerce Server */
.regText,.regTextBold{
	font-size:1.1em;
	color:#000;
}
.regTextBold{
	font-weight:bold;
}
.regTextTitle{
	font-size:1.4em;
	font-weight:bold;
	color:#000;
}

/* Styles: From CCS */
.bodyText,.bodyTextBold,.formText{
    color:#333;
    font:11px Verdana,Arial,Helvetica,sans-serif;
}
.bodyText{
    line-height:130%;
}
.bodyTextDisabled{
    color:#ccc;
    font:11px Verdana,Arial,Helvetica,sans-serif;
}
.bodyTextSmall,.bodyTextSmallBold,.bodyTextSmallItalic,.formTextRequired,.formTextRequiredSmall,.formInput,.formInputMedium.formInputLarge{
    color:#333;
    font:10px Verdana,Arial,Helvetica,sans-serif;
    text-decoration:none;
}
.formInputSmall{
	width:50px;
}
.formInputMedium{
	width:356px;
}
.formInputLarge{
	width:529px;
}
.bodyTextSmallItalic{
    font-style:italic;
}
.bodytextSmallError{
    color:#C33;
    font:10px Verdana,Arial,Helvetica,sans-serif;
    text-decoration:none;
}
.bodyTextLarge,.bodytextLargeBold{
    color:#333;
    font:12px Verdana,Arial,Helvetica,sans-serif;
}
.bodyTextLarge,.formText{
    text-decoration:none;
}
.bodyTextBold,.bodyTextSmallBold,.formTextRequired,.formTextRequiredSmall,.bodyTextLargeBold{
    font-weight:bold;
}
.bodyLink{
    color:#3b57b2;
    font:11px Verdana,Arial,Helvetica,sans-serif;
    text-align:left;
    text-decoration:underline;
}
.bodyLinkSmall{
    color:#3b56b2;
    font:10px Verdana,Arial,Helvetica,sans-serif;
    text-decoration:underline;
}
.bodyLinkSmallError{
    color:#c33;
    font:10px Verdana,Arial,Helvetica,sans-serif;
    text-decoration:underline;
}
.bodyLink:hover,.bodyLinkSmall:hover,.bodyLinkSmallError:hover{
    color:#f60;
    text-decoration:underline;
}
.bodyHeader{
    color:#333;
    font:15px Verdana,Arial,Helvetica,sans-serif;
    font-weight:bold;
}
.sectionHeader{
    color:#333;
    font:11px Verdana,Arial,Helvetica,sans-serif;
    font-weight:bold;
    text-decoration:none;
    height:22px;
    background:url(../images/bar_background.gif) repeat-x;
}
.button{
    color:#333;
    font:11px Tahoma,Arial,Helvetica,sans-serif;
}
.boxExpanded{
    display:block;
    visibility:visible;
}
.boxCollapsed{
    display:none;
    visibility:hidden;
}

/* Styles: Form Elements */
fieldset{
	font-size:1em;
	border:1px solid #999;
}
legend{
	font-weight:bold;
	color:#000;
}
label{
	font-size:1em;
	font-weight:bold;
	margin:2px;
}
input,select,textarea{
	font:1em Tahoma,Arial,Helvetica,sans-serif;
	color:#333;
}
input.smallText{
	width:150px;
}
input.mediumText{
	width:356px;
}
input.largeText{
	width:529px;
}
input.checkbox,input.radio{
	width:12px;
	height:12px;
	margin:2px;
}
select{
    width:256px;
}
select.selectXS{
	width:73px;
}
select.selectSmall{
	width:165px;
}
select.selectMedium{
	width:362px;
}
textarea{
    width:500px;
    height:100px;
}

/* Error Page Specific Styles */
table#errortable{
    width:90%;
    margin:0 auto;
    padding:0;
    border-top:1px solid #e6e6e6;
}
td#left{
    border-right:1px solid #e6e6e6;
    text-align:left;
    vertical-align:top;
}
td#right{
    text-align:left;
    vertical-align:top;
}