﻿/* reset css v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	background: transparent;
}
table, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
}
body {
/*	line-height: 1;*/
}
ol {
	list-style: none;
}
ul {
	list-style-position:inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset css */

/* default classes */
.contact_info ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#atffc { display:none; visibility:hidden; }
.rcFastPrev, .rcFastNext	{ display:none; visibility:hidden; }
.c_head { float:left; display:block; clear:both; width:100%; margin-bottom:10px; }

#poweredby { font-family:Arial; font-size:10px; display:block; float:none; margin:10px auto; text-align:center; width:950px; }
#poweredby a:link, #poweredby a:visited { color:#000; }
#poweredby a:hover { text-decoration:none; }

.ControlPanel, .PagingTable
{
    width: 100%;
    background-color: #FFFFFF;
    border-right: #003366 1px solid;
    border-top: #003366 1px solid;
    border-left: #003366 1px solid;
    border-bottom: #003366 1px solid;
}
body, .Head, .SubHead, .SubSubHead, .Help, .Normal
{
	font-family: Candara, Calibri, Trebuchet MS, Arial, Verdana;
}
.Head
{
    font-size: 18px;
    font-weight: normal;
    color: #002674;
    line-height:30px;
    height:30px;
}
.Help
{
    border-right: black 1px solid;
    padding-right: 2px;
    border-top: black 1px solid;
    padding-left: 2px;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 2px;
    border-left: black 1px solid;
    color: black;
    padding-top: 2px;
    border-bottom: black 1px solid;
    font-family: Tahoma, Arial, Helvetica;
    background-color: #ffff99;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	white-space:nowrap;
    font-size: 12px;
    font-weight: bold;
    padding:5px;
    text-align:center;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
    text-decoration: underline;
    font-size: 12px;
    color: #003366;
    font-weight: bold;
}

A.CommandButton:visited
{
    text-decoration: underline;
    font-size: 12px;
    color: #003366;
    font-weight: bold;
}

A.CommandButton:hover
{
    text-decoration: underline;
    font-size: 12px;
    color: #ff0000;
    font-weight: bold;
}

A.CommandButton:active
{
    text-decoration: underline;
    font-size: 12px;
    color: #003366;
    font-weight: bold;
}
