/* This will call a seperate css to alternately control the way the page looks */
@import url(gatewayok.css);
/* This is a dummy class */
/* .dummy {color: red} */
/* Fonts */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px}

A {cursor: pointer;
background: transparent}

ADDRESS {font-style: italic}

BIG {font-size: 19px}

BLOCKQUOTE {font-style: italic}

BODY {margin-left: 0;
margin-right: 0;
padding: 0;
cursor: default}

BUTTON {cursor: auto}

CITE {font-style: italic}

CODE, KBD, SAMP, TT {font-size: 14px}

DT {font-weight: bold}

H1, H2, H3, H4, H5, H6 {font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif}

H1 {font-size: 23px}

H2 {font-size: 23px}

H3 {font-size: 19px}

H4 {font-size: 16px}

H5 {font-size: 13px}

H6 {font-size: 12px}

HTML {margin: 0; 
padding: 0}

INPUT {cursor: auto}

OL {list-style: decimal}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman}

OL OL OL OL {list-style: decimal}

PRE {margin-left/* */ : 0;
white-space: pre}

SMALL, SUB, SUP {font-size: 10px}

TEXTAREA {cursor: text}

TD {margin-left: 0}

TH {font-weight: bold;
text-align: center;
margin-left: 0}

UL, MENU, DIR {list-style: disc} 

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square}

UL UL UL UL {list-style: disc}

/* Here are the things you might want to change or remove */

/* This controls the color and font of standard text */

ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: black}

A:link {color: #00f;
text-decoration: none}

A:visited {color: #666;
text-decoration: none}

A:active {color: #00f;
text-decoration: none}

A:hover {color: #666;
text-decoration: underline}

BODY {background-color: #fff;
margin-left: 0;
margin-right: 0;
margin-top:0}

H1, H2, H3, H4, H5, H6 {color: #00008B;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif}

H1 {margin-left/* */ : -4%}

H2 {margin-left/* */ : -4%}

H3 {margin-left/* */ : -3%}

H4 {margin-left/* */ : -3%}

H5 {margin-left/* */ : -2%}

H6 {margin-left/* */ : -1%}

PRE {border: solid thin;
padding: 1em 3%}

/* Below is specific to Gateway pages */

TD.watermark {background-image: url(images/watermark.gif);
background-repeat : no-repeat;
background-position : center}

.white {color: #fff;
text-decoration: none}

.blue {color: #00008b;
text-decoration: none}

.red {color: #f00;
text-decoration: none}

A.tabDefault:link {color: #000;
text-decoration: none}

A.tabDefault:visited {color: #000;
text-decoration: none}

A.tabDefault:active {color: #000;
text-decoration: none}

A.tabDefault:hover {color: #000;
text-decoration: underline}

A.tabWhite:link {color: #fff;
text-decoration: none}

A.tabWhite:visited {color: #fff;
text-decoration: none}

A.tabWhite:active {color: #fff;
text-decoration: none}

A.tabWhite:hover {color: #fff;
text-decoration: underline}


A.default:link {color: #000;
text-decoration: none}

A.default:visited {color: #000;
text-decoration: none}

A.default:active {color: #000;
text-decoration: none}

A.default:hover {color: #000;
text-decoration: underline}

/* Start of Webcalendar Configuration*/
/* Table Height and Background Color */
Table.webcal {background-color: #000;
height : 300;
}
/* Day Row text and background color */
TD.webcal_header {color: #fff;
background-color: #36f;
padding : 0;
margin : 0;
text-align : center;
vertical-align : middle;
}
/* Active Event and Not Active Event colors*/
.active{color: #32cd32;
}
.notactive{color: #f00;
}
/* Day Row text and background color */
TD.webcal_day {color: #fff;
background-color: #36f;
padding : 2;
margin : 0;
height : 11;
width : 100;
text-align : center;
vertical-align : top;
}
/* Event Row text and background color */
TD.webcal_event {color: #000;
background-color: #fff;
padding : 2;
margin : 0;
height : 100;
text-align : left;
vertical-align : top;
}

.ctrl {width: 100%; }
.SubTitle {font-weight: bold; background: #DBEAF5; padding: 4px; }
.SectionText {padding-bottom: 15px;}
.NewsDate {font-weight: bold;}
.NewsText {margin-left: 10px; margin-bottom: 10px; }
.Answer {margin-left: 50px; margin-bottom: 10px; }
.cright {color: #fff; background: #4682B4; text-align: right; }

/* End of Webcalendar Configuration */
