@charset "utf-8";
/* CSS Document */

.apg_menu_main {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 28px;
	background-image: url(images/design/simplemenu.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
	padding-left: 30px;
}

.apg_menu_active {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 32px;
	background-image: url(images/design/activemenu.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
	padding-left: 50px;
	color: #FFFFFF;
}

.apg_menu_active a:hover, .apg_menu_active a:visited {
	color: #FFFFFF;
}

.apg_intro {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-indent: 30px;
}
.apg_copyright {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	background-color: #2d7dfa;
	text-align: center;
}

.apg_copyright img{
	padding-top: 0px;
	margin-top: -11px;
}

.apg_body {
	background-color: #2d7dfa;
	background-image: url(images/design/ear.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}

.apg_body a{
	color: #000000;
	text-decoration: none;
}

.apg_body a:hover{
	text-decoration: underline;
}

.apg_border_left {
	background-image: url(images/design/leftborder.jpg);
}

.apg_body table {
	background-color: #FFFFFF;
	border: 0px;
	vertical-align: top;
	padding: 0px;
	cellpadding: 0px;
}

.apg_content_header {
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/design/topcontent.jpg);
	color: #FFFFFF;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	text-indent: 60px;
}

.apg_content_main {
	text-indent: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: justify;
}

.apg_content_main img{
	margin-right: 15px;
	float: left;
}

.apg_border_right {
	background-image: url(images/design/rightborder.jpg);
}
.apg_content_footer {
	text-align: right;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/design/bottomcontent.jpg);
	height: 36px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 3px;
	padding-right: 20px;
}

.apg_content_header a{
	color: #FFFFFF;
}

.apg_weather_table {
	margin-left: 20px;
	margin-top: 12px;
}

.apg_weather_header {
	height: 24px;
	text-align: center;
	background-image: url(images/design/activemenu.jpg);
}

.apg_weather_header a{
	color: #ffffff; 
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.apg_weather_content {
	padding-left: 10px; 
	padding-right: 10px;
}

.apg_weather_footer {
	position: relative;
	top: -23px;
	left: 20px;
}

a {
    outline: none;
}
   
#help {
    display: block;
    font-size: 12px;
    position: fixed;
    right: 0;
    top: 250px;
    width: 279px;
    z-index: 5;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

#help img{
    border: 0px;
}

#help-panel {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: none;
    float: right;
    width: 240px;
}

#help-panel .collapse {
    display: none;
    float: left;
    padding: 15px 10px;
    font-size: 12px;
    line-height: 15px;
}

#help-panel .collapse a {
    font-size: 11px;
    color: black;
    text-decoration: underline;
    font-size: 12px;
}

#support-header {
    background: url("/plugins/helper/images/24-7-bg.gif") repeat-x scroll 0 0 transparent;
    height: 17px;
    padding: 2px 0 0 10px;
}

#help-panel .main {
    background: url("/plugins/helper/images/item-bg.gif") repeat-x scroll 0 0 transparent;
    float: left;
    height: 37px;
    width: 240px;
}

#help-panel a.title {
    background: url("/plugins/helper/images/but-right.gif") no-repeat scroll 10px 15px transparent;
    color: #444;
    display: block;
    font-weight: bold;
    padding: 12px 10px 12px 22px;
    font-size: 12px;
}

#help-panel a.title span {
    color: #666;
    display: block;
    font-weight: bold;
    font-size: 12px;
}

#help-panel a.selected {
    background: url("/plugins/helper/images/but-down.gif") no-repeat scroll 10px 15px transparent;
}

#help a {
    text-decoration: none;
}

#help-button {
    float: right;
}
    


