/* CSS Document */

.left_shadow {background-image:url(images/left.jpg); background-repeat:repeat-y;}
.right_shadow {background-image:url(images/right.jpg); background-repeat:repeat-y;}
.bg_main {background-image:url(images/bg_background.jpg); background-repeat:repeat-y;}


/* Font Style */
.maintext1 {font-family:Arial; font-size:14px; color:#242424; font-weight:bold; padding:0px 20px 20px 0px;}
.mailtext {font-family:Arial; font-size:14px; color:#242424; font-weight:bold; text-decoration:none;}
.content_text {font-family:Arial; font-size:12px; color:#949494; font-weight:bold; padding:0px 20px 20px 0px; text-decoration:none;}
.content_textside {font-family:Arial; font-size:12px; color:#949494; font-weight:bold; text-decoration:none;}
.main_header1 {font-family:Arial; font-size:12px; color:#000066; font-weight:bold;}
.main_header2 {font-family:Arial; font-size:18px; color:#006699; font-weight:bold; padding:0px 0px 0px 250px}
.main_header3 {font-family:Arial; font-size:18px; color:#006699; font-weight:bold;}
.maintext2 {font-family:Arial; font-size:12px; color:#000000;}
.maintext3 {font-family:Arial; font-size:12px; color:blue; font-weight:bold;}
.maintext4 {font-family:Arial; font-size:12px; color:#009933;}


/* Padding */

.content_pad {padding:60px 0px 0px 30px}
.boarding_pad {padding:0px 0px 0px 10px;}

.bullet {list-style-image:url(images/list.jpg);}



/*Thumnail Viewer*/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: #999999;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}