/* CSS Document */

body {
    background:#121315;
    margin:0;
    padding:0;
}
#title {
    background:url(vpc_images/bgs/bg_r1_c1.jpg) center repeat-x;
    width:100%;
    height:27px;
    text-align:center;
}
#band_select {
    background:url(vpc_images/bgs/bg_r2_c1.jpg) repeat-x;
    width:100%;
    height:27px;
    text-align:center;
}
#select_container {
    width:770px;
    margin:0 auto;
    text-align:left;
}
#select_container a { font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-size:11px; color:#CCCCCC; }
#select_container img, #select_container select {
    float:left;
}
#select_container select {
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    border:1px solid #003399;
    background:#000000;
    margin:6px 0 0 0;
    padding:0;
    width:645px;
}
#victory_content {
    background: #121315 url('vpc_images/bgs/bg_r4_c1.jpg') repeat-x;
    width:100%;
    text-align:center;
    font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#ebebeb;
    overflow:hidden;
    margin:0 0 10px 0;
}

#victory_assets {
    width:770px;
    margin:0px auto 0 auto;
    padding:15px 0;
    text-align:left;
    overflow:hidden;
}
#logo, #assets, #links {
    float:left;
    display:inline;
}
.v_feeds, .v_logos {
    display:block;
    margin-left:10px;
}
.v_feeds {
    padding:11px 0 12px 0;
}
.v_feeds a {
    padding-left:16px;
}
.v_feeds a:link, .v_feeds a:visited {
    text-decoration:none;
    color:#aaaaaa;
}
.v_feeds a:hover, .v_feeds a:active {
    text-decoration:underline;
    color:#FFFFFF;
}
.v_logos {
    padding-left:16px;
    background:url(vpc_images/icons/download.gif) left center no-repeat;
}
.v_logos a:link, .v_logos a:visited {
    color:#6f9ad1;
}
.v_logos a:hover, .v_logos a:hover {
    color:#FFF;
}
#links {
    width:353px;
}
#links a {
    background:url(vpc_images/icons/newwindow.gif) left center no-repeat;
    display:block;
    width:125px;
    float:right;
    margin-bottom:6px;
    clear:right;
    text-align:right;
}
#links a:link, #links a:visited {
    color:#aaaaaa;
    text-decoration:none;
}
#links a:hover, #links a:active {
    color:#FFFFFF;
    text-decoration:underline;
}
#victorstream {
    clear:both;
    font-family:Tahoma, Arial, Helvetica, sans-serif;
    color:#ebebeb;
    font-size:11px;
    width:770px;
    margin:0px auto;
    text-align:left;
}
.vs_headline{
    padding:10px 0;
    font-size:18px;
    font-weight:bold;
    border-bottom:1px solid #3b3c3d;
    border-top:1px solid #3b3c3d;
    margin-bottom:10px;
}
textarea {
    font-size:11px;
    font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
    background:#333333;
    color:#999999;
}
.blueText {
    color: #0066FF;
    font-weight: bold;
}
.rss_logo {
    background:url(vpc_images/icons/rss.jpg) left center no-repeat;
}
.excel_logo {
    background:url(vpc_images/icons/excel_logo.gif) left center no-repeat;
}
#footer {
    width:770px;
    margin:5px auto;
    text-align:left;
    padding:10px 0;
    border-bottom:1px solid #666666;
    border-top:1px solid #666666;
    font-size:10px;
    color:#999999;
}
#footer a:link, #footer a:visited {
    color:#6f9ad1;
}
#footer a:hover, #footer a:active {
    color:#FFFFFF;
}
.admin input {
    border:4px solid #2a2a2a;
}
.admin textarea {
    border:4px solid #3a3a3a;
    background:#ffffff;
    color:#000000;
    width:290px;
    height:200px;
}
.admin select {
    border:4px solid #4a4a4a;
    margin-left:4px;
}
.admin input.submitbtn {	
    border:4px solid #0f0f0f;
    background:black;
    color:#0099FF;
}
.instructions {
    font-size:11px;
    font-style:italic;
    font-weight:normal;
    font-family:Georgia, "Times New Roman", Times, serif;
    color:#CCCCCC;
}	
#error, #message {
    font-weight:bold;
    background-color:#333;
    color:#fff;
    border: 2px solid #fff;
    margin-bottom:8px;
    padding:4px;
}
