/* CSS Document */
html {
	height: 100%;
    margin:0px;
}

body {
	height: 100%;
    margin:0px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size:12px;
    text-align:center;
}

#wrap {
    width: 896px;
    /*height: 500px;*/
    margin-left:auto;
    margin-right:auto;
    padding-top: 123px;
    text-align:left;
    background-image:url(../images/vtv15_header.jpg);
    background-repeat:no-repeat;
    background-position: 17px 0px;
}

#menuUpper {
    border-top: solid 1px #8B8B8B;
    border-left: solid 1px #8B8B8B;
    border-right: solid 1px #8B8B8B;
}

#menuMid {
    border-left: solid 1px #8B8B8B;
    border-right: solid 1px #8B8B8B;
}

#menuLower {
    border-bottom: solid 1px #8B8B8B;
    border-left: solid 1px #8B8B8B;
    border-right: solid 1px #8B8B8B;
}

.topMenu {
    width: 894px !important; width: 896px;
    height: 23px  !important; height: 30px;
    /*margin: 1px;*/
    padding-top: 5px !important; padding-top:5px;
    /*border: solid 1px #8B8B8B;*/
    background-color: #F1F6FA;
    color: #004D8D;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.topMenu .seperator {
    width: 1px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;

    border-left: solid 2px #004D8D;
    /*border-bottom: solid 1px #004D8D !important; border-bottom: solid 0px #004D8D;*/
    display: inline;
}

.topMenu .spacer {
    width: 13px;
    height: 20px;
    display: block;
    float: left;
}

.topMenu .link {
    /*height: 28px;*/
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: inline;
}

.topMenu a {
    text-decoration: none;
    /*vertical-align: 10%;*/
    color: #004D8D;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

#leftMenu {
    float: left;
    width: 300px !important; width: 302px;
    height: 382px  !important; height: 384px;
    margin-top: 13px;
    background-color: #F1F6FA;
    border: solid 1px #8B8B8B;
    overflow: auto;
}

#videoLinks {
   margin: 5px;
   height: 385px;
}

.videoTitle {
    color: #004D8D;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.videoTitle a {
    color: #004D8D;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.videoDesc {
    color: #333333;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

#rightContentBorder {
    float:right;
    width: 575px;
    height: 384px;
    margin-top: 13px;
    background-color: #8B8B8B;
}

#rightContent {
    width: 573px;
    height: 382px;
    margin: 1px;
    background-color: #F1F6FA;
    text-align: center;
}

#videoObj {
    margin-left: auto;
    margin-right: auto;
}


#viewCount {
    float:right;
    width: 575px;
    margin-top: 13px;
    text-align: center;
}

#centerContent {
    float:left;
    width: 894px !important; width: 896px;
    _height: 382px;
    min-height: 382px;
    margin-top: 13px;
    color: #004D8D;
    background-color: #F1F6FA;
    border: solid 1px #8B8B8B;
    text-align: center;
}

#contentInner {
    width: 573px;
    margin-top: 13px;
    margin-left:auto;
    margin-right:auto;
    text-align: left;
}

#webServices {
    /*float:right;*/
    width: 896px;
    /*padding-top: 13px;*/
    margin-bottom: 13px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    color:#333333;
    font-size:11px;
}

#webServices a {
    color:#333333;
    text-decoration:none;
}

#webServices a:visited {
    color:#333333;
    text-decoration:none;
}

#webServices a:hover {
    text-decoration:underline;
}

/* admin styling*/
.formButton{
  margin: 5px;
  height: 40px;
}

.borderedTable, .borderedTable td {
    border-color: #000000;
    border-style: solid;
}

.borderedTable {
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

.borderedTable td {
    margin: 0;
    padding: 0 3px 0 3px;
    border-width: 1px 1px 0 0;
}

.adminInput {
    width: 400px;
}