﻿/* HTML TAGS */

body
{
	margin: 0px;
	padding: 0px;
	background-image: url(        '../Images/background.jpg' );
	font-family: Verdana;
	font-size: 11px;
}

table
{
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
}

table th, table td
{
	padding: 0px;
	border-width: 0px;
	border-style: none;
}

img
{
	border: 0px;
}

/* LAYOUT */

#page
{
	width: 968px;
	margin-left: auto;
	margin-right: auto;
}

#topHeader
{
	width: 968px;
	height: 110px;
	background-image: url(        '../Images/top.jpg' );
}

#titleHeader
{
	width: 968px;
	height: 89px;
	background-image: url(        '../Images/title.jpg' );
}

#bottomHeader
{
	width: 968px;
	height: 39px;
}

#searchBox
{
	width: 319px;
	background-image: url(        '../Images/searchBox.jpg' );
}

#messageBox
{
	width: 649px;
	background-image: url(        '../Images/messageBox.jpg' );
}

#navigation
{
	width: 968px;
}

#menu
{
	width: 968px;
}

#menu table
{
	border-spacing: 2px;
	border-collapse: separate;
}
/*
#menu table td
{
	padding: 4px 0px 4px 0px;
}
*/

#content
{
	width: 968px;
	background-color: #ffffff;
}

#leftContent
{
	width: 154px;
	padding: 5px;
	vertical-align: top;
}

#middleRightContent
{
	width: 804px;
	vertical-align: top;
}

#middleContentForHomePage
{
	width: 480px;
	vertical-align: top;
}

#rightContentForHomePage
{
	width: 300px;
	padding: 5px;
	vertical-align: top;
}

#middleContent
{
	width: 558px;
	padding: 15px;
	vertical-align: top;
}

#line
{
	width: 1px;
	height: 425px;
	background-image: url(   '../Images/line.jpg' );
	background-repeat: no-repeat;
}

#rightContent
{
	width: 205px;
	padding: 5px;
	vertical-align: top;
}

#footer
{
	background-color: #676767;
	width: 968px;
}

.middleContentHeading
{
	width: 558px;
	padding-bottom: 10px;
	text-align: left;
}

.middleContentHeading2
{
	width: 558px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.rightContentHeading
{
	width: 205px;
	padding-bottom: 10px;
	text-align: left;
}


.middleRightContentHeading
{
	width: 794px;
	padding: 15px 5px 10px 5px;
	text-align: left;
}

/* HEADER */

.formatDate
{
	vertical-align: bottom;
	text-align: right;
	padding-right: 7px;
	padding-bottom: 7px;
}

/* FOOTER */

.footerNotes
{
	width: 100%;
}

.footerNotes td
{
	padding: 5px;
}

/* MENU */

#mainmenu
{
	background-color: #000000;
	width: 100%;
}

.mainmenustyle
{
	background-image: url(  '../Images/mainMenu.jpg' );
	background-repeat: no-repeat;
	width: 100px;
	height: 31px;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	cursor: default;
	border-left: solid 3px transparent;
	border-right: solid 3px transparent;
}

.mainmenustyleonmouseover
{
	background-image: url(  '../Images/mainMenu.jpg' );
	background-repeat: no-repeat;
	width: 100px;
	height: 31px;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	cursor: default;
	text-decoration: underline;
	border-left: solid 3px transparent;
	border-right: solid 3px transparent;
}

.submenustyle
{
	border: solid 1px #404040;
	background-color: #000000;
	padding: 5px;
	width: 90px;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #ffffff;
	cursor: default;
}

.submenustyleonmouseover
{
	border: solid 1px #404040;
	background-color: #73654D;
	padding: 5px;
	width: 90px;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #ffffff;
	cursor: default;
}

/* TEXT */

.standardHeading
{
	font-family: Verdana;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}

.standardText
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none; /**/
}

.standardBoldText /**/
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none; /**/
}

.whiteText
{
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}

/* HYPERLINKS */

a.standardLink:link, a.standardLink:visited
{
	font-size: 11px;
	font-family: Verdana;
	color: #90890e;
	font-weight: bold;
	text-decoration: none;
}

a.standardLink:hover
{
	font-size: 11px;
	font-family: Verdana;
	color: #90890e;
	font-weight: bold;
	text-decoration: none;
}

.disableStandardLink
{
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
	font-weight: bold;
}

a.whiteLink:link, a.whiteLink:visited, a.whiteLink:hover
{
	font-size: 11px;
	font-family: Verdana;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* TABLE */

.mainTable
{
	border: solid 1px #858585;
	width: 100%;
}

.mainTable th
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #333333;
	color: #ffffff;
}

.mainTable th, .mainTable td, .mainTableXHeaderStyle, .mainTableX td
{
	padding: 5px;
}

.mainTable td
{
	font-family: Verdana;
	font-size: 11px;
	border: solid 1px #ffffff;
}

.mainTableRowStyle, .mainTableXRowStyle
{
	background-color: #F1F1F1;
}

.mainTableAlternateRowStyle
{
	background-color: #E5E5E5;
}

.mainTableSelectedRowStyle
{
	background-color: #FFCC66; /*background-color: #73654D; 	color: White;*/
}

