/************************************************
 *
 *  File        :     css/global.css
 *  Version     :     v1.0
 *  Date        :     Monday,March 31,2008
 *
 ************************************************
 * Global style settings
 ************************************************/

@media screen {

* {
    margin:0px;
    padding:0px;
}

 /************************************************
 *					Body
 ************************************************/
body {
        background:#1c1c1c url(../images/bg.jpg) repeat-x;
}
 /************************************************
 *					/Body
 ************************************************/


 /************************************************
 *					Divs
 ************************************************/

 div#container {
        width:900px;
        margin:0 auto;
}
div#header {
        width:900px;
        height:207px;
        background-image:url(../images/Triggerhappylogo.jpg);
}
div#header h1 {
        text-indent:-9000px;
}
div#maincontent {
        width:900px;
        height:210px;
}
div#leftcol {
        background-image:url(../images/leftcol.jpg);
        width:256px;
        height:210px;
        float:left;
        padding-left:10px;
        padding-right:10px;
}
div#leftcol h4 {
       font-family:tahoma;
       font-size:9px;
       color:#5C5C5C;
       font-weight:bold;
       margin-left:70px;
       margin-top:10px;
       text-align:center;
}
div#leftcol p {
       font-family:tahoma;
       font-size:9px;
       color:#525254;
       /*width:204px;
       height:143px;*/
       margin-left:56px;
       text-align:center;
}
div#loginbox {
        background-image:url(../images/loginbox.jpg);
        width:318px;
        height:210px;
        float:left;
}
div#loginbox h1 {
        font-family:tahoma;
        font-size:10px;
        color:#000000;
        font-weight:bold;
        margin-top:51px;
        text-align:center;
}
div#loginbox p {
        font-family:tahoma;
        font-size:10px;
        color:#000000;
        text-align:center;
        padding-bottom: 10px;
}
div#loginbox div.block {
        margin-bottom: 10px;
}
div#loginbox div.block label {
        padding-right:10px;
        float:left;
        width:104px;
        text-align:right;
        font:bold 10px tahoma;
        color:#404040;
}
div#loginbox div.block input {
        background: url(../images/inputbox.jpg);
        border:0;
        width:164px;
        height:15px;
        padding-top:8px;
        font:bold 10px tahoma;
        color:#111111;
        text-align:center;
}
div#loginbox div#bbox label {
        float: left;
        margin-top: 20px;
        margin-left: 20px;
        font: bold 10px tahoma;
        color:#404040;
}
div#loginbox div#bbox input#checkbox {
        float: left;
        margin-top: 20px;
        margin-left: 5px;
}
div#loginbox div#bbox input#loginbtn {
        float: right;
        margin-top: 10px;
        margin-right: 40px;
background-image:url(../images/button.jpg);
font: bold 10px tahoma;
border: 3px solid #000000;
font-family: arial;
color: #FFFFFF;
background-color: #222222;

}
div#rightcol {
        background-image:url(../images/rightcol.jpg);
        width:306px;
        height:210px;
        float:left;
}
div#rightcol h5 {
       font-family:tahoma;
       font-size:9px;
       color:#5C5C5C;
       font-weight:bold;
       width:204px;
       height:25px;
       margin-left:60px;
       margin-top:10px;
}
div#rightcol ul {
       margin-left: 60px;
       list-style:none;
}
div#rightcol li {
       margin-top: 6px;
       padding-top: 5px;
       width: 126px;
       height: 19px;
       font: bold 10px tahoma;
       color:#e4504e;
       text-align: center;
       background:url(../images/button.jpg) no-repeat;
}
div#rightcol ul li a {
       text-decoration: none;
       color:#e4504e;
       margin-bottom:6px;
}
div#footer {
        background-image:url(../images/footer.jpg);
        width:900px;
        height:120px;
}
div#footer p {
        margin:2px 0px 0px 0px;
        font:10px tahoma;
        color:#6a1e1e;
        margin-left:116px;
}

}