﻿body {
    padding:0px;
    margin:0px;
    background-image:url("/images/backdiag.png");
    background-repeat:repeat-x;
    background-attachment:fixed;
    background-color:black;
    font-family:'Open Sans',Verdana, Geneva, Tahoma, sans-serif;
    color:white;
}

* {
    padding: 0px;
    margin: 0px
}

/*default layout wrapper*/
#wrapperouter{
    width:100%;
}
#wrapper {       
    margin: 0 auto;  
    width:975px;
    margin-top:30px;
}


/*-------------GLOBAL STYLES----------------*/

.RightPageContainer{
    display: table; 
    width:100%;
    position:relative;
}

.contentlink{
    display:inline-block;
    color:#ee3333;
    text-decoration: underline;
    cursor:pointer;
}

.contentlink:hover{
    color: #ffaa44;
}


/*General Button Style*/
.hcmButton {
    font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
    font-size: 10pt;
    padding:5px 10px 5px 10px;
    border-radius:8px;
    border: 1px;
}
/*General textbox Style*/
.hcmTextBox {
    font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
    font-size: 10pt;
    padding:5px 10px 5px 5px;
    margin-bottom:10px;
    background : linear-gradient(to bottom right, white , silver);
    border-radius:8px;
    border: 1px;
}



/*Category Header Style*/
.CategoryHeaderText{
    display:inline-block;
    font-size: 11px;
    font-weight: normal;
    color: #aaaaaa;
    padding-right:5px;
}

/*Category Value Style*/
.CategoryValueText{
    display:inline-block;
    font-size: 11px;
    font-weight: normal;
    color: white;
}

/*Text style 1*/
.TextType1{
    color:white;
    font-size: 14px;
}

a:visited {color: #ee3333; text-decoration: underline; }
a:link {color: #ee3333; text-decoration: underline; }
a:hover {color: #ffaa44; text-decoration: underline; }






