﻿/* the background color of the whole site */
body{background-color: #698ec2;}

/* the background behind the dialog box */
.mainPage
{
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #f9f8ee;
	height: 100%;
}

/* the instructional text */
.labFeedback{color:black;}
.confirmTextValues{color:black;}

/* the labels for fields text */
.mainPage, a.dottedLink:link,a.dottedLink:visited,a.dottedLink:active{color: black;}

/* the heading of the main dialog box */
.swpanelHeader{color: #4e678b;font-family: Arial,Helvetica,Verdana;}

/* the main dialog box */
.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div 
{
	 background:transparent url(images/skins/dialog_grey_sharp.png) no-repeat top right ;
}

.ie6 .dialog .content{background:transparent url(images/skins/dialog_grey_sharp.gif) no-repeat top right ;}
.ie6 .dialog .t{background:transparent url(images/skins/dialog_grey_sharp.gif) no-repeat top left ;}
.ie6 .dialog .b{background:transparent url(images/skins/dialog_grey_sharp.gif) no-repeat bottom right ;}
.ie6 .dialog .b div {background:transparent url(images/skins/dialog_grey_sharp.gif) no-repeat bottom left ;}

/* navigation menu */
.tableBackTop{background-image:url(images/skins/tableBackTop_gun_sharp.png);}
.ie6 .tableBackTop{background-image:url(images/skins/tableBackTop_gun_sharp.gif);}
.tableBackMiddle{background-image:url(images/skins/tableBackMiddle_gun_sharp.png);}
.tableBackBottom{background-image:url(images/skins/tableBackBottom.png);}
.ie6 .tableBackBottom{background-image:url(images/skins/tableBackBottom.gif);}

/* inner page borders */
.pageInnerBL{background-image:url(images/skins/page_inner_bottom_left.png);background-position:bottom left;background-repeat:no-repeat;}
.ie6 .pageInnerBL{background-image:url(images/skins/page_inner_bottom_left.gif);}
.pageInnerBR{background-image:url(images/skins/page_inner_bottom_right.png);background-position:bottom right;background-repeat:no-repeat;}
.ie6 .pageInnerBR{background-image:url(images/skins/page_inner_bottom_right.gif);}

/* outer page borders */
.pageTL,.pageTC,.pageTR{background-position:bottom;}
.pageTL{background-image:url(images/skins/page_top_left_sharp.png);height:11px;}
.ie6 .pageTL{background-image:url(images/skins/page_top_left_sharp.gif);}
.pageTC{background-image:url(images/skins/page_top_center_sharp.png);}
.ie6 .pageTC{background-image:url(images/skins/page_top_center_sharp.gif);}
.pageTR{background-image:url(images/skins/page_top_right_sharp.png);}
.ie6 .pageTR{background-image:url(images/skins/page_top_right_sharp.gif);}
.pageBL,.pageBC,.pageBR{background-position:top;}
.pageBL{background-image:url(images/skins/page_bottom_left_sharp.png);height:14px;}
.ie6 .pageBL{background-image:url(images/skins/page_bottom_left_sharp.gif);}
.pageBC{background-image:url(images/skins/page_bottom_center_sharp.png);}
.ie6 .pageBC{background-image:url(images/skins/page_bottom_center_sharp.gif);}
.pageBR{background-image:url(images/skins/page_bottom_right_sharp.png);}
.ie6 .pageBR{background-image:url(images/skins/page_bottom_right_sharp.gif);}
.pageML{background-image:url(images/skins/page_middle_left_sharp.png);background-repeat:repeat;width:11px;}
.ie6 .pageML{background-image:url(images/skins/page_middle_left_sharp.gif);}
.pageMR{background-image:url(images/skins/page_middle_right_sharp.png);background-repeat:repeat;width:11px;}
.ie6 .pageMR{background-image:url(images/skins/page_middle_right_sharp.gif);}

/* buttons */
.swbutton, input.swbutton {border:1px solid #d5bd98; border-right-color:#935e0d; border-bottom-color:#935e0d; background:#ffa822 url(images/skins/btn_bg_submit_orange.gif) left center repeat-x;}
button:active, input.button:active, input.submit:active {border:1px solid #908d8d; border-right-color:#afafaf; border-bottom-color:#afafaf;}
button:hover, input.button:hover, input.submit:hover,input.swbutton,button.swbutton,.swbutton {cursor:pointer;}
button.primary:active, input.swbutton:active {border:1px solid #935e0d; border-right-color:#d5bd98; border-bottom-color:#d5bd98;}

/* breadcrumb link colors */
.breadcrumbs{color:#a9a9a9;}
.breadcrumbs A:link, .breadcrumbs A:hover, .breadcrumbs A:visited{color: #696969 !important;}
