/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	background-color: #c8e1f6;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 80%;
 color: #c8e1f6;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

img
{
 border-style: none;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
	width: 1024px;
	background-image: url(/images/SunRays.png);
	background-position: top-left;
	background-repeat: no-repeat;
}

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	border-style: none;
}

#navBar{
	float: left;
	width: 125px;
	background-image: url(/images/woodgrain.png);
	margin: 0px;
	padding: 0px;
	background-color: #eacd95;
}

#navBarBottom{
	background-image: url(/images/woodgrainbottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#headlines{
	float:right;
	width: 14%;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: right;
	width: 72%;
	left: 5%;
	right: 5%;
}

#content pre{
	text-align: left;
}

#content h4{
	font-size: small;
	font-weight: bold;
	color: #333333;
	margin: 0px;
 	padding: 0px;
}

#content h5{
	font-size: xx-small;
	font-weight: normal;
	margin: 0px;
 	padding: 0px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCCCCC;
	color: #cccccc;
}

#globalNav img{
 	display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #forecast styles *************/



#scroll{
	font-size: 60%;
	padding: 0px 0px 0px 0px;
	border-spacing: 0;
}

#forecastlcdlh{
	float: left;
	width: 20px;
	background-image: url(/images/lcdlh.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#forecastlcdrh{
	float: right;
	width: 20px;
	background-image: url(/images/lcdrh.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#forecastlcdc{
	background-image: url(/images/lcdc.png);
	background-repeat: repeat-x;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	align: center;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	background-color: #c8e1f6;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
	background-color: #c8e1f6;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	width: 98%;
	font-size: 75%;
	text-align: center;
	color: #cccccc;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
}

#siteInfo img{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#plea {
	position: center;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #cccccc;
	font-size: x-small;
}

#plea a{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: xx-small%;
}
/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	text-align: left;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	text-align: left;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
}

/************** #advert styles **************/

#loopfile{
	padding: 0px 0px 0px;
}

#loopfile img{
	display: block;
	border: 0px;
	vertical-align: middle;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: x-small;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#headlines a{
	padding: 0px 0px 0px 0px;
	font-size: xx-small;
}

/*************** #grass styles ****************/

#grass {
	background-image: url(/images/grass.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.TopTblHeading {
	background-color red;
}

/*************** #Notice Board ****************/
#notice {
    visibility: hidden;
    z-index: 500;
    height: 348px;
    width: 600px;
    background-color: #000000;
    border: 5px solid #2a2b2b;
    display: none;
    position: absolute;
    left: 25%;
    top: 30%;
}

#notice_bg {
    position: absolute;
    visibility: hidden;
    z-index: 499;
    min-height: 135%;
    width: 100%;
    background-color: #000000;
    left: 0%;
    top: 0px;
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
    margin: 0px;
    padding: 0px;
}

#notice_close  {
    background-color: #2a2b2b;
    position: absolute;
    top: -23px;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    right: 0px;
    z-index: 501;
}

#notice_close a {
    color: #A1EF00;
    text-decoration: none;
}

/**************** 2nd Attemp***********************/
#dialog-overlay {

    /* set it to fill the whil screen */
    width:100%;
    height:100%;

    /* transparency for different browsers */
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background:#000;

    /* make sure it appear behind the dialog box but above everything else */
    position:absolute;
    top:0; left:0;
    z-index:3000;

    /* hide it by default */
    display:none;
}


#dialog-box {

    /* css3 drop shadow */
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

    /* css3 border radius */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    background:#eee;
    /* styling of the dialog box, i have a fixed dimension for this demo */
    width:328px;

    /* make sure it has the highest z-index */
    position:absolute;
    z-index:5000;

    /* hide it by default */
    display:none;
}

#dialog-box .dialog-content {
    /* style the content */
    text-align:left;
    padding:10px;
    margin:13px;
    color:#666;
    font-family:arial;
    font-size:11px;
}

a.button {
    /* styles for button */
    margin:10px auto 0 auto;
    text-align:center;
    display: block;
    width:50px;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;

    /* button color */
    background-color: #e33100;

    /* css3 implementation :) */
    /* rounded corner */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    /* drop shadow */
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);

    /* text shaow */
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;

}

a.button:hover {
    background-color: #c33100;
}

/* extra styling */
#dialog-box .dialog-content p {
    font-weight:700; margin:0;
}

#dialog-box .dialog-content ul {
    margin:10px 0 10px 20px;
    padding:0;
    height:50px;
}
