
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column {
	margin-top:3px;
	margin-right:auto;
	margin-left:auto;
	padding:15px;
	width:728px;
	border:1px solid #818181;
	background:url(../../images/bg-content-side.png) repeat-y left;
	position:relative;
	}

#content-main-two-column {
	width:540px;
	float:right;
	}

#content-side-two-column {
	float:left;
	width:160px;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column {
	margin-top:3px;
	margin-right:auto;
	margin-left:auto;
	padding:15px;
	width:728px;
	border:1px solid #818181;
	background:url(../../images/bg-three-column-main.png) repeat-y;
	position:relative;
	}

#content-main-three-column {
	width:355px;
	float:right;
	margin-right:25px;
	}

#content-side2-three-column,
#content-side1-three-column {
	width:160px;
	font-size:.9em;
	}
	
#content-side2-three-column {
	float:left;
	}

#content-side1-three-column {
	float:right;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container {
	background:url(../../images/bg-three-column-home.png) repeat-y;
	padding:0;
	margin:20px 0 10px 0;
	}

#three-column-side1 {
	float:right;
	width:30%;
	}

#three-column-side2 {
	float:left;
	width:30%;
	}

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%;
	}
	
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	margin:0px;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333333;
}

p {
	margin:10px 15px;
	}
ul {
	margin:15px 25px;
	}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr {
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
}
	
blockquote {
	margin: 12px 3px 0px 0px;
	background: url(../../images/bg-quote.png) no-repeat right 0%;
	padding-right: 15px;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
}

blockquote p {
	margin:2px 0;
}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
	color:#BD0505;
}

h1 {
	margin-bottom:0;
font-size:130%;

}

h1, h2 {
	margin-top:0px;

}

h2 {
	font-size:120%;

}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a {
	color:#980000;
	text-decoration:none;
}

a:link {
	color:#980000;
	text-decoration:none;
}

a:visited {
	color:#980000;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:#d61719;
}

a:active {
	color:#980000;
}

#content-side-two-column a:link,
#content-side2-three-column a:link,
#content-side1-three-column a:link,
#content-side-two-column a:visited,
#content-side2-three-column a:visited,
#content-side1-three-column a:visited {
	text-decoration:none;
}

#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover {
	text-decoration:underline;
}


#heading{
	text-align: right;
	font-size:1.4em;
	font-weight:bold;
	}


#subheading{
	font-size:1.1em;
	font-weight:bold;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main {
	background:#608fc8 url(../../images/bg-nav.png) no-repeat;
	margin-right:auto;
	margin-left:auto;
	width:740px;
	padding:.8em 0 1em 20px;
	position:relative;
	font-weight:bold;
}

#nav-main div {
	background:#4b6cb5 url(../../images/bg-nav-side.png) top left no-repeat;
	width:25%;
	_width:25.5%;
	position:absolute;
	top:0;
	left:0;
	padding:.8em 0 1em 0;
}

#nav-main ul {
	margin:0;
	padding:0 20% 0 0;
	}
	
#nav-main li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#nav-main a:link,
#nav-main a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#nav-main a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}

#nav-main a:active {
	color:#FFFFFF;
}

#nav-main li.current a:link,
#nav-main li.current a:visited {
	text-decoration:underline;
}

#nav-main li.current a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}

#nav-main li.current a:active {
	color:#FFFFFF;
}

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited {
	padding-left:2px;
	padding-right:2px;
	color:#D4E7F8;
	text-decoration:underline;
}

#nav-main a.StaticSelectedStyle:visited {
	padding-left:2px;
	padding-right:2px;
	color:#D4E7F8;
	text-decoration:underline;
}

.topnav-menuitemsel
{
	padding-left:2px;
	padding-right:2px;
	color:#D4E7F8;
	text-decoration:underline;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#poster-photo-container {
	margin-top:3px;
	margin-right:auto;
	margin-left:auto;
	width:760px;
	background:#608fc8;
	position:relative;
	}
	
.poster-photo-image {
	border-left:3px solid #FFF;
	display:block;
	}

#feature-area-home {
	position:absolute;
	top:0;
	left:0;
	width:21%;
	text-align:center;
	padding:2%;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	line-height:160%;
	}

