﻿/* Standard HTML tags */
BODY
{
    font-size: 10pt;
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #49484a;
    background-color: #fff;
}
p
{
	font-size: 1em;
	color: #49484a;
	font-family: Verdana, Helvetica, Sans-Serif;
}
/* Important the order:link,visited,hover,focus,active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
a
{
    font-size: 1em;
    color: #ff0000;
    text-decoration: none;
    font-family: Verdana, Helvetica, Sans-Serif;
    cursor: pointer;
}
A:link
{
	font-size: 1em;
	color: #ff0000;
	text-decoration: none;
	font-family: Verdana, Helvetica, Sans-Serif;
}
A:visited
{
	font-size: 1em;
	color: #ff0000;
	text-decoration: none;
}
A:hover
{
	color: #a8a8c6;
	text-decoration: none;
}
A:focus
{
	color: #a8a8c6;
	text-decoration: none;
}
A:active
{
	color: #a8a8c6;
	text-decoration: none;
}
DIV
{
	font-size: 1em;
}
H1
{
	font-weight: bold;
	font-size: 1.6em;
}
H2
{
    font-weight: bold;
    font-size: 1.5em;
    color: #666699;
    font-style: italic;
    font-family: 'Times New Roman';
}
H3
{
    font-weight: bold;
    font-size: 1.4em;
    color: #666699;
    font-style: italic;
    font-family: 'Times New Roman';
}
H4
{
	font-weight: bold;
	font-size: 1.3em;
}
H5
{
	font-weight: bold;
	font-size: 1.2em;
}
H6
{
	font-weight: bold;
	font-size: 1.1em;
}
HR
{
	color: #045708;
	height: 1px;
	text-align: center;
}
TABLE
{
}
THEAD
{
}
TR
{
}
TH
{
	font-size: 1em;
}
TD
{
	font-size: 1em;
	font-family: Verdana, Helvetica, Sans-Serif;
}
TFOOT
{
	font-size: 1em;
}
TEXTAREA
{
	font-size: 0.8em;
	font-family: Verdana, Helvetica, Sans-Serif;
}
OL
{
	font-size: 1em;
}
UL
{
    font-size: 1em;
    list-style-type: none;
}

/* Rainbow Master Layout */
#LayoutPosition
{
}
#LayoutContainer
{
    width: 776px;
}
#LayoutHeader
{
    height: 103px;
}
#HeaderColumn1
{
    float: left;
    width: 195px;
    height: 103px;
    background-image: url(images/strip3.gif);
    background-repeat: no-repeat;
}
#HeaderColumn2
{
    float: left;
}
#HeaderColumn3
{
	float: right;
}
#ClearColumn
{
	padding: 0px;
	clear: both;
}
.ClearColumn
{
	padding: 0px;
	clear: both;
}

/* Three panes */
#LayoutPanes
{
    padding: 0px;
    margin: 0px;
    background-color: white;
    background-image: url(images/sfum.gif);
    background-repeat: repeat-y;
    display: block;
    height: 100%;
}
#Left
{
    float: left;
    width: 135px;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
    position: relative;
    overflow: hidden;
}
.LeftPane
{
}
#Content
{
    margin-left: 135px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-image: url(images/bkg.jpg);
    background-repeat: no-repeat;
}
.ContentPane
{
}
#Right
{
    float: right;
    padding: 0px;
    margin: 0px;
}
.RightPane
{
}
#LayoutFooter
{
}
.Footer
{
    text-align: center;
    font-size: 0.8em;
    margin: 0px;
    border-top: #a8a8c6 4px solid;
    padding-top: 3px;
    padding-bottom: 3px;
}
#W3C
{
    text-align: right;
    padding-top: 20px;
    margin: 0px;
}
.Footer A:link
{
}
.Footer A:visited
{
}
.Footer A:hover
{
}



/* LogIn/LogOut */
.SiteLink
{
    padding-right: 20px;
    padding-top: 25px;
    color: #ff0000;
    text-align: right;
    font-size: 0.8em;
    font-family: Verdana, Helvetica, Sans-Serif;
}
.SiteLink A:link
{
	text-decoration: none;
	color: #ffffff;
}
.SiteLink A:visited
{
	color: #ffffff;
}
.SiteLink A:hover
{
	color: #c0c0c0;
}
.SiteLink A:focus
{
	color: #ffffff;
}
.SiteLink A:active
{
	color: #ffffff;
}
.Error /* Error and warning messages */
{
	color: Red;
}

.Normal
{
	font-size: 1em;
	color: #49484a;
	font-family: Verdana, Helvetica, Sans-Serif;
	line-height: normal;
	letter-spacing: normal;
}
.NormalBold
{
	padding-left: 5pt;
	font-weight: bold;
	font-size: 1em;
	color: #49484a;
	font-family: Verdana, Helvetica, Sans-Serif;
}
.NormalItalic
{
	font-size: 1em;
	font-style: italic;
}
.NormalSmallBold
{
	font-size: 0.7em;
	color: #49484a;
	font-weight: bold;
	font-family: Verdana, Helvetica, Sans-Serif;
}
.SubHead
{
	font-weight: 600;
	font-size: 1.2em;
	color: #666699;
	padding-top: 4px;
	font-family: Verdana, Helvetica, Sans-Serif;
}
.SubSubHead
{
	margin-top: 10px;
	font-weight: 600;
	font-size: 1.1em;
}







.linkCommand
{
	font-size: 12px;
	color: #ff0000;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}

.linkCommand a
{
	color: #ff0000;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}

.linkCommand a:visited
{
	color: #ff0000;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}


.adminForm
{
	margin: 10px;
}

.error
{
	color: red;
}

.success
{
	color: Green;
}

.button a
{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.button a:active
{
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}




#HeaderTabs
{
    width: 107px;
}
#tabsJ
{
    font-size: 1em;
}
#tabsJ ul
{
    margin: 0;
    padding-right: 0px;
    padding-left: 5px;
}
#tabsJ li
{

    padding-bottom: 6px;
}
#tabsJ a
{
    text-decoration: none;
}
#tabsJ a span
{
    color: #ffffff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span
{
}
/* End IE5-Mac hack */
#tabsJ a:hover span
{
    color: #5c925f;
}
#tabsJ a:hover
{
}
#tabsJ a:hover span
{
}

#tabsJ #current a
{
}
#tabsJ #current a span
{
    color: #5c925f;
}


#navJcontainer
{
}

/* rounded */

#navJ
{
    margin: 0;
    padding-right: 0px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
}

#navJ li
{
	margin: 0;
	padding: 0;
    list-style-type: none;
}

#navJ a:link, #navJ a:visited
{
    font-size: 0.7em;
    text-decoration: none;
    color: #fff;

}

#navJ a:link.active, #navJ a:visited.active, #navJ a:hover
{
    color: #5c925f;
}

