body {
	filter:alpha(opacity=100);
	margin: 0px;
	height:100%;
	background-image: url(../images/bg_index.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #333333;
	font-family: "Trebuchet MS";
		} 
h1 {
	font-size: 25px;
	font-weight: bold;
	color: #FF7110;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
h2 {
	font-size: 21px;
	color: #633000;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #FF6600;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
h4 {
	font-size: 21px;
	color: #633000;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
.small {
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
}
.link_text {
	font-size: 14px;
	color: #FF6600;
}
.link_text a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 27px;
	width: 177px;
	padding-top: 2px;
	padding-left: 80px;
}	
.link_text a:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#mainBodyDiv {
	width: 1200px;
	margin:0 auto;
}
#headerBorder {
	margin-left: auto;
	margin-right: auto;
	width: 1140px;
	margin-top: 20px;
	height: 88px;
	padding-left: 20px;
	padding-right: 40px;
	}
	
#headerRightBorder {
	float: right;
	padding-top: 20px;
	}
.headerLogo {
	height: 74px;
	position: relative;
	align: left;
	float: left;
	width: 286px;
	padding-left: 0px;
	padding-bottom: 0px;

	}
.bold {
	font-weight:bold;
	font-size:24px;
	margin: 0px;
	padding: 5px;
	color: #004D6B;
}
.normal {
font-weight:normal;
font-size:12px;
}
/* ================= MENUBAR ================= */
#nav-menu{
	margin-top: 2px;
	height: 36px;
}
#nav-menu ul{
	list-style: none;
	margin:0;
	padding: 0;
}
#nav-menu li{
	float: left;
	background-repeat: repeat-x;
	padding: 0px;
}
#nav-menu li a{
	display: block;
	text-decoration: none;
	width: 238px;
	font-weight: bold;
	font-size:16px;
	text-align: center;
	height:28px;
	padding-top: 6px;
	color: #A4A4A4;
	background-image: url(../images/nav_0.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #666666;

}
#nav-menu li a:hover{
	background-image: url(../images/nav_bg.jpg);
	height: 28px;
	float: left;
	width: 238px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #666666;
	border-left-width: 1px;
	border-left-style: ridge;
	border-left-color: #FFFFFF;
}
#side_menu {
	width: 320px;
	font-size: 14px;
	font-weight: bolder;
	padding: 5px;
	float:left;
	color: #004D6B;
	margin-top: 20px;
}
#side_menu ul
  {
    list-style:none;
    margin: 0;
    padding: 0;
	float: left;
  }

#side_menu li a 
  {
	display: block;
	padding: 10px;
	background-color: #F7EFF7;
	text-decoration: none;
	border-bottom: 1px dotted #B6B6B6;
	color: #52555A;
	width: 220px;
	font-size: 16px;
	text-align: center;
  }

#side_menu ul li a:hover 
  {
	border-bottom: 1px dotted #B6B6B6;
	text-decoration: none;
	color: #ffffff;
	background-color:#66FFFF;
	background-image: url(../images/sm_bg.jpg);
	background-repeat: repeat-x;
  }
.selected {
	background-image: url(../images/nav_bg.jpg);
	background-color: #FF9900;
	text-decoration: none;
	margin: 0px;
	display: block;
	height: 28px;
	width: 238px;
	font-size:16px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 6px;
}
#button{
	width:153px;
	height:51px;
	margin-top: 10px;
}
#button a {
	font-size: 18px;
	text-decoration: none;
	margin: 0px;
	display: block;
	background-image: url(../images/btn_01.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 22px;
	padding-top: 7px;
	text-align: center;
	padding-bottom: 18px;
}
#button a:hover {
	text-decoration: none;
	background-image: url(../images/btn_02.jpg);
	background-repeat: no-repeat;
	color: #000000;
}
img {
	border:none;
}
/* ================= END MENUBAR ================= */
/* ================= MAIN SECTION ================= */
#content1 {
	float: left;
	width: 1160px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.5em;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#container {
	float: left;
	width: 850px;
	padding-top: 0px;
	line-height: 1.2em;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: -20px;
	font-size:14px;
}
#msg_box {
	font-size: 14px;
	line-height: 1em;
	font-weight: normal;
	color: #000000;
	height: 30px;
	margin-top: 0px;
	background-color: #FFFFCC;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#container_2 {
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
#border {
	width: 788px;
	border: 1px solid #999999;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#mediaspace {
	background-color: #CCCCCC;
	height: 171px;
	width: 304px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ================= box ================= */
.signup_title {
	width: 490px;
	font-weight: bold;
	color: #666666;
	background-color: #D6D7DE;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.text_table {
	font-size: 12px;
	color: #333333;
}
#table_form {
	border: 1px solid #999999;
	margin-top: 10px;
	padding-bottom: 20px;
	width: 805px;
}
#table_list {
	margin-top: 10px;
	padding: 0px;
}
#broadcast_1 {
	width: 800px;
}

thead tr {
	color: #FFFFFF;
	background-color: #333333;
}
.grey{
	color: #FFFFFF;
	background-color: #1F2E50;
}
.list {
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
}
.list a {
	margin: 0px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
}

.list a:hover {
	margin: 0px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
}
.form {
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	vertical-align: top;
}
/* --- Sign In  --- */
	
#signTextDiv {
	width: 250px;
	height:51px;
	float:right;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
