/* ================================
    CSS STYLES FOR THE PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: white;
}

/* background color for the content part of the pages */
Body
{
	background-color: white;
	font-family: Arial;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	font-family:Verdana;
	font-size: 20pt;
	font-weight: bold;
	color: Green;
}

/* background/border colors for the selected tab */
.TabBg
{
	background-color: white;
	border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	background-color: #696969;
	border-color: black;
}

.OtherTabsBg td
{
	border-color: black;
}

/* text style for the selected tab */
.SelectedTab
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #8B0000;
	font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #DCDCDC;
	text-decoration: none;
	font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:hover
{
	text-decoration: underline;
	color: white;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* hyperlink style for the site links */
A.SiteLink:link
{
	text-decoration: none;
	color: black;
}

A.SiteLink:visited
{
	text-decoration: none;
	color: #4b7da7;
}

A.SiteLink:active
{
	text-decoration: none;
	color: #4b7da7;
}

A.SiteLink:hover
{
	text-decoration: underline;
	color: red;
}

/* style for separator between site links */
.Accent
{
	color: red;
	font-weight: bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-size: 11px;
	background-color: #eeeeee;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8B0000;
}



/* GENERAL */
/* style for module titles */
.Head
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #008a3f;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8B0000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* 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;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.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;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: #8B0000;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #8B0000;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #8B0000;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: red;
}




/* GENERIC */
H1
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H2
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H3
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8B0000;
}

H4
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #008a3f;
}

H5, DT
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #008a3f;
}

H6
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8B0000;
}

TFOOT, THEAD
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #8B0000;
}

TH
{
	vertical-align: baseline;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #77b170;
	border-color:Gray;
}

A:link
{
	text-decoration: none;
	color: #8B0000;
}

A:visited
{
	text-decoration: none;
	color: #8B0000;
}

A:active
{
	text-decoration: none;
	color: #8B0000;
}


A:hover
{
	text-decoration: underline;
	color: red;
}

.Normal A:link
{
	text-decoration: none;
	color: #008a3f;
}

.Normal A:visited
{
	text-decoration: none;
	color: #008a3f;
}

.Normal A:active
{
	text-decoration: none;
	color: #008a3f;
}

.Normal A:hover
{
	text-decoration: underline;
	color: red;
}

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
{
	color: #696969;
	height: 1pt;
	text-align: left;
	height: 0.1pt;
}

.gv_List TH,.gv_List TD
{
	border:solid 1px gray;
}

.gv_List TH
{
    color:white;
	/*background-color:#008a3f;*/
    background-color:#31849b;
    height:20px;
}

.gv_List TH a
{
    color:#ffffe1;
}

TD
{
	line-height: 18px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-color:Gray;
}

DIV#ind_sol_Bak
{
	margin-top: 20px;
	border-top: #999 1px solid;
	margin-right: 10px;
	padding-top: 20px;
}

DIV#ind_sol
{
	margin-top: 2px;
	border-top: #999 0px solid;
	margin-right: 10px;
	padding-top: 0px;
}

DIV#ind_sol TABLE TR TD
{
	vertical-align: top;
}
DIV#ind_sol TABLE TR TD A
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #444;
	font-size: 10px;
	text-decoration: none;
	padding-top: 0px;
}
DIV#ind_sol TABLE TR TD A:hover
{
	color: #008a3f;
}
DIV#ind_sol TABLE TR TD A.icon IMG
{
	margin: 2px 0px 0px 2px;
}
DIV#ind_sol TABLE TR TD A.icon
{
	border-bottom: #999 1px solid;
	border-left: #999 1px solid;
	width: 64px;
	display: block;
	height: 64px;
	border-top: #999 1px solid;
	border-right: #999 1px solid;
}
DIV#ind_sol TABLE TR TD A.icon:hover
{
	border-bottom-color: #444;
	border-top-color: #444;
	border-right-color: #444;
	border-left-color: #444;
}

.username
{
	background-image: url(../Images/username.gif);
	background-position: 1px 1px;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.password
{
	background-image: url(../Images/password.gif);
	background-position: 1px 1px;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.filter
{
	border: 1px solid #007e3a;
	background: #DCEBE3;
	font-family: Tahoma;
	font-size: 10pt;
}
.filter .head
{
	color: white;
	text-decoration: none;
	background: #4b7da7;
	padding: 2px;
	font-family: ms san-serif;
}
.filter .head:hover, .filter .head:active, .filter .head:visited
{
	color: white;
	text-decoration: none;
}
.filter .head:hover
{
	font-weight: bold;
}
.filter .body
{
	padding: 2px;
	overflow-x: hidden;
}
.filter .body select
{
	width: 128px;
	height: 20px;
	border: 1px solid #999;
}
.filter .body .menu
{
	width: 300px;
	text-align: right;
	border-top: groove 2px;
	margin-top: 2px;
}
.filter input[type=text]
{
	padding: 2px 8px 0pt 3px;
	height: 16px;
	width: 115px;
	border: 1px solid #999;
}

#menu
{
    margin: 0 0;
    padding: 0;
    background: #4b7da7 url(../Images/menubg.gif) repeat-x bottom;
	/*background-size:1px 32px;*/
	background-position-y:-5px;
    color: #fff;
    width: 100%;
    height: 35px;
}
#menu a, #menu a:visited
{
    color: #fff;
    text-decoration: none;
    background: inherit;
}
#menu .submit a:hover
{
	color:lightgreen;
}
#menu .submit
{
    vertical-align: bottom;
    padding-top: 6px;
}
#menu .submit ul
{
    margin: 0;
    padding: 0 10px 0 0;
    list-style: none;
}
#menu .submit li
{
    display: inline;
    margin: 0;
    padding: 0;
}
#menu .submit a
{
    float: left;
    background: transparent;
    margin: 0;
    padding: 0 0 0 0;
    text-decoration: none;
}
#menu .submit a span
{
    float: left;
    background: url(../Images/menusep.gif) no-repeat left;
    font-weight: bold;
    display: block;
    padding: 0 15px 0 15px;
    margin-right: 2px;
    margin-top: 0px;
}
#menu .submit a span
{
    float: none;
}
#menu .submit ul li.current a span
{
    color:Orange;
}