body{
    font-family: Arial;
    font-size: 12px;
    background: url("../images/back.jpg") no-repeat scroll center top #EDEDED;
    margin: 0;
    padding: 0;
    color: #333333;
}
a, a:visited{
    text-decoration: none;
    color: #F3782B;
    outline: none;
}
a:hover{}
a:active{}
strong{
    font-weight: 700;
}
#wrapper{
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
#wrapper #navigation{
    background: url("../images/menu.png") no-repeat scroll center top transparent;
    height: 504px;
    left: 0;
    position: absolute;
    top: 128px;
    width: 209px;
    z-index: 3;
}
#wrapper #navigation ul{
    font-size: 14px;
    list-style: none outside none;
    margin: 50px 0 0 30px;
    padding: 0;
    position: relative;
    z-index: 5;
}
#wrapper #navigation ul li{
    line-height: 16.5px;
    margin: 10pt 0;
    padding: 0;
}
#wrapper #navigation ul li a{
    display: block;
    color: #000;
}
#wrapper #navigation ul li a.active{
    color: #fff;
}
#wrapper #navigation #hover{
    background: url("../images/menu-item.png") no-repeat scroll 0 0 transparent;
    height: 73px;
    left: -28px;
    position: absolute;
    top: 0;
    width: 257px;
    z-index: 4;
}
#wrapper #navigation #hover.active{
    background: url("../images/menu-item.png") no-repeat scroll 0 -73px transparent;
}
#wrapper #layout{
    left: 15px;
    min-height: 500px;
    position: absolute;
    top: 150px;
    width: 100%;
    z-index: 1;
}
#wrapper #layout #content-top{
    background: url("../images/content-top.png") no-repeat scroll center top transparent;
    height: 100px;
    margin: 0;
    padding: 0 0 0 215px;
}
#wrapper #layout #content-top h1{
    font-size: 24px;
    padding: 60px 0 0;
}
#wrapper #layout #content-middle{
    background: url("../images/content-middle.png") repeat-y scroll center top transparent;
    min-height: 500px;
    margin: 0;
    padding: 0 35px 10px 215px;
}
#wrapper #layout #content-middle h2{
    font-size: 16px;
}
#wrapper #layout #content-middle ul li {
    list-style: disc outside none;
    margin: 0 0 0 30px;
}
#wrapper #layout #content-bottom{
    background: url("../images/content-bottom.png") no-repeat scroll center top transparent;
    height: 80px;
    margin: 0 0 20px;
}
#wrapper #layout #content-bottom #footer{
    padding: 50px;
    text-align: center;
}

ul.news-winners {float:left;}
.login-form{    padding: 26px 0 0 10px;}
#error{
    color: #FF0000;
    font-size: 11px;
}
.sociallinks{
    margin: 10px 0 0;
}

label{font-weight: 700;}
input,
textarea{font-family: Arial; font-size: 12px;    outline: medium none;}
textarea{padding: 5px;}
input[type=text],
input[type=password]{
    border: 1px solid #cccccc;
    margin: 5px 0;
    padding: 5px;
    width: 250px;
    outline: medium none;
}

input[type=submit],
#wrapper #layout #content-middle #apps .app .actions .action{
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 12px/100% Arial, Helvetica, sans-serif;
    padding: 0.5em 2em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top,  #fff,  #ededed);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
    outline: none;
}
input[type=submit]:hover,
#wrapper #layout #content-middle #apps .app .actions .action:hover{
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
    outline: medium none;
}
input[type=submit]:active,
#wrapper #layout #content-middle #apps .app .actions .action:active{
    color: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
    background: -moz-linear-gradient(top,  #ededed,  #fff);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
    outline: medium none;
}

#wrapper #layout #content-middle #apps .app .actions .action{
    padding: 10px;
}

#wrapper #layout #content-middle #apps .app .actions{
    margin: 0 0 20px 0;
}

#wrapper #layout #content-middle #apps .app{
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 30px;
    padding: 0 0 30px;
}

#wrapper #layout #content-middle #apps .app .docs .doc{
    margin: 0 0 10px;
}

#wrapper #layout #content-middle #apps .app .scrn{
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    height: 60px;
    margin: 2px;
    padding: 10px;
    text-align: center;
}
#wrapper #layout #content-middle #apps .app .scrn img{margin:0 0 10px;}

table tr td {
    padding: 10px;
}

#apps .app h2{
    margin: 0 0 10px;
    padding: 0;
}

img {border: none;}

a.disabled{
    color: #CCCCCC !important;
    text-shadow: 0 0 0 #FFFFFF !important;
}