#feature-area-home a:link,
#feature-area-home a:visited {
	color:#dcf2f7;
	text-decoration:underline;
	}
	
#feature-area-home a:hover {
	text-decoration:none;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView  
{
    border-bottom:1px dotted #B2B2B2 !important;
}

.TreeView div
{
    margin-right:5px;
}

.TreeView table
{
    border-top:1px dotted #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:2px 0;
}

.LeafNodesStyle 
{
    
}


.RootNodeStyle 
{
    
}

/* ALL ELEMENTS */
.NodeStyle 
{

}

.ParentNodeStyle 
{
    background:yellow;
}
 

a.SelectedNodeStyle 
{
    background:#E5E5E5;
    display:block;
    padding:2px 0 2px 3px;
	font-weight:bold;
}

.TreeSelectedNodeStyle
{
	font-weight:bold;	
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	background:url(../../images/list-bullet-02.gif) no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-right:0.4em;
	
}

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url(../../images/list-bullet-01-link.gif);
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.feature-area {
	background-color:#6799D1;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

.photo-float-right {
	float:right;
	margin-left:10px;
	}

.image-border-none {
	border:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	background:#608fc8 url(../../images/bg-nav.png) bottom right no-repeat;
	margin-top:3px;
	margin-right:auto;
	margin-left:auto;
	width:740px;
	padding:.8em 0 1em 20px;
	position:relative;
	color:#a9c0db;
	font-size:.8em;
}

#footer div {
	background:#4b6cb5 url(../../images/bg-nav-side.png) bottom left no-repeat;
	width:25%;
	_width:25.5%;
	position:absolute;
	top:0;
	left:0;
	padding:.8em 0 1em 0;
}

#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#D4E7F8;
	text-decoration:none;
}

#footer a:active {
	color:#FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	margin-top:1em;
	margin-right:auto;
	margin-left:auto;
	width:740px;
	text-align:center;
	padding:.1em 0 2em 0;
	position:relative;
	font-size:.8em;
	color:#999999;
	}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#footer-sub a:link,
#footer-sub a:visited {
	text-decoration:underline;
	color:#999999;
}

#footer-sub a:hover {
	color:#666666;
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.arrow {
	vertical-align:middle;
	}

input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	}

.clear {
	clear:both;
	}

.none {
    display:none;
}

/* shows a visual seperation */
.dottedline
{
    border-bottom: 1px dotted #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:left;
}

.leftblock
{
	border: 1px solid #6699ff;
	padding: 15px;
	margin-bottom: 20px;
	background: honeydew  repeat-y;
	position: relative;
}

.rightblock
{
    border: 1px solid #6699ff;
    padding: 15px;
    margin-bottom: 10px;
    background: honeydew  repeat-y;
    vertical-align: top;
}


.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}


/************************************************************************
* 
* Forms
*
************************************************************************/

/* label column */
.formlabel
{
    width:150px; 
    vertical-align: top;
}

/* value column */
.formvalue
{
    vertical-align: top;
}

.txtfield
{
    width:300px;
}

.txtblock
{
    width:300px;
}

select.sel
{
    width: 250px;
    border: solid 1px #000000;
}

/* RichEdit */

.RichEdit
{
	width: 508px;
}

.rtTab
{
	width: 500px;
	height: 100%;
	overflow: hidden;
	border: solid 1px #cccccc;
	padding: 0 0 0 0;
}

.rtButtonBar
{
	border: solid 1px #cccccc;
    background-image: url(ButtonBar.png);
    background-repeat: repeat-x;
	width: 500px;
	height: 24px;
	overflow: hidden;
	padding: 1px 1px 1px 6px;
	text-align: right;
	clear: both;
}

.rtButton
{
	width: 22px;
	height: 20px;
	margin: 0px 1px 0px 1px;
	padding: 1px 1px 1px 1px;
	float:right;
	background-image: url(RichEdit.gif);
}

a.rtButton:hover
{
	border: solid 1px #000000;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	background-color: #cccccc;
	filter: alpha(opacity=90);
}

.rtCombo
{
	font: 10pt  Arial;
	margin: 0px 2px 0px 0px;
	float: right;
}

.rtRichEdit
{
	width: 100%;
	height: 272px;
	padding: 0 0 0 0;
	overflow: scroll;
	clear: both;
}

