﻿body {
    /*background : url(images/header/layout-bg.jpg) #ffffff repeat-x;*/
    background: #000000;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
a[target="_blank"]  {
    background: url(/Content/images/content/icons/newwindow.png) no-repeat right center;
    padding-right: 11px;
    color: #00a2d5;
    text-decoration: none;
}

.layout-bg {
    background: url(images/layout/layout-bg.jpg) #000000 no-repeat top center; /*background : #000000; 	border-left: 1px solid #404040; 	border-right: 1px solid #404040;*/
}
.layout-body {
    color: #000000;
    font: 12px tahoma, arial, verdana, helvetica, sans-serif;
    left: 50%;
    margin: 0 0 0 -480px;
    position: relative; /*bottom: 0; 	top: 0px; 29px;*/
    width: 960px; /* adjust width as needed */
    padding: 0;
}
.layout-border-top {
    border-bottom: 1px solid #555555;
    left: 50%;
    margin: 0 0 0 -480px;
    position: relative; /*bottom: 0; 	top: 0px; 29px;*/
    width: 960px; /* adjust width as needed */
    padding: 0 0 6px 0;
}
.dropdownliststyle {
    font-size: 11px;
    padding: 1px;
}
.textboxstyle {
    background: url(images/content/textboxstyle-bg.jpg) repeat-x;
    border: 1px solid #000000;
    color: #000000;
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 2px 2px 2px 3px;
    width: 200px;
}
.buttonstyle {
    background: #ffffff;
    border: 1px solid #ff7f00;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
}