/* ================================
    CSS STYLES FOR iWord 
   ================================
*/   

/* Default Font attributes. If no class/style is acknowleged, this is the default for text */
body, tr, p {font-family: geneva,verdana,sans-serif; font-size: 10px; color: #555555}


BODY
{
}

/* */
.HomeHead
{
    color: #999966;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    HEIGHT: 35px
}

/* */
.ContentHead
{
    background-color:  SteelBlue; /*#333399;*/
    color: white;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}

.SubContentHead
{
    background-color: LightSteelBlue;
    color: Navy;
    font-family: Verdana, Arial;
    font-size: 15px;
    font-weight: bold;
    height: 35px
}



/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Verdana, Helvetica, sans-seri;
    text-decoration: none;
    color: black;
    font-size: 11px;
}   

A.SiteLink:hover    
{
    text-decoration: underline;
    color: white;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
    color: #333399;
    font-family: Verdana, Helvetica, sans-seri;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold
}

A.SiteLinkBold:hover
{
    color: #6495ed;
    text-decoration: none;
}

A.HandCursor {cursor: help; }


/* GENERAL */


/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px    
}

/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.NormalControl
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox
{
    margin-left: -4px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
/*    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; */
    background-color:#ccccaa;    
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px    
}



SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    height:1pt;
    text-align:left
}

/* New Styles */

a:link {
	color: #4682B3;
	text-decoration: none;

}
a:hover {
	color: #2F5879;

}
a:visited {
	color: #4682B3;
}
a:active {
	color: #4682B3;

}

#navwhite a:link {
	color: #ffffff;
	text-decoration: none;
}

#navwhite a:hover {
	color: #ffffff;
}

#navwhite a:visited {
	color: #ffffff;
}

#navwhite a:active {
	color: #ffffff;
}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #346287;
	border: 1px solid #346287;
	padding-top: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 5px;
	height: 19px;
	width: 170px;
}

.form2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #346287;
	border: 1px solid #346287;
	padding-top: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 5px;
	height: 19px;
	width: 130px;
}

.form_back {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #346287;
	border: 1px solid #346287;
	padding-top: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 5px;
	height: 19px;
	width: 288px;
}

.PopupControl
{
    background-color:#ffffcc;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
    background-color:#fff;
    filter:alpha(opacity=80);
    opacity:0.7px;
} 

.modalPopup
{
    min-width:200px;
    min-height:150px;
    background:white;
}


.hiddenGridviewCol
{
    display:none;
}
.visGridviewcol
{
    display:block;
}