.rtHtmlEdit
{
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
}

.rtColorPopup
{
	width: 122px; 
	border: solid 1px #333333;
	padding: 1px 0px 0px 0px;
	background-color: #ffffff;
	font-size: 2px;
	z-index: 999;
}

.rtColorPopup .rtCloseButton
{
	width: 122px;
	height: 20px;
	font-size: 12px;
}

.rtColorCell
{
	width: 10px;
	height: 10px;
	display: block;
	margin: 1px 1px 1px 1px;
	float: right;
}

a.rtColorCell:hover
{
	border: solid 2px #000000;
	margin: -1px -1px -1px -1px;
	text-decoration: none;
}

.rtColorRow
{
	clear:both;
	height: 8px;
}

.rtViewButtons
{
	clear: both;
	float: right;
	padding: 0px 0px 4px 12px;
}

.rtViewButtons a
{
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	font: 10pt Verdana, Helvetica;
	padding: 4px 4px 4px 4px;
	margin: 0 0 0 -6px;
}

a.rtbBold
{
}

a.rtbItalic
{
	background-position: -22px 0px;
}

a.rtbItalic:hover
{
	background-position: -22px 0px;
	border: solid 1px #000000;
}

.rtbUnderline
{
	background-position: -44px 0px;
}

.rtbStrikethrough
{
	background-position: -66px 0px;
}

.rtbSuperscript
{
	background-position: -88px 0px;
}

.rtbSubscript
{
	background-position: -110px 0px;
}

.rtbRemoveFormatting
{
	background-position: -132px 0px;
}

.rtbColor
{
	background-position: -154px 0px;
}

.rtbright
{
	background-position: -176px 0px;
}

.rtbCenter
{
	background-position: -198px 0px;
}

.rtbleft
{
	background-position: -220px 0px;
}


.rtbJustify
{
	background-position: -242px 0px;
}

.rtbOrderedList
{
	background-position: -286px 0px;
}

.rtbUnorderedList
{
	background-position: -264px 0px;
}

.rtbIndent
{
	background-position: -308px 0px;
}

.rtbOutdent
{
	background-position: -330px 0px;
}

.rtbHyperlink
{
	background-position: -352px 0px;
}

.rtbRemoveLink
{
	background-position: -374px 0px;
}

.rtbHorzRule
{
	background-position: -396px 0px;
}

.rtbCut
{
	background-position: -418px 0px;
}

.rtbCopy
{
	background-position: -440px 0px;
}

.rtbPaste
{
	background-position: -462px 0px;
}

.rtbUndo
{
	background-position: -484px 0px;
}

.rtbRedo
{
	background-position: -506px 0px;
}

/* Input article form */

.InputForm
{
	border-top: solid 1px #cccccc;
}

.FormField
{
	clear: both;
	margin-top: 4px;
	padding: 4px 8px 4px 8px;
}

.FormTextBox
{
	width: 180px;
	font: 11pt Palatino Linotype, Georgia, Times;
	margin-bottom: 12px;
}

.FormBrowserLink
{
	clear: both;
	margin-top: 4px;
	padding: 4px 8px 4px 8px;
	
}

.FormLabel
{
	float: right;
	width: 140px;
}

.FormCheckbox
{
	margin-right: 20px;
}

.FormDropDown
{
	font: 11pt Palatino Linotype, Georgia, Times;
}

.FormBody
{
	padding: 4px 8px 0px 8px;
	line-height: 110%;
}

.FormBody textarea
{
	clear: both;
	width: 100%;
	height: 120px;
}

.FormBodyRichEdit
{
	padding: 4px 8px 0px 8px;
	line-height: 110%;
}

.FormFileUpload
{
	width: 180px;
	font: 11pt Palatino Linotype, Georgia, Times;
	margin-bottom: 12px;
}


.FormNotes 
{
	display: block;
	clear: both;
	color: #999999;
	font-size: 8pt;
	margin-right: 160px;
}

.FormField .Image
{
	float: left;
	border: solid 2px #ffcc99;
	padding: 8px 8px 8px 8px;
}

.FormField .Response
{
	padding-right: 8px;
	width: 120px;
}

.FormField .RefreshButton
{
	margin-right: 250px;
	width: 80px;
	font: 8pt Verdana, Helvetica;
}