#signTextDiv1 {
	width: 320px;
	margin-left: 70px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
	
.signText {
	color:#575757;
	font-size:14px;
	font-weight: bold;
	width: 80px;
	float:left;
	padding-top: 10px;
	}
	
.signTextInput {
	float:left;
	font-size:12px;
	color:#000000;
	width: 150px;
	padding-top: 5px;
	}
	
#signLink {
	color: #585858;
	font-size: 12px;
	margin-left: 70px;
	min-height:inherit;
	text-decoration: none;
	margin-top: 20px;
	float: left;
	width: 150px;
	}
	
#signLink a {
	color: #004D6B;
	text-decoration: underline;
	}
	
#signLink a:hover {
	color: #FF6600;
	text-decoration: none;
	}	
#sign_box1 {
	float: left;
	width: 399px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/bg_signin.jpg);
	background-repeat: repeat-x;
	height: 248px;
	border: 1px solid #FFCC99;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sign_box2 {
	float: left;
	width: 422px;
	margin-left: 20px;
}
#sign_box3 {
	width: 320px;
	margin-left: 70px;
	margin-top: 20px;
}
#icon_signin {
	background-image: url(../images/icon-signin.png);
	margin: 0px;
	float: left;
	height: 51px;
	width: 52px;
}
#sign_text {
	float: left;
	width: 309px
	margin-left: 20px;
}
/* --- End Sign In  --- */

/* ================= link ================= */
#studio_link {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	width: 800px;
	list-style-type: none;
	height: 30px;
}
#studio_link ul {
	display: inline;
	padding-top: 0px;
	list-style-type: none;
	margin: 0px;
}
#studio_link li {
	border: 1px outset #005A87;
	float: left;
	height: 30px;
	width: 170px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	text-align: center;
	white-space: normal;
	margin-left: 0px;
	display: list-item;
}

#studio_link a{
	height: 30px;
	width: 170px;
	text-decoration: none;
	color: #333333;
	font-weight: bolder;
	display: block;
	text-align: center;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FF6600;
}
#studio_link a:hover {
	height: 30px;
	width: 170px;
	text-decoration: none;
	background-color: #66CCFF;
	color: #333333;
	margin:0;
	list-style-type: none;
}

/* ================= list ================= */
.upload_text {
	margin: 0 0 5px 0;
	color: #575757;
	font-size: 12px;
	font-weight:bold;
	padding-left:80px;
	}

.list_description {
	width: 160px;
	text-align: left;
	padding-top: 2px;
	float: left;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.5em;
	font-size: 12px;
	
}
.list_title {
	width: 40px;
	text-align: left;
	padding-top: 2px;
	float: left;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.5em;
	font-size: 12px;
	
}
#broadcastBody {
	padding-top:20px;
	padding-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	width: 520px;
	height: 80px;
	}
#uploadHeader {
	margin: 0;
	height:41px;
	float: left;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 40px;
	}
#broadcastButtonEncoder {
	display: block;
	float: left;
	width: 166px;
	height: 89px;
	padding-left: 0px;
	background-position:right;
	background-image: url(../images/adobe.png);
	margin-left: 50px;
	}

#broadcastButtonEncoder2 {
	display: block;
	float: left;
	width: 169px;
	height: 89px;
	background-position:right;
	background-image: url(../images/adobe2.png);
	margin-left: 50px;
	}
#broadcastButtonAdaptor {
	display: block;
	float: left;
	width: 168px;
	height: 89px;
	padding-left: 0px;
	background: url(../images/adaptor.png) no-repeat 0 0;
	background-position:right;
	margin-left: 30px;
	}
	
#broadcastButtonAdaptor2 {
	display: block;
	float: left;
	width: 169px;
	height: 89px;
	padding-left: 0px;
	background: url(../images/adaptor2.png) no-repeat 0 0;
	background-position:right;
	margin-left: 30px;
	}
.uploadStep1 {
	background-position:center;
	background-image: url(../images/1.png);
	background-repeat: no-repeat;
	}

.uploadStep2 {
	background-position:center;
	background-image: url(../images/2.png);
	background-repeat: no-repeat;
	}	
/* ================= FOOTER ================= */

	#footerBorder {
	height: 38px;
	position: relative;
	background-repeat: repeat-x;
	padding: 0px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#footer {
	background-color: #004D6B;
	height: 50px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

	
	#footerTextDiv {
	float: left;
	padding-top: 18px;
	}
	
	#footerTextDiv ul {
	list-style: none;
	margin: 0;
	padding-right:0px;
	height:0px;
	}
	
	#footerTextDiv a {
	color: #fff;
	text-decoration: none;
	}
	
	#footerTextDiv a:hover {
	color: #fff;
	text-decoration: underline;
	}

	#footerTextDiv .active {
	color: #FFFF00;
	text-decoration: none;
	}
	
	.footerLogo {
	height: 37px;
	position: relative;
	background: none;
	float: left;
	width: 163px;
	padding-top: 8px;
	}
	
	.footerLink {
	margin: 0 0 5px 5px;
	color: #ffffff;
	font-size: 12px;
	}
	
	.footerText {
	margin: 0 0 5px 5px;
	color: #ffffff;
	font-size: 12px;
	}
	
/* ================= END FOOTER ================= */
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#skin {
	background-color: #33CCFF;
	float: left;
	height: 100px;
	width: 110px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
