/* @group STYLE ORANGE */
/*-----The styles below define the basic color scheme defined in index.php -----*/
/*-----Also defines default module styles when no suffix is entered -----*/
/*-----MAINBODY BASIC LINK TEXT -----*/
a {
	text-decoration: underline;
	color: #FFA300;
}
/*-----LEFT COLUMN LINK TEXT -----*/
#leftcol a {
	color: #FFA300;
}
#leftcol a:hover {
	color: "#FFF";
}
/*-----LEFT COLUMN DEFAULT MODULE HEADER -----*/

#leftcol .moduletable h3 {
	background: #FFA300 url(/template/images/module_orange_h3.png) no-repeat left center;
	color: #FFF;
	font: bold 15px/30px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/*-----LEFT COLUMN DEFAULT NEWSFLASH MODULE HEADINGS -----*/

#leftcol div.moduletable .contentheading a.contentpagetitle,
#leftcol div.moduletable .contentheading a.contentpagetitle:visited
{
	color: #FFA300;
	border-bottom: 1px solid #666;
	text-decoration: none;
}

/*-----Thick Borders around modules - Orange -----*/

div.thickborders {
 border-top: 4px solid #F7D229;
 border-bottom: 4px solid #F7D229;
 border-left: 4px solid #F7D229;
 border-right: 4px solid #F7D229;
 height: 363px;
}

/*-----INNER COLUMN DEFAULT NEWSFLASH MODULE HEADINGS -----*/

div.moduletable td.contentheading a.contentpagetitle:hover,
 {
	color: #FFA300;
	text-decoration: none;
}
div.moduletable a.contentpagetitle,
div.moduletable a.contentpagetitle:visited {
	color: #FFA300;
	background: url(/template/images/orangedot.png) no-repeat left center;
	text-decoration: none;
}

/*-----INNER COLUMN MODULE HEADINGS -----*/

div.left .moduletable h3 {
	background: #FFA300 url(/template/images/left_orange.png) no-repeat 0px 50%;
	color: #FFF;
	text-align: left;
	padding-left: 25px;

}
div.right .moduletable h3 {
	background: #FFA300 url(/template/images/right_orange.png) no-repeat 100% 50%;
	color: #FFF;
	text-align: right;
	padding-right: 25px;
}

/*-----INNER COLUMN WIDE MODULE HEADINGS -----*/

div.modulewrap_wide div.right_wide .moduletable h3,
div.modulewrap_wide div.left_wide .moduletable h3 {
	height: 30px;
	line-height: 30px;
	width: 946px;
	position: relative;
	background: #FFA300 url(/template/images/left_orange.png) no-repeat 0% 50%;
	color: #FFF;
	text-align: left;
	padding-left: 25px;
}
/*-----INNER COLUMN MODULE HEADINGS -----*/

div.modulewrap .right_wide .moduletable h3,
div.modulewrap .left_wide .moduletable h3 {
	height: 30px;
	line-height: 30px;
	width: 690px;
	background: #FFA300 url(/template/images/left_orange.png) no-repeat 0% 50%;
	color: #FFF;
	text-align: left;
	padding-left: 25px;
}

div.moduletable .contentheading a.contentpagetitle,
div.moduletable .contentheading a.contentpagetitle:visited {
	font-size: .90em;
	line-height: 1.25em;
	padding-left: 19px;
	color: #FFA300;
	background: url(/template/images/orangedot.png) no-repeat left center;
}


td.contentheading {
	font: 1.75em "Helvetica Neue",Helvetica, Arial, Verdana, serif;
	color: #FFA300;
	border-bottom: 1px solid #333;
	width: 99%;
}
.componentheading {
	color: #FFA300;
	border-bottom: none;
}
a.contentpagetitle, .contentpagetitle a, .contentpagetitle a:visited {
	color: #FFA300;
	width:100%;

}
/*-----HEADING 1-----*/

#mainbody h1 {
	font: normal 2em/1.5em "Helvetica Neue", Helvetica, Arial, Verdana, serif;
	letter-spacing: -1px;
	color: #FFA300;
}
/*-----HEADING 2-----*/

#mainbody h2 {
	font: normal 1.75em/1.75em "Helvetica Neue", Helvetica, Arial, Verdana, serif;
	letter-spacing: -1px;
	color: #79B700;
}
/*-----HEADING 3-----*/

#mainbody h3 {
	font: normal 1.5em/1.75em "Helvetica Neue", Helvetica, Arial, Verdana, serif;
	letter-spacing: -1px;
	color: #111;
}
/*-----HEADING 4-----*/

#mainbody h4 {
	font: normal 1.25em/1.5em "Helvetica Neue", Helvetica, Arial, Verdana, serif;
	letter-spacing: -1px;
	color: #fff;
}

/*-----INTERIOR BACKGROUND COLOR (REQUIRES IMAGE CHANGE TOO)-----*/
p.alert {
	background: #9b0000 url(/template/images/exc.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FF0000;
    border-bottom: 2px solid #FF0000;
	color: #f8ff00;
}
p.info {
    background: #004284 url(/template/images/info.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #006DFF;
    border-bottom: 2px solid #006DFF;
	color: #fff;
}
p.warn {
    background: #d5aa00 url(/template/images/warn.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #F7D229;
    border-bottom: 2px solid #F7D229;
	color: #FFF;
}
p.green {
    background: #008000 url(/template/images/info.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #00FF33;
    border-bottom: 2px solid #00FF33;
	color: #fff;
}
p.livetopic {
    background: #d5aa00 url(/template/images/warn.png) no-repeat 10px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 1px 10px 1px 30px;
    border-top: 4px solid #F7D229;
    border-bottom: 4px solid #F7D229;
    border-left: 4px solid #F7D229;
    border-right: 4px solid #F7D229;
    color: #fff;
}
/* @end */