.FormButtonContainer
{
	padding: 8px 8px 8px 8px;
	width: 540px;
	text-align: center;
}

.FormButtonContainer input
{
	font: 8pt Verdana, Helvetica;
}

.FormErrorMessage
{
	clear: both;
	font-size: 10pt;
	color: #ff0000;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 10px;
}



/* THESE ARE MY CSS CLASSES */

/*		GENERAL		*/
.gen-whitespacecell {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #ffffff;
}

/*		LAYOUT		*/
.layout-leadcell {
	width:5px;
}
.layout-maincell {
}
.layout-tailcell {
	width:5px;
}

/*		TOP INFO	*/
.topinfo-logincell {
	text-align: center;
	border-left: 1px dotted #CACACA;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 8px;
}
.topinfo-logocell {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.topinfo-logocell, .topinfo-logocell a:link, .topinfo-logocell a:visited, .topinfo-logocell a:active, .topinfo-logocell a:hover {
	font-size: 22px;
	font-family: Georgia, "Times New Roman" , Times, Serif;
	font-variant: small-caps;
	font-weight: bold;
	color: #4F7CB9;
	text-decoration: none;
	white-space:nowrap;
}
.topinfo-langcell {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.topinfo-langcell img {
	margin-right: 3px;
	margin-left: 3px;
}
.topinfo-navcell {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-top: 8px;

}
.topinfo-navcell, .topinfo-navcell a:link, .topinfo-navcell a:visited, .topinfo-navcell a:active, .topinfo-navcell a:hover {
	font-size: 12px;
	font-family: Arial;
	color: #4A6BB3;
	text-decoration: none;
}

/*		TOP NAV		*/
/*** changed from Igor *****/
.topnav-tbl
{
	height:35px;
	background: #608fc8 url(../../images/bg-nav.gif) ;
	
	
}
.topnav-corner
{
	vertical-align: top; text-align: left;
	height:35px;
	background: #608fc8 url(../../images/bg-nav_corner.gif) top right no-repeat; 
	
	
}


.topnav-navcell {
	
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-top: 8px;
	width:100%;
}
/*** /changed from Igor *****/
.topnav-navcell div {
	background-color: #4b6cb5;
	width: 25%;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.topnav-navcell ul {
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
	
.topnav-navcell li {
	display: inline;
	list-style: none;
	background: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.topnav-navcell a:link,
.topnav-navcell a:visited,
.topnav-logincell a:link,
.topnav-logincell a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.topnav-navcell a:hover,
.topnav-logincell a:hover {
	color:#D4E7F8;
	text-decoration:none;
}

.topnav-navcell a:active,
.topnav-logincell a:active {
	color:#FFFFFF;
}

.topnav-navcell li.current a:link,
.topnav-navcell li.current a:visited {
	text-decoration:underline;
}

.topnav-navcell li.current a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}

.topnav-navcell li.current a:active {
	color:#FFFFFF;
}
.topnav-navcell a.StaticSelectedStyle:link,
.topnav-navcell a.StaticSelectedStyle:visited {
	color:#D4E7F8;
	text-decoration:underline;
}
/*** changed from Igor *****/
.topnav-logincell {
	background:#4161B0 url(../../images/bg-nav-side-top.gif) top right no-repeat;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-top: 8px;
}
/*** /changed from Igor *****/
.topnav-menuitem {
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-top: 0px;
}

.topnav-pagetitle {
	background: #608fc8;
	color: #d5e8ff;
	font-size: large;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.topnav-pagetitle a:link,
.topnav-pagetitle a:active,
.topnav-pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

.topnav-pagetitle a:hover{
	color:#D4E7F8;
	text-decoration:none;
}

/*		CONTENT		*/
.content-leadcell {
	padding: 5px;
	
	border-top: #b2b2b2 1px solid;
	border-bottom: #b2b2b2 1px solid;
	border-left: #b2b2b2 1px solid;
}

.content-maincell {
	padding: 5px;
	
	border-top: #b2b2b2 1px solid;
	border-bottom: #b2b2b2 1px solid;
	
	height:300px;
	width:100%;
	overflow:visible;
}

.content-maincell_ex_Y_Y
{
	border-left: #b2b2b2 1px dotted;
	border-right: #b2b2b2 1px dotted;
}

.content-maincell_ex_N_Y
{
	border-left: #b2b2b2 1px solid;
	border-right: #b2b2b2 1px dotted;
}

.content-maincell_ex_Y_N
{
	border-left: #b2b2b2 1px dotted;
	border-right: #b2b2b2 1px solid;
}

.content-maincell_ex_N_N
{
	border-left: #b2b2b2 1px solid;
	border-right: #b2b2b2 1px solid;
}
 
.content-tailcell {
	padding: 5px;
	
	border-top: #b2b2b2 1px solid;
	border-bottom: #b2b2b2 1px solid;
	border-right: #b2b2b2 1px solid;
}

/*		FOOTER		*/
/*** changed from Igor *****/
.bottomnav-tbl
{
	height:35px;
	background: #608fc8 url(../../images/bottom_bg-nav.gif) ;
	width:100%;
	
}
.bottomnav-corner
{
	vertical-align: top; text-align: left;
	height:35px;
	background: #608fc8 url(../../images/bottom_bg_nav_corner.gif) bottom right no-repeat;
	
	
}

.footer-leadcell {
	
	font-size: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	width:100%;
}
/*** /changed from Igor *****/
.footer-leadcell a:link,
.footer-leadcell a:visited,
.footer-leadcell a:active {
	font-size: 10px;
	color:#FFFFFF;
	text-decoration:none;
}
.footer-leadcell a:hover {
	font-size: 10px;
	color:#D4E7F8;
	text-decoration:none;
}
/*** changed from Igor *****/
.footer-tailcell {
	background:#4161B0 url(../../images/bg-nav-side-corner.gif) bottom right no-repeat;	
}

.da-row td {
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.da-row1 td.da-labelcell, .da-row0 td.da-valuecell {
	background-color: #f6f6f9;
}
.da-row0 td.da-labelcell, .da-row1 td.da-valuecell {
}
.da-labelcell, td.da-labelcell {
	font-size: 14px;
	color: #003372;
	font-family: arial;
	white-space:nowrap;
}
.da-valuecell, td.da-valuecell {
	font-size: 12px;
	color: navy;
	font-family: arial;
	white-space:nowrap;
}
.da-gridseparator1, td.da-gridseparator1 {
}
.da-gridtitle, td.da-gridtitle {
	font-size: 14px;
	color: #003372;
	font-family: arial;
	background-color: #f6f6f9;
}
.da-gridenumerator, td.da-gridenumerator {
	font-size: 12px;
	color: silver;
	font-family: arial;
	font-weight:bold;
	white-space:nowrap;
}
.da-gridsubtitle, td.da-gridsubtitle {
	font-size: 12px;
	color: #003372;
	font-family: arial;
	background-color: #f6f6f9;
}
.da-gridprofile, td.da-gridprofile {
	border-top: solid 1px navy;
	font-size: 12px;
	color: #0099ff;
	font-family: arial;
	background-color: #f6f6f9;
}
.da-gridtitle a:link,.da-gridtitle a:active,.da-gridtitle a:visited,.da-gridtitle a:hover {
	font-size: 12px;
	font-family: arial;
	text-decoration:none;
}
.da-gridtitle a:hover {
	text-decoration:underline;
}
.da-article-titlecell, td.da-article-titlecell {
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 2px;
	color: #0099ff;
	padding-top: 2px;
	font-family: Arial;
}
.da-article-subtitlecell, td.da-article-subtitlecell {
	padding-left: 4px;
	padding-right: 4px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 2px;
	color: #003372;
	padding-top: 2px;
	font-family: Arial;
}
.da-article-bodycell, td.da-article-bodycell {
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: Arial;
}
.da-articles-rowcell, td.da-articles-rowcell {
	width:50%;
}

/*	paging control styles */
.pgngNavCell, .pgngCellHov, .pgngCellDis {
	cursor: hand;
	FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #00005c;
    LINE-HEIGHT: 16px;
    FONT-FAMILY: Arial;
	padding-right:2px;
	padding-left:2px;
}
.pgngNavCellHov, .pgngCell {
	cursor: hand;
	FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #f2b742;
    LINE-HEIGHT: 16px;
    FONT-FAMILY: Arial;
	padding-right:2px;
	padding-left:2px;
}
.pgngNavCellDis {
	cursor: default;
	FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #aaaaaa;
    LINE-HEIGHT: 16px;
    FONT-FAMILY: Arial;
	padding-right:2px;
	padding-left:2px;
}
.pgngCell, .pgngCellHov, .pgngCellDis {
    FONT-SIZE: 12px;
	width: 20px;
	padding-right:2px;
	padding-left:2px;
}
.pgngCellDis {
    font-weight:bold;
	cursor: default;
	padding-right:2px;
	padding-left:2px;
}
.pgngPrev, .pgngNext, .pgngFirst, .pgngLast {
	padding-right:2px;
	padding-left:2px;
}
.no-space, table.no-space, td.no-space, div.no-space, span.no-space {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.da-gridhcell0, .da-gridhcell {
	border-left: #666666 1px solid;
	border-top: #666666 1px solid;
	font-size: 14px;
	color: #666666;
	border-bottom: #666666 1px solid;
	font-family: Arial;
	background-color: #e0e0e0;
	font-weight: normal;
	padding-bottom: 3px;
	padding-top: 3px;
}
.da-gridhcell0{	
	border-right: #666666 1px solid;
}
.da-gridcell0, .da-gridcell {
	border-left: #666666 1px solid;
	font-size: 12px;
	color: #003372;
	border-bottom: #666666 1px solid;
	font-family: Arial;
	background-color: #ccffff;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.da-gridcell0 {
	font-weight: bold;
	border-right: #666666 1px solid;
	background-color: #ffeacb;
}
.da-wd-cell {
	border-left: #d5e8ff 1px solid;
	padding-left: 3px;
	border-top: #d5e8ff 1px solid;
	padding-right: 3px;
	padding-bottom: 3px;
	border-right: #d5e8ff 1px solid;
	padding-top: 3px;
	border-bottom: #d5e8ff 1px solid;
	background-color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=  '#f8fff8' , EndColorStr= '#ffffff' );
}
.da-wd-layout{
}
.da-wd-cptcell {
	padding-left: 3px;
	padding-right: 3px;
	font-size: 16px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Arial;
	font-weight: bold;
	color: #006699;
}
.da-wd-imgcell {
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.da-wd-valcell {
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Arial;
}
.da-wd-valcell a {
	font-size: 12px;
	color: maroon;
	font-family: arial;
	text-decoration: none;
}
.da-btntab-tail, td.da-btntab-tail{
	width:90%;
	border-right: #d5e8ff 1px solid;
	border-bottom: #d5e8ff 1px solid;
	background-color: #ffffff;
}
.da-btntab-active, td.da-btntab-active {
	border-top: #d5e8ff 1px solid;
	border-right: #d5e8ff 1px solid;
	border-bottom: none;
	background-color: #f8fff8;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	cursor:default;
}
.da-btntab, td.da-btntab {
	border-top: #d5e8ff 1px solid;
	border-right: #d5e8ff 1px solid;
	border-bottom: #d5e8ff 1px solid;
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	cursor:hand;
}
.da-tab-conent, td.da-tab-conent {
	border-right: #d5e8ff 1px solid;
	border-left: #d5e8ff 1px solid;
	border-bottom: #d5e8ff 1px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=  '#f8fff8' , EndColorStr= '#ffffff' );
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.da-cnttab-active, td.da-cnttab-active {
	display: inline;
}
.da-cnttab, td.da-cnttab{
	display:none;
}

/************************************************************************
* 
* Tables
*
************************************************************************/

td .error
{
color: Red;	
}

.table_DefaultList
{
	background-color:#5b8dcb;
}

.table_DefaultList .header
{
}

.table_DefaultList .header td
{
	background-color:#d4e7f8;
	padding:2px;
}

.table_DefaultList td
{
	background-color:white;
	padding:2px;
}

.tbWebsiteForm
{
}

.tbWebsiteForm tr
{
}

.tbWebsiteForm tr td
{
	vertical-align:top;
}

button
{
	border:1px solid #4770b0;	
	background-color: #d4e7f8;
	cursor:hand;
}

inputButton
{
	border:1px solid #4770b0;	
	background-color: #d4e7f8;
}