.mainTableXHeaderStyle
{
	background-color: #333333;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}

.mainTableX td
{
	border: solid 1px #ffffff;
}

.mainTableXFieldHeaderStyle
{
	font-weight: bold;
}

.mainTableXCommandRowStyle, .mainTableCommandRowStyle
{
	text-align: center;
	background-color: #F1F3F5;
}

/* TREEVIEW */

.treeView
{
	width: 205px;
}

.treeViewNodeStyle
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.treeViewSelectedNodeStyle
{
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	background-color: #676767;
	font-weight: bold;
	text-decoration: none;
}

/* TOPSPEECH */

.topSpeechList
{
	width: 495px;
	border-width: 0px;
	border-spacing: 5px;
	border-style: none;
	border-collapse: separate;
	text-align: center;
}

.topSpeechBox
{
	background-image: url(        '../Images/topSpeechBox.jpg' );
	background-repeat: no-repeat;
	width: 155px;
	height: 147px;
	vertical-align: top;
	text-align: left;
}

.topSpeechBoxHeader
{
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.topSpeechBoxTitle
{
	font-size: 11px;
	color: #EEEEEE;
	vertical-align: top;
}

.topSpeechBoxData td
{
	padding: 2px;
}
.topSpeechBoxDataSeparator
{
	width: 2px;
}

a.topSpeechLink:link, a.topSpeechLink:visited
{
	font-size: 11px;
	font-family: Verdana;
	color: #90890e;
	text-decoration: none;
}

a.topSpeechLink:hover
{
	font-size: 11px;
	font-family: Verdana;
	color: #90890E;
	text-decoration: underline;
}

/* SLIDE */

.slideList
{
	width: 495px;
	border-width: 0px;
	border-spacing: 5px;
	border-style: none;
	border-collapse: separate;
	text-align: center;
}

.slide
{
	background-repeat: no-repeat;
	background-image: url(        '../Images/slide.jpg' );
	text-align: center;
	width: 480px;
	height: 71px;
}

a.slideLink:link, a.slideLink:visited
{
	font-family: Verdana;
	font-size: 21px;
	color: #90890e;
	font-weight: bold;
	text-decoration: none;
}

a.slideLink:hover
{
	font-family: Verdana;
	font-size: 21px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.slideText
{
	font-family: Verdana;
	font-size: 21px;
	color: #90890e;
	font-weight: bold;
}

.slideSeparator
{
	font-family: Verdana;
	font-size: 21px;
	color: #C0C0C0;
	padding: 0px 5px 0px 5px;
}

/* FLAG */

.flag
{
	padding-bottom: 5px;
}

.flagImage
{
	width: 154px;
	height: 71px;
}

/* BANNER */

.banner
{
	padding-bottom: 5px;
}

.bannerImage
{
	width: 300px;
	height: 260px;
}

/* SUBSCRIPTION */

.sbsLrgPan
{
	width: 300px;
	background-color: #F7F7F7;
	border: solid 1px #666666;
	border-collapse: separate;
}

.sbsLrgPan td
{
	padding: 5px;
}

.sbsLrgPanEmail
{
	width: 210px;
}

.sbsLrgPanGo
{
	width: 30px;
}

.sbsLrgPanVal
{
	width: 4px;
}

.sbsLrgPanLoader
{
	width: 16px;
}

.sbsLrgPanStatusA
{
	display: table-cell;
}

.sbsLrgPanStatusIA
{
	display: none;
}

.sbsSmlPan
{
	width: 205px;
	background-color: #F7F7F7;
	border: 1px solid #666666;
	margin-top: 10px;
	border-collapse: separate;
}

.sbsSmlPan td
{
	padding: 5px;
}

.sbsSmlPanEmail
{
	width: 141px;
}

.sbsSmlPanGo
{
	width: 30px;
}

.sbsSmlPanVal
{
	width: 4px;
}

.sbsSmlPanStatusA
{
	display: table-cell;
}

.sbsSmlPanStatusIA
{
	display: none;
}

/* CATEGORY */

.categoryList
{
	width: 100%;
	border-width: 0px;
	border-spacing: 5px;
	border-style: none;
	border-collapse: separate;
}

.categoryBox
{
	border: 1px solid #666666;
	padding: 20px;
	background-color: #F7F7F7;
	width: 33%;
	text-align: center;
	vertical-align: middle;
}

/* BUTTON */

.button
{
	font-size: 11px;
	background-color: #333333;
	color: #ffffff;
}

/* VALIDATION */

.error
{
	color: #FF0000;
}

.valSum
{
	color: #FF0000;
	background-color: #F1F1F1;
}

.success
{
	color: #008000;
}

/* PAGER */

.pagerMessage
{
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.pager
{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

a.pagerLink:link, a.pagerLink:visited
{
	font-size: 11px;
	font-family: Verdana;
	color: #90890e;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}

a.pagerLink:hover
{
	font-size: 11px;
	font-family: Verdana;
	color: #90890e;
	font-weight: bold;
	padding: 2px;
	text-decoration: underline;
}

.selectedPagerLink
{
	border: 1px solid #000000;
	position: relative;
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
	font-weight: bold;
	background-color: #ffffff;
	padding: 1px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

/**/
.hideDisplay
{
	display: none;
}

/* ASKIMAM */

.aimSQPan
{
	width: 205px;
	background-color: #F7F7F7;
	border: 1px solid #666666;
	margin-top: 10px;
}

.aimSQPan td
{
	padding: 5px;
}

.questionText
{
	width: 100%;
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
}

.questionText th, .questionText td
{
	padding: 0px;
	border-width: 0px;
	border-style: none;
}

.qtH
{
	width: 5%;
	vertical-align: top;	
}

.qtB
{
	width: 95%;
}