body {font-family: Arial, Verdana;}
.TextXSmall
{
    FONT-SIZE: 7pt;
    FONT-FAMILY: Tahoma, Verdana, Arial
}
.TextSmall
{
    FONT-SIZE: 8pt;
    COLOR: darkslategray;
    FONT-FAMILY: Tahoma, Verdana, Arial
}
.TextMedium
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 70%;
    COLOR: #006666;
    FONT-FAMILY: Tahoma, Verdana, Arial
}
.TextLarge
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 90%;
    COLOR: darkslategray;
    FONT-FAMILY: Tahoma, Verdana, Arial
}
.TextXLarge
{
    FONT-SIZE: 14pt;
    FONT-FAMILY: Verdana, Tahoma, Arial
}
.AddressControl
{
    FONT-SIZE: 8pt;
    Z-INDEX: 1;
    COLOR: darkslategray;
    FONT-FAMILY: Tahoma, Verdana, Arial, Sans-Serif;
    POSITION: absolute
}
.Address
{
    BORDER-RIGHT: #cccccc 1px solid;
    BORDER-TOP: #cccccc 1px solid;
    BORDER-LEFT: #cccccc 1px solid;
    COLOR: darkslategray;
    BORDER-BOTTOM: #cccccc 1px solid;
    BACKGROUND-COLOR: #eef2f7
}
.AddressHeader
{
    BACKGROUND-COLOR: white
}
.AddressHeaderText
{
    FONT-WEIGHT: 600;
    FONT-SIZE: 70%;
    COLOR: #333366;
    FONT-FAMILY: Arial, 'Times New Roman', Tahoma, Verdana;
    TEXT-ALIGN: center
}
.TextSmallDarkSlateGrey
{
    FONT-SIZE: 8pt;
    COLOR: #2f4f4f;
    FONT-FAMILY: Tahoma, Verdana, Arial
}
.CopyrightText
{
    FONT-SIZE: xx-small;
    FONT-FAMILY: Verdana, Tahoma, Arial
}
A.SubCat
{
    FONT-SIZE: 70%;
    COLOR: midnightblue;
    FONT-FAMILY: Tahoma, Verdana, Arial;
    TEXT-DECORATION: none
}
.SubCat
{
    FONT-SIZE: 70%;
    COLOR: midnightblue;
    FONT-FAMILY: Tahoma, Verdana, Arial
}
A.SubCat:hover
{
    FONT-SIZE: 70%;
    COLOR: blue;
    FONT-FAMILY: Tahoma, Verdana, Arial;
    TEXT-DECORATION: underline
}
.topnav
{
    FONT-SIZE: 70%;
    COLOR: midnightblue;
    FONT-FAMILY: Tahoma, Verdana, Arial;
    TEXT-DECORATION: none
}
A.topnavS
{
    FONT-SIZE: 75%;
    COLOR: midnightblue;
    FONT-FAMILY: Tahoma, Verdana, Arial;
    TEXT-DECORATION: none
}
A.topnavS:hover
{
    FONT-SIZE: 75%;
    COLOR: mediumblue;
    FONT-FAMILY: Tahoma, Verdana, Arial;
    TEXT-DECORATION: underline
}
.BGS1
{
    BACKGROUND-COLOR: #d7e4f6
}
.BG1S2
{
    BACKGROUND-COLOR: white
}
.BG2S2
{
    BACKGROUND-COLOR: #d6e3f5
}
.menu
{
    COLOR: white;
    BACKGROUND-COLOR: #5172a0
}
.menuHeadingText
{
    FONT-WEIGHT: 600;
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-FAMILY: Tahoma, Arial
}
.WBLabel
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Verdana, Tahoma, Arial
}
.WBButton
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    COLOR: #333333;
    FONT-FAMILY: Verdana, Tahoma, Arial;
    BACKGROUND-COLOR: gainsboro;
    FONT-VARIANT: small-caps
}
.txtField
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial
}
.err
{
    FONT-SIZE: 8pt;
    COLOR: red;
    FONT-STYLE: italic;
    FONT-FAMILY: Arial
}
A.menuHeadingText
{
    COLOR: white
}
A.menuHeadingText:hover
{
    COLOR: #ffcc00
}

