﻿/***************************************************
***************        NOTICE        ***************
*                                                  *
* ANY EDITS DONE HERE MIGHT NEED TO BE DONE IN     *
* wysiwyg/wysiwyg.css ON THE ROOT OF THE WEBSITE...*
*                                                  *
****************************************************
***************************************************/

html
{
	min-height: 100%;
	height: 100%;
}

body.Master
{
	background: #ffffff url("Graphics/bg_grad.jpg") repeat-x;
	font-family: Segoe UI, Arial;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-top: 8px;
	/*background-color: #ffffff;*/
	text-align: center;
}

body.Print
{
	font-family: Segoe UI, Arial;
	font-size: 12px;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

a:link, a:visited
{
	color: #000000;
	text-decoration: underline;
	border: 0px;
}

a:hover
{
	text-decoration: underline;
}

a.DocumentLink:link, a.DocumentLink:visited, a.DocumentLink:hover
{
	color: #808000;
	text-decoration: underline;
	border: 0px;
}

h1 a:link, h1 a:visited{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

h3 a:link, h3 a:visited
{
	color: #334d55;
	text-decoration: none;
	border: 0px;
	font-weight: bold;
}

h3 a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

h4 a:link, h4 a:visited
{
	color: #005FA9;
	text-decoration: none;
	border: 0px;
	font-weight: bold;
}

h4 a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

a.FooterLink:hover
{
	text-decoration: underline;
}

h1{
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

h2{
 font: bold 114% "Segoe Ui",Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-size: 14px;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% "Segoe Ui",Arial,sans-serif;
 font-size: 12px;
 font-weight: bold;
 text-decoration: underline;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h5
{
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h5 a:link, h5 a:visited, h5 a:hover
{
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-decoration: underline;
}

ul
{
	color: #808000;
}

/* Masterpage CSS */

table.Master
{
	width: 999px;
	height: 100%;
	background: #ffffff url('Graphics/CurveTop.jpg') no-repeat top;
}

td.HeaderLeft
{
	height: 96px;
	width: 150px;
	background-image: url('Graphics/oaktreesmall.gif');
	background-repeat: no-repeat;
	background-position: center;
}

td.HeaderMiddle
{
	height: 96px;
	width: 700px;
	font-size: 24px;
	font-weight: bold;
	background-image: url('Graphics/oaklogo-b&w.jpg');
	background-position: center;
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: right;
	vertical-align: bottom;
}

td.HeaderRight
{
	height: 96px;
	width: 150px;
	text-align: right;
	vertical-align:bottom;
	padding-right: 10px;
}

td.Nav
{
	height: 32px;
	width: 100%;
	background: #ffffff url("Graphics/newoakmenu.jpg") no-repeat center;
	text-align: center;
	color: #333333;
}

td.ContentLeft
{
	width: 150px;
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
}

td.ContentMiddle
{
	min-height: 400px;
	height: 400px;
	width: 700px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	padding-top: 25px;
}

td.ContentRight
{
	width: 150px;
	text-align: right;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 10px;
}

td.Footer
{
	height: 40px;
	width: 100%;
	background-image: url('Graphics/oakbanner4.jpg');
	background-position: center left;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-color: #e6fbce;
}

table.FooterTable
{
	height: 100%;
	width: 100%;
}

td.FooterLeft
{
	height: auto;
	width: 50%;
	text-align: left;
	padding-left: 10px;
}

td.FooterRight
{
	height: auto;
	width: 50%;
	text-align: right;
	padding-right: 10px;
}

/*
td.FooterRight
{
	height: 50px;
	width: 150px;
	padding-top: 20px;
	background-image: url('Graphics/fsa_black_small.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #e6fbce;
}
*/

td.FooterRight a:link, td.FooterRight a:visited, td.FooterRight a:hover
{
	color: #006600;
	text-decoration: none;
}

table.Nav
{
	height: 100%;
	border-right: solid 1px #b3cbb1;
	margin: 0px auto;
	padding: 0px;
}

td.Selected
{
	width: 100px;
	height: 100%;
	color: #e9ffd2;
	text-align: center;
	border-left: solid 1px #b3cbb1;
	background-image: url('Graphics/oak-button-pressed.jpg');
	background-position: top;
	background-repeat: no-repeat;
	cursor: default;
}

td.NotSelected
{
	width: 100px;
	height: 100%;
	color: #134513;
	text-align: center;
	border-left: solid 1px #b3cbb1;
	background-image: url('Graphics/oak-button-smaller.jpg');
	background-position: top;
	background-repeat: no-repeat;
	cursor: default;
}

.NotSelectedHover
{
	width: 100px;
	color: #333333;
	text-align: center;
	border-left: solid 1px #b3cbb1;
	background-image: url('Graphics/oak-button-hover.jpg');
	background-position: top;
	background-repeat: no-repeat;
	cursor: pointer
}

table.LatestNews
{
	height: 250px;
	width: 125px;
	/*background-color: #e9ffd2;*/
	padding-left: 7px;
	text-align: left;
	background-image: url('Graphics/news-background.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	vertical-align: top;
}

td.LatestNewsHeader
{
	height: 20px;
	width: 100%;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 5px;
	vertical-align: top;
	text-align: center;
}

td.LatestNewsItemDate
{
	height: auto;
	width: 100%;
	color: #134513;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}

td.LatestNewsItemHeader
{
	height: auto;
	width: 100%;
	font-size: 12px;
}

td.LatestNewsItemContent
{
	height: auto;
	width: 100%;
	font-size: 10px;
	padding-bottom: 20px;
}

td.LatestNewsFooter
{
	font-size: 10px;
	color: #134513;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 20px;
}

table.ContentNav
{
	height: auto;
	width: 107px;
}

td.ContentNavButtonSelected
{
	height: 40px;
	width: 100px;
	color: #ffffff;
	padding-left: 2px;
	background-image: url('Graphics/new-oak-button-fill.jpg');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: center;
}

td.ContentNavButton
{
	height: 40px;
	width: 100px;
	color: #134513;
	padding-left: 2px;
	background-image: url('Graphics/new-oak-button-nofill.jpg');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: center;
}

/* Navigation */
div.SubLevel
{
	display: none;
	padding: 5px;
	height: 25px;
	line-height: 25px;
}

div.SubLevel a, a:visited
{
	font-weight: normal;
}

/* Tables */
tr.Quote
{
	height: 32px;
	text-align: left;
}

td.QuoteLeft
{
	height: auto;
	width: 70%;
	text-align: left;
	vertical-align: top;
}

td.QuoteRight
{
	height: auto;
	width: 30%;
	text-align: left;
	vertical-align: bottom;
}

#TitleOther input, #AlarmOther input, #ExcessOther input
{
	display: none;
}

#PrevClaim
{
	display:none;
}

/* Tabs */
.ajax__tab_oak .ajax__tab_header {font-size:10px;line-height:21px;background:url('Graphics/Tabs/tab-line.gif') repeat-x bottom;}
.ajax__tab_oak .ajax__tab_outer {padding-right:0px;background:url('Graphics/Tabs/tab-right.gif') no-repeat right;height:21px;}
.ajax__tab_oak .ajax__tab_inner {padding-left:3px;background:url('Graphics/Tabs/tab-left.gif') no-repeat;}
.ajax__tab_oak .ajax__tab_tab {height:14px;padding: 1px 4px 6px 4px;margin:0;background:url('Graphics/Tabs/tab.gif') repeat-x;color:#000000; }
.ajax__tab_oak .ajax__tab_hover .ajax__tab_outer {background:url('Graphics/Tabs/tab-hover-right.gif') no-repeat right;}
.ajax__tab_oak .ajax__tab_hover .ajax__tab_inner {background:url('Graphics/Tabs/tab-hover-left.gif') no-repeat;}
.ajax__tab_oak .ajax__tab_hover .ajax__tab_tab {background:url('Graphics/Tabs/tab-hover.gif') repeat-x;}
.ajax__tab_oak .ajax__tab_active .ajax__tab_outer {background:url('Graphics/Tabs/tab-active-right.gif') no-repeat right;}
.ajax__tab_oak .ajax__tab_active .ajax__tab_inner {background:url('Graphics/Tabs/tab-active-left.gif') no-repeat;}
.ajax__tab_oak .ajax__tab_active .ajax__tab_tab {background:url('Graphics/Tabs/tab-active.gif') repeat-x;color:#000000; }
/*.ajax__tab_oak .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #000000;border-top:0;padding:5px;background-color:#E9FFD2;height:550px;background-image:url(Graphics/Tabs/tab-tree.jpg);background-repeat:no-repeat;background-position: top left;}*/
.ajax__tab_oak .ajax__tab_body {border:1px solid #336633;border-top:0;padding:5px;background-color:#E9FFD2;height:550px;background-image:url('Graphics/Tabs/treegreen.gif');background-repeat:no-repeat;background-position:center;}


table.Main
{
	vertical-align: top;
	text-align: left;
	vertical-align: middle;
	border: solid 1px #009900;
}

#Main
{
	border: 1px solid #7f9db9;
	padding:5px;
	background-color:#E9FFD2;
	height:550px;
	width: 100%;
	background-image:url('Graphics/Tabs/treegreen.gif');
	background-repeat:no-repeat;
	background-position:center;
}

table.HomeContent
{
	width: 100%;
	/*height: 514px;*/
	/*border: solid 1px #009900;*/
}

td.ContentHeader
{
	height: 10%;
	color: #71828a;
	font-size: 14px;
	font-weight: bold;
}

td.ContentHTML
{
	height: 85%;
	color: Black;
	vertical-align: top;
	padding: 0px 10px 5px 10px;
}

td.ContentTime
{
	height: 5%;
	vertical-align: bottom;
	color: #aaaaaa;
	font-size: 10px;	
}

table.ContentTopLine
{
	width: 100%;
	height: 100%;
	background-color: #E9FFD2;
	vertical-align: top;
	text-align: left;
	height: 100%;
	border: solid 1px #009900;
}

table.ContentFirst
{
	width: 100%;
	height: 100%;
	background-color: #E9FFD2;
	vertical-align: top;
	text-align: left;
	height: 100%;
	border: solid 1px #009900;
}

tr.ContentFirstContent
{
	text-align: left;
	background-color: #E9FFD2;
}

td.ContentFirstContent
{
	background-image: url('Graphics/Tabs/treegreen.gif');
	background-position: center;
	background-repeat: no-repeat;
	padding: 0px 10px 5px 10px;
	width: 100%;
}	

tr.ContentFirstContentSmall
{
	text-align: left;
	background-color: #E9FFD2;
}

td.ContentFirstContentSmall
{
	background-position: center;
	background-repeat: no-repeat;
	padding: 0px 10px 5px 10px;
	width: 100%;
}	

td.ContentHeaderSmall
{
	height: 10px;
	color: #71828a;
	font-size: 14px;
	font-weight: bold;
}

tr.FirstContentItem
{
	background-color: #E9FFD2;
}

table.Content
{
	width: 100%;
	height: 100%;
	vertical-align: top;
	text-align: left;
	height: 100%;
	border-left: solid 1px #009900;
	border-bottom: solid 1px #009900;
	border-right: solid 1px #009900;
}

tr.ContentContent
{
	text-align: left;
}

td.ContentContent
{
	padding: 0px 10px 5px 10px;
	width: 100%;
}

td.ContentImage
{
	padding: 0px 10px 5px 10px;
}

img
{
	border: 0px;
}

li
{
	Padding: 5px;
}

ul.Num
{
	list-style-type: decimal;
}

table.Documents
{
	border-top: solid 1px #009900;
	border-left: solid 1px #009900;
	width: 100%;
	background-image: url('Graphics/Tabs/treegreen.gif');
	background-position: center;
	background-repeat: no-repeat;
}

td.DocumentsHeader
{
	background-color: #e9ffd2;
	color: #000000;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #009900;
	border-right: solid 1px #009900;
}

td.DocumentsLeft
{
	text-align: left;
	border-bottom: solid 1px #009900;
	border-right: solid 1px #009900;
}

td.Documents
{
	text-align: center;
	border-bottom: solid 1px #009900;
	border-right: solid 1px #009900;
}

/* This is for the BrokerSearch */
td.BrokerSearchLeft
{
	text-align: center;
	border-bottom: solid 1px #B5C7DE;
	border-right: solid 1px #B5C7DE;
	border-left: solid 1px #B5C7DE;
	width: 50%;
}

td.BrokerSearchRight
{
	text-align: center;
	border-bottom: solid 1px #B5C7DE;
	border-right: solid 1px #B5C7DE;
	width: 50%;
}

/* Reporting */
table.ReportTableMain
{
	height: 100%;
	width: 100%;
	border: solid 1px #7f9db9;
}

table.ReportTable
{
	width: 100%;
}

table.ReportSubTable
{
	height: 100%;
	width: 100%;
	border: solid 1px #7f9db9;
}

td.ReportRight
{
	text-align: right;
}

td.ReportSumTxt
{	
	text-align: right;
}

.Watermark
{
	background-color: #808000;
}
