/* 
    Document   : style
    Created on : Jun 4, 2011, 12:12:49 AM
    Author     : Dee Jay'
    Description:
        Purpose of the stylesheet follows.

        This is the mail style sheet of the website
*/

body {
    display: block;
    background-color: #ffffff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 10px;
}

a {
    text-decoration: none;
    color: teal;
}

.actualBody{
    background-color: #F9FFFB;
    padding: 5px;
    min-height: 400px;
}

.rightMost{
    float: right;
}

.logo{
    float: left;
}
.topRight{
    float: right;
    margin-bottom: 5px;
}

td{
    font-size: 12px;
}

.smallHeading, h1, h2, h3{
    background-color: #ccff99;
    font-size: 14px;
    padding: 4px;
    padding-left: 15px;
    margin-bottom: 8px;
    border-bottom-style: solid;
    border-bottom-color: #009900;
    border-bottom-width: 2px;
    text-shadow: 0px 0px 1px;
}
h1{
    font-size: 16px;
}

.simpleHeading{
    margin: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.mHead{
    background-color: #ccff99;
    font-size: 16px;
    padding: 4px;
    padding-left: 15px;
    margin-top: 10px;
    border-bottom-style: inset;
    border-bottom-color: #009900;
    border-bottom-width: 2px;
}

.label{
    background-color: #e0ffc2;
    font-size: 14px;
    padding-left: 8px;
    margin-bottom: 4px;
    border-bottom-style: inset;
    border-bottom-color: #66ff33;
    border-bottom-width: 1px;
}

#login, #register{
    background-color: #EFF5F8;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    border-width: 1px;
    border-color: #6633ff;
    border-style: solid;
    margin: 3px;
    padding: 4px;
    width: 250px;
    line-height: 5px;
    background-image: url(../images/shade1.png);
    background-repeat: repeat-x;
}

input.text{
    background-color: #33ff33;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.mess{
    background-color: #ffffcc;
    border-bottom-style: inset;
    border-bottom-color: #3399FF;
    border-bottom-width: 1px;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 2px;
}

.button, .buttonOver{
    background-color: #ffffcc;
    border-bottom-style: inset;
    border-bottom-color: #999900;
    border-bottom-width: 1px;
    font-weight: bold;
    padding: 4px;
    cursor: pointer;
    color: teal;
}
.buttonOver{
    background-color: #ffcc66;
}

img{
	border: none;
}

/*
 *	Navigation Menu
 */
.navMenuTop {
    background-color: #009966;
    text-align:center;
    width: auto;
    height: 24px;
}
.navMenuItem {
	float:left;
	width:100px;
	margin:0;
	padding:0;
	text-align:center;
}
.navMenuItem a {
	display:block;
	padding:5px 10px;
	height:14px;
	color:#cccccc;
	text-decoration:none;
}
.navMenuItem a {
	background:url("images/bg2.jpg") repeat 0 0;
}
.navMenuItem a {
	background:url("images/bg.jpg") repeat -20px 35px;
}
.navMenuParent{
    background-color: #C0FA0F;
    clear:both;
    border-bottom-width: 2px;
    border-top-width: 2px;
    border-bottom-color: #0099cc;
    border-top-color: #0099cc;
    border-bottom-style: solid;
    border-top-style: solid;
}

.announcement{
    background-color: #CCFF99;
    padding: 5px;
    padding-right: 300px;
    border-bottom-style: solid;
    border-bottom-color: #009900;
    border-bottom-width: 2px;
}

.notVisible{
	display: none;
}

/*
 *      Index (homepage)
 */
.slideShow{
    
}
.homeBlock{
    clear: both;
    padding: 5px;
    width: 650px;
}
.homeBlockIcon{
    float: left;
    padding: 25px;
    background-color: #f7f6f6;
}
.homeBlockDescription{
    float: left;
    width: 550px;
    padding: 5px;
}
.lrBox{
    position: absolute;
    right: 20px;
    top: 150px;
}

/*
 *  Member's
 */

.memberHAd{
    background-color: #bed8ff;
    text-align: center;
}

/*
 *  Inbox, Outbox, Stream     / messages display
 */

.inboxAllBox{
     clear:both;
 }
.inboxLeftMenu{
    float: left;
    width: 15%;
}
.inboxRightMenu{
    background-color: #ccffcc;
    float: right;
    width: 15%;
    text-align: center;
    padding: 5px;
}
.inboxCenter{
    background-color: #bed8ff;
    float: left;
    width: 66%;
    padding: 5px;
    min-height: 500px;
    /*height: 500px;*/
}
.delAll{
    background-color: #ffffcc;
    color: #cc0000;
    display: none;
    border-color: #cc0000;
    border-width: 1px;
    border-style: solid;
    padding: 6px;
}