/****************************************************************************************
	[BLUEARC CSS TO THE RESCUE !!]
*****************************************************************************************/

/* [GENERICS]
-------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
a img {border: none;}
button {cursor: pointer;}
fieldset, form, label, legend {
	padding: 0;
	margin: 0;
	border: none;
}
/* Main Content Area */
#main-content {
	padding: 10px 0 20px;
	font-family: Arial, Verdana;
}
#main-content a:link,
#main-content a:visited {color: #4169E1;}
#main-content a:hover {color: #4169E1;}
#main-content p,
#main-content ul,
#main-content ol,
#main-content dl,
#main-content caption,
#main-content .introtext,
#main-content fieldset div.form-row label {
	font-size: 80%;
	font-family: Arial, Verdana;
	color: #000;
	margin: 0 0 25px 0;
}
#main-content .p {
	font-size: 80%;
	font-family: Arial, Verdana;
	color: #000;
}
	#main-content .p .p {font-size: 100%;}
#main-content ul,
#main-content ol {
	margin-left: 40px;
	padding: 0;
}
	#main-content ul ul,
	#main-content ol ol {
		font-size: 100%;
		margin: 10px 0 10px 30px;
		padding: 0;
	}
/* Headers */ 
#main-content h1, 
#main-content h2, 
#main-content h3, 
#main-content h4, 
#main-content h5, 
#main-content h6 {
	font-size: 130%;
	font-weight: normal;
	margin: 0 0 3pt 0;
	color: #395985;
}
#main-content h2 {font-size: 110%;}
#main-content h3 {font-size: 100%;}
#main-content h4 {font-size: 95%;}
#main-content h5,
#main-content h6 {font-size: 90%;}

/* [BREADCRUMBS]
-------------------------------------------------------*/
p#breadcrumbs {
	padding: 10px 0;
	color: #5C826B;
	text-align: right;
	font-size: 70%;
	margin-bottom: 0;
}
	p#breadcrumbs a {color: #5C826B;}

/* [SITEMAP]
-------------------------------------------------------*/
#main-content table.sitemap-col {width: 100%;}
	#main-content table.sitemap-col td {
		width: 49%;
		vertical-align: top;
	}
	#main-content table.sitemap-col td.divider {width: 2%;}
	
		#main-content table.sitemap-col ul {
			list-style: none;
			margin: 0;
		}
			/* Top level */
			#main-content table.sitemap-col ul li a {
				display: block;
				background-color: #5C826B;
				color: #fff !important;
				padding: 4px 6px;
				font-weight: bold;
				border-bottom: 1px solid #fff;
				text-decoration: none;
			}
			#main-content table.sitemap-col ul li a:hover {
				background: #44604F;
				text-decoration: none;
			}
			/* 2nd level and beyond */
			#main-content table.sitemap-col ul ul {
				margin: 0.75em 0 0.75em 2.5em;
				list-style: disc;
			}
				#main-content table.sitemap-col ul li ul li a {
					display: inline;
					background: none;
					color: #4169E1 !important;
					padding: 0;
					font-weight: normal;
					border: none;
					text-decoration: underline;
				}
				#main-content table.sitemap-col ul li ul li a:hover {background: none;}

/* [SEARCH]
-------------------------------------------------------*/
#main-content fieldset#search-form {margin: 10px 0 20px;}
	#main-content fieldset#search-form button {margin-left: 3px;}

#main-content ol#search-results {
	border-top: 1px dotted #666;
	margin-left: 0;
	list-style: none;
}
	#main-content ol#search-results li {
		border-bottom: 1px dotted #666;
		padding: 14px 8px;
	}   
		#main-content ol#search-results li p,
		#main-content ol#search-results li h3 {
			margin: 0; 
			font-size: 100%;
		}
		#main-content ol#search-results li p.rating {
			color: #666;
			margin-bottom: 4px;
		}
		#main-content ol#search-results li span.keywords {background-color: #ffff99;}

