/* Body Styles */
Body{background-image: url("/img/misc/bg.gif");background-position:center;color:#738D94;font-size:11px;margin:0px;padding:0px;}
Form{margin:0;padding:0;}
#Site{background-color:white;/*border:2px solid #53AEF2;*/height:100%;margin:0;padding:0;width:1000px;}
#SideContent{background-color:#709EF3;padding:5px;}
#MiddleContent{background-color:#709EF3;padding:5px;width:600px;}

/* Footer Styles */
#Footer{color:#738D94;font-family:Tahoma;font-size:11px;background-image:url("/img/misc/fbot.jpg");}
#Footer A{color:#738D94;text-decoration:none;}
#Footer Img{margin:0 10px 0 10px;}
#Footer #Copyright{font-size:10px;}
#Footer #DebugInfo{font-size:10px;}

img{border:0;/*padding: 0 2px 0 2px;*/}

/*Input*/
Textarea{width:95%;font-family:Tahoma;font-size:11px;color:#738D94;border:1px solid #000000;margin:0;padding:0;background-color:#E3ECFC;}
Textarea:hover{width:95%;font-family:Tahoma;font-size:11px;color:#738D94;border:1px solid #000000;margin:0;padding:0;background-color:#C3D8FF;}

input{border:1px solid #7F9DB9;background-color:#E3ECFC;padding:2px;font-size:10px;} 
input:hover{border:1px solid #000000;background-color:#C3D8FF;}

select{background-color:#E3ECFC;border:1px solid #7F9DB9;} 
select:hover{background-color:#C3D8FF;border:1px solid #000000;}

.btn{background-color:transparent;border:0;background-image:url('/img/controls/button/mb.gif');width:150px;height:22px;cursor:pointer;}
.btn:hover{background-color:transparent;border:0;background-image:url('/img/controls/button/mbh.gif');width:150px;height:22px;cursor:pointer;}

/*
Button{background-image:url('/img/controls/button/mb.gif');background-color:transparent;font-family:Tahoma;
font-size:11px;font-weight:700;color:white;border:none;padding-left:2px;width:150px;height:35px;}
Button:hover{cursor:pointer;background-image:url('/img/controls/button/mb.gif');background-color:transparent;font-family:Tahoma;
font-size:11px;color:white;padding-left:2px;border:none;width:115px;height:24px;}
*/

/*Links*/
A{font-family:Tahoma;color: #583857;font-size:11px;text-decoration:none;}
A:hover{font-family:Tahoma;color:#745E84;font-size:11px;text-decoration:underline;}

/* Side Modules css */
#SideContent #Module{font-size:10px;margin:10px 0 10px 0;width:170px;}
#SideContent #Module #Icon{position:absolute;margin-top:-15px;margin-left:-30px;}
#SideContent #Module .Title{color:#9A481B;font-family:Tahoma;font-size:11px;padding-bottom:2px;font-weight:700;padding-left:30px;}
#SideContent #Module #Title{color:#9A481B;font-family:Tahoma;font-size:11px;padding-bottom:2px;font-weight:700;padding-left:30px;}
#SideContent #Module #Content{background-color:#F2F6F7;width:150px;padding:1px;}
#SideContent #Module #Content table{font-size:11px;}
#SideContent #Module #Error{background-color:#FFFF66;border:1px dashed #000000;padding: 1px 3px 1px 3px;width:140px;}

/* Middle Modules css */
#MiddleContent #Module{margin:10px 2px 10px 2px;}
#MiddleContent #Module #Icon{position:absolute;margin-top:-15px;margin-left:-35px;}
#MiddleContent #Module .Title{color:#9A481B;font-family:Tahoma;font-size:11px;font-weight:700;padding-bottom:2px;padding-left:5px;}
#MiddleContent #Module #Title{color:#9A481B;font-family:Tahoma;font-size:11px;font-weight:700;padding-bottom:2px;padding-left:40px;}
#MiddleContent #Module #Content{background-color:#F2F6F7;font-family:Tahoma;font-size:11px;padding:1px;}
#MiddleContent #Module #Content table{font-family:Tahoma;font-size:11px;padding:0;}

/* CSS For the module container */
/* Module Base Header */
.MBTL {background-image:url(/img/module/tl.gif);background-repeat:no-repeat;height:21px;}
.MBTM {background-image:url(/img/module/tm.gif);background-repeat:repeat-x;height:21px;}
.MBTR {background-image:url(/img/module/tr.gif);background-repeat:no-repeat;width:7px;height:21px;}

/* Module Shadow */
.MST {background-image:url(/img/module/st.png);background-repeat:no-repeat;width:7px;}
.MSM {background-image:url(/img/module/sm.png);background-repeat:repeat-y;width:7px;}
.MSBL{background-image:url(/img/module/sbl.png);background-repeat:no-repeat;width:7px;height:7px;}
.MSBM{background-image:url(/img/module/sbm.png);background-repeat:repeat-x;height:7px;}
.MSBR{background-image:url(/img/module/sbr.png);background-repeat:no-repeat;height:7px;width:7px;}

/* Horizontal and Vertical Dividers for forms */
#HR{background-image:url("/img/misc/dot.gif");background-repeat:repeat-x;clear:both;height:1px;margin-top:2px;margin-bottom:2px;}
#VR{background-image:url("/img/misc/dot.gif");background-repeat:repeat-y;height:100%;width:1px;}

/* Contact List Vertical NavBar Divs */
#ContactsNav{padding:0;margin:0;margin-bottom:-10px;border-right: 1px solid #000;font: bold 12px Verdana, sans-serif;}
#ContactsNav Li{list-style: none;margin:0;padding:0;display: inline;}
#ContactsNav Li A{display:block;padding: 2px 0 2px 0;margin:0 0 10px 5px;border: 1px solid #000;border-right: none;background: white;text-decoration: none;text-align:center;cursor:pointer;}
#ContactsNav Li A:link { color: #448; }
#ContactsNav Li A:visited { color: #448; }
#ContactsNav Li A:hover{color: #000;border-color:#227;}
#ContactsNav Li A.Current{background: #DDE;border-right: 1px solid #DDE;margin-left:0px;margin-right:-2px;}

/* Site NavBar Styles */
#NavBar{margin-bottom:-10px;font:bold 12px Verdana, sans-serif;overflow:visible;z-index:1;}
#NavBar td A:link {color:#448;}
#NavBar td A:visited {color:#448;}
#NavBar td A:hover{color:#000;border-color:#227;}
#TextInTab{padding-left:33px;padding-bottom:0;}
#ImgInTab{position:absolute;top:60px;}

/* NavBar Active */
.NAL{background-image:url('/img/tabs/nlca.gif');background-repeat:no-repeat;width:8px;height:30px;}
.NAM{background-image:url('/img/tabs/nma.gif');background-repeat:repeat-x;height:30px;}
.NAR{background-image:url('/img/tabs/nrca.gif');background-repeat:no-repeat;width:8px;height:30px;}

/* NavBar Inactive css */
.NIL{background-image:url('/img/tabs/nlci.gif');background-repeat:no-repeat;width:8px;height:30px;}
.NIM{background-image:url('/img/tabs/nmi.gif');background-repeat:repeat-x;height:30px;}
.NIR{background-image:url('/img/tabs/nrci.gif');background-repeat:no-repeat;width:8px;height:30px;}

/* MyMail Navbar Styles */

/* Mail Active css */
.MAL{background-image:url('/img/tabs/mlca.gif');background-repeat:no-repeat;width:7px;height:32px;}
.MAM{background-image:url('/img/tabs/mma.gif');background-repeat:repeat-x;height:32px;}
.MAR{background-image:url('/img/tabs/mrca.gif');background-repeat:no-repeat;width:7px;height:32px;}

/* Mail Inactive css */
.MIL{background-image:url('/img/tabs/mlci.gif');background-repeat:no-repeat;width:7px;height:32px;}
.MIM{background-image:url('/img/tabs/mmi.gif');background-repeat:repeat-x;height:32px;}
.MIR{background-image:url('/img/tabs/mrci.gif');background-repeat:no-repeat;width:7px;height:32px;}

/* My mail/compose font color */
#Compose td{color:336699;font-size:bold;}

.MPane{background-color:#90cdff;padding-top:20px;}

.ContactList{background-color:#DDE;position:absolute;overflow:hidden;z-index:1;margin-left:5px;}
.ContactOdd{border:1px solid #000000;padding-left:5px;font-size:13px;background-color:#CCA;cursor:pointer;}
.ContactEven{border:1px solid #000000;padding-left:5px;font-size:13px;background-color:#ACC;cursor:pointer;}

/* Tour */
#Cap {margin-left:10px;font-size:18px;font-family:Geneva;}