.menuInactive, .menuActive, .menuInactiveOver, .menuSeperator{
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.menuInactive{
    border-bottom-style: solid;
    border-bottom-color: #B5CBEC;
    border-bottom-width: 1px;
}
.menuActive{
    background-color: #bed8ff;
    background-image: url(../images/shade2.png);
    background-repeat: repeat-y;
    border-bottom-style: solid;
    border-bottom-color: #B5CBEC;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-color: #B5CBEC;
    border-left-width: 5px;
    padding-left: 10px;
}
.menuInactiveOver{
    background-color: #E2FEFE;
    border-bottom-style: solid;
    border-bottom-color: #B5CBEC;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-color: #B5CBEC;
    border-left-width: 2px;
    padding-left: 13px;
}
.menuSeperator{
    border-bottom-style: inset;
    border-bottom-color: #B3B5AB;
    border-bottom-width: 2px;
}

.toolbar{
    background-color: #CCFFCC;
    padding: 6px;
    border-bottom-style: inset;
    border-bottom-color: #009900;
    border-bottom-width: 1px;
}

.toolbarItem{
    background-color: #CCFFCC;
    padding: 5px;
}
.toolbarItemOver{
    background-color: #85CB83;
    padding: 5px;
}

.sms, .smsnew, .smsinc{
    background-color: #E9EFF8;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #B3B5AB;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 6px;
    padding-top: 6px;
    clear: both;
}
.smsnew{
    background-color: #F8FCA6;
}
.smsinc{
    background-color: #e6feea;
}
.smsLeft{
    width: 200px;
    color: #B3B5AB;
    float: left;
}
.smsRight{
    margin-left: 220px;
    min-height: 60px;
}

/*
 * Member's Summary
 */
.memberSummary{
    background-color: #FCDBCE;
    text-align: left;
    padding: 2px;
}
#messageSummaryHeader{
    cursor: pointer;
}

/*
 *  Compose
 */

.compose{
    background-color: #ccccff;
    width: 400px;
    margin-top: 10px;
    padding: 5px;
    float: left;
    border-width: 1px;
    border-color: #006666;
    border-style: solid;
}
.cText{
    width: 380px;
    height: 140px;
    font-family: Georgia,'Times New Roman',times,serif;
    background-color: #FFFCF5;
}
#cRight{
    float: right;
    font-size: 10px;
}
#cLen{
    font-size: 14px;
    float: left;
    margin-left: 6px;
    margin-right: 6px;
}
.cPhonebook, .phonebook{
    width: 250px;
    margin-top: 10px;
    padding: 5px;
    background-color: #ffff99;
    float: left;
    min-height:100px;
    /*height:100px;*/
}
.cPhonebookItem, .cPhonebookItemOver, .phonebookItemOver{
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-color: #ffffcc;
    height: 18px;
}
.cPhonebookItemOver{
    background-color: #ccff00;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #999900;
    height: 18px;
    cursor: pointer;
}
.phonebookItemOver{
    background-color: #ccff00;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #999900;
    height: 18px;
}

.phonebook{
    float: none;
}
.phonebookAdd{
    background-color: #3399ff;
    margin-top: 10px;
    padding: 5px;
}

/*
 *
 */
.footer{
	background-color: #BEBEB0;
	padding: 5px;
	margin-top: 5px;
	text-align: center;
        float: left;
}

/*
 *
 */
.chatBigBox{
    border: 3px solid #ffff99;
    height: 600px;
    position: relative;
    overflow: auto;
}

.chatBox{
    border: 2px solid #999900;
    background-color: #ccff99;
    height: 330px;
    width: 230px;
    float: right;
    /*position: absolute;
    bottom: 0;
    right: 0;
    */
}
.chatBoxHeading{
    border-bottom: 2px solid #999900;
    background: #009900;
    color: #fff;
    height: 30px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    word-spacing: 3px;
    overflow: hidden;
}
.chatBoxBody{
    height: 180px;
    overflow: auto;
    border-bottom: 3px solid #999900;
}
.chatBoxInput{
    
}
.chatMessInput{
    width: 100%;
    height: 100px;
}
.chatNotification{
    background: #ffff99;
    height: 50px;
}
abbr { border-bottom: 1px dotted #333; }