/* [PAGINATION]
-------------------------------------------------------*/
#main-content ul.pagination {
	margin-left: 0;
	list-style: none;
}
	#main-content ul.pagination li {display: inline;}
		#main-content ul.pagination li a {
			background-color: #ccc;
			padding: 1px 6px;
			font-weight: bold;
			text-decoration: none;
		}
		#main-content ul.pagination li a:hover {
			text-decoration: none;
			background-color: #DFDFDF;
		}
	/* active */
	#main-content ul.pagination li.active {
		background-color: #4d4e53;
		padding: 1px 3px 1px 5px;
		color: #fff;
		font-weight: bold;
		margin-right: 4px;
	}
	/* prev and next */
	#main-content ul.pagination li.prev,
	#main-content ul.pagination li.next {
		margin-right: 8px;
		color: #999;
	}
	#main-content ul.pagination li.next {margin-left: 5px;}
		#main-content ul.pagination li.prev a,
		#main-content ul.pagination li.next a {
			background: none;
			font-weight: normal;
			padding: 0;
		} 
		#main-content ul.pagination li.prev a:hover,
		#main-content ul.pagination li.next a:hover {
			text-decoration: underline;
			background: none;
		}
	/* page count */
	#main-content ul.pagination li.page-count {
		color: #000;
		font-weight: bold;
		border-right: 1px solid #000;
		padding: 0 6px 0;
		margin-right: 6px;
	}

/* [IMAGE LIBRARY]
-------------------------------------------------------*/
#main-content ul#img-lib {
	margin: 0 auto 1.5em;
	list-style: none;
	width: 728px;
	float: left;
}
	#main-content ul#img-lib li {
		float: left;
		width: 182px;
		position: relative;
	}
	/* Divider - clears a row */
	#main-content ul#img-lib li.divider {
		width: 728px;
		height: 20px;
		clear: both;
		display: block;
		float: none;
		line-height: 0;
		font-size: 0;
		border-top: 1px dotted #CECECE;
		border-bottom: 1px dotted #CECECE;
		overflow: hidden;
		text-indent: -9999em;
	}
		/* Caption */
		#main-content ul#img-lib li p {
			padding: 5px 10px;
			text-align: center;
			margin: 0;
			font-size: 90%;
		}
		/* Thumbnail */
		#main-content ul#img-lib li div {
			text-align: center;
			width: 182px;
			height: 130px;
			display: table-cell;
			vertical-align: middle;
		}
		#main-content ul#img-lib li div * {vertical-align: middle;}
			#main-content ul#img-lib li div a img {
				border: 2px solid #CECECE;
				max-width: 125px;
				max-height: 105px;
			}
			#main-content ul#img-lib li div a:hover img {border-color: #CD5A13;}

/* [NOTIFICATIONS]
-------------------------------------------------------*/
#main-content div.errors,
#main-content div.success {
	padding: 11px 20px 11px 52px; 
	margin-bottom: 1.833333em; 
	border-top: 2px solid #BF0000;
	border-bottom: 2px solid #BF0000;
}
	#main-content div.errors {
		background: #F7D9D9 url("../images/error-lrge.png") no-repeat 9px 8px; 
		min-height: 24px; 
	}
	#main-content div.success {
		background: #F3F8E6 url("../images/success-lrge.png") no-repeat 12px 10px; 
		border-color: #84AA0F;
		min-height: 24px;
	}
	#main-content div.errors p,
	#main-content div.success p {margin: 0;}
	#main-content div.success p {color: #66840D !important;}
	#main-content div.errors p {color: #AE0000 !important;}
	#main-content div.errors ul,
	#main-content div.success ul {
		margin: 0.60em 0 0 30px;
		list-style: disc;
		list-style-image: none;
	}
		#main-content div.errors ul li,
		#main-content div.success ul li {
			padding: 0;
			background: none;
		}
	#main-content div.errors a {color: #AE0000;}
	#main-content div.success a {color: #66840D;}

/* Small Versions */
#main-content p.error {
	color: #AE0000;
	background: #F7D9D9 url("../images/error.gif") no-repeat 8px 55%;
	padding: 5px 10px 5px 30px; 
}
#main-content p.success {
	color: #66840D;
	background: #F3F8E6 url("../images/success.gif") no-repeat 8px 50%;
	padding: 5px 10px 5px 30px; 
}




