@charset "UTF-8";
body  {
	font: 100% 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000; 
}

/* CLOUD */

.cloud1 {
	font-size:9px;
	text-decoration:none;
}

.cloud1:hover {
	text-decoration:underline;
}

.cloud2 {
	font-size:11px;
	text-decoration:none;
}

.cloud2:hover {
	text-decoration:underline;
}

.cloud3 {
	font-size:14px;
	text-decoration:none;
}

.cloud3:hover {
	text-decoration:underline;
}

.cloud4 {
	font-size:16px;
	text-decoration:none;
}

.cloud4:hover {
	text-decoration:underline;
}
/*********/

/* HELP */
.help {
	width: 695px;
}

.help li {
	font-weight:bold;
}

.help a {
	text-decoration:none;
}

.help a:hover{
	text-decoration:underline;
}


/*******/
td.column {
	padding:0;
	vertical-align:top;
}

.vidmap  #Content { 
	width:700px;
	padding:20px;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-box-shadow: -2px 1px 8px #999999;
} 

.vidmap  #Sidebar { 
	width:210px;
	border-left: 1px solid #E0E0E0;
	padding:20px;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#FFFFEF;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-box-shadow: 2px 1px 8px #999999;
} 

.vidmap  #container { 
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	margin: 0px 0px 0px 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	width:990px;
} 

.vidmap #mainContainer {
	position:relative;
	margin:5px;
	-moz-box-shadow: 0px 0px 8px;
	border: 1px solid #CCCCCC;
	-moz-border-radius:8px;
	-moz-border-radius:8px;
} 

.vidmap #Video_Name {
	font-size:19px;
	font-weight:bold;
	display:inline-block;
}

.vidmap h1 {
	font-size:24px;
}

.Video_Places h1 {
	font-size:15px;
	margin-bottom:0px;
}

.Video_Places h2 {
	font-size:10px;
	color:#999999;
	margin-top:0px;
}

.shiny {
	position:relative;
	margin:0px;
}

.shiny span{
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url(/images/gradients/shiny_gradient01.png) repeat-x;
}

* html .shiny span{
	background-color:#ffffff;
	background-color:transparent;
	background-image: url(none.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/gradients/shiny_gradient01.png", sizingMethod="scale");
}


.video_editor_elements_handle {
	cursor:pointer;
	font-weight:bold;
	margin-left:5px;
}

.video_editor_elements_handle img{
	width: 15px;
	height: 15px;
}

.vidmap  #header {  
	width:992px;
} 

.vidmap  #header img{ 
	border: 0px;
	width: 250px;
	height: 65px;
} 

.vidmap #header_logo {
	float:left;
	margin-top: 20px;
} 

.vidmap #header_functions  {
	height:60px;
}

.vidmap #header_functions a {
	text-decoration:none;
	color:#000066;
}

.vidmap #header_functions a:hover {
	text-decoration:underline;
	color:#000066;
}

.vidmap #header_controls {
	float:right;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-box-shadow:0px 0px 8px;
	border: 1px solid #CCCCCC;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	padding:10px;
	font-size:14px;
	* border:none;
}

.vidmap #header_language {
	padding-right:20px;
	float:right;
	margin-top: 2px;
} 

.vidmap #header_language img {
	width: 20px;
	height: 16px;
} 

.vidmap #header_help{
	font-weight:bold;
	padding-right:20px;
	float:right;
} 

.vidmap #header_logout {
	font-weight:bold;
	float:right;
} 

.vidmap #header_account { 
	font-weight:bold;
	padding-right:20px;
	float:right;
} 

.vidmap #header_user { 
	font-weight:bold;
	padding-right:20px;
	float:right;
} 

.vidmap #header_login {
	font-weight:bold;
	margin-right:20px;
	float:right;
}

.vidmap #header_register {
	font-weight:bold;
	margin-right:20px;
	float:right;
}

/* ------- */
.vidmap #login {
	font-size:15px;
} 

.vidmap #password {
	font-size:15px;
} 

.vidmap #login_message {
	font-weight:bold;
	color:#FF57FF;
}

.vidmap #misc {
	padding-top: 30px;
	font-size:12px;
	color:#999999;
	min-height: 90px;
	margin: 0 auto;
	width: 600px;
	text-align:left;
}

.vidmap #misc a {
	color:#999999;
}

.footerLinks {
	float:left;
	margin-right: 20px;
}

.footerLinks h1 {
	font-size:12px;
	margin:0px;
}

.footerLinks a{
	text-decoration:none;
}

.vidmap #menu {
	font-size:18px;
	margin:15px 0px 2px 10px;
}

.vidmap #menuItem {
	padding:6px 12px 2px 20px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	border:1px solid #CCCCCC;
}

.menuItemActivated {
	-moz-box-shadow: inset 0px 0px 8px #111111;
	-webkit-box-shadow: 0px -1px 5px #555555;
	background-color:#6DC6FF;
	
}

.menuItemDisabled {
	-moz-box-shadow: inset 0px 0px 8px #999999;
	-webkit-box-shadow: 0px -1px 5px #999999;
	background-color:#EEEEEE;
	filter:DropShadow(offx=2, offy=2, color=#c0c0c0);
}

.menuItemActivated:hover {
	background-color:#CDE6FF;
}

.menuItemDisabled:hover {
	background-color:#CDE6FF;
}

.vidmap #menuItem a{
	text-decoration:none;
	color:#000000;
}

.vidmap #menuItem a:hover{
	text-decoration:none;
	color:#000000;
}

.vidmap #video_upload {
	margin:0px;
	padding:5px;
	color:#000000;
}

.vidmap  #videos img { 
	border:none;
} 

.videolist {
	
}

.videolist_item{
	margin: 5px 0px 5px 0px;
	border: none;
	width: 150px;
}

.videolist_thumb {
	width: 150px;
	height: 84px;
	background-color:#000000;
	margin: 2px;
	overflow:hidden;
	border: 1px solid #AAAAAA;
	position:relative;
	-moz-box-shadow: 4px 5px 15px #555555;
	-webkit-box-shadow: 4px 5px 15px #555555;
	box-shadow: 4px 5px 15px #555555;
}

.videolist_thumb img{
	border: 0px;
}

.videolist_thumb #private {
	position:absolute;
	width:25px;
	height:35px;
	right: 1px;
	top: 1px;
	background-image:url('/images/icons/video_private_lock.png')
}

* html .videolist_thumb #private {
	position:absolute;
	width:25px;
	height:35px;
	right: 1px;
	top: 1px;
	background-image:url('none.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/icons/video_private_lock.png", sizingMethod="scale");
}

.videolist_label{
	font-size:12px;
	overflow:hidden;
	margin:2px;
	height: 32px;
}

.videolist_label a{
	text-decoration:none;
	font-weight:bold;
	width: 140px;
	color: #333333;
}

.videolist_label a:hover{
	text-decoration:underline;
	font-weight:bold;
	width: 140px;
	color:#333333;
}

.sidebar_items {
	color:#333333;
	font-size:13px;
	margin-bottom:5px;
}

.sidebar_items input {
	font-size:13px;
}

.sidebar_titles {
	color:#333333;
	text-decoration:none;
	font-size:16px;
}

.sidebar_titles b{
	line-height:2em;
}

.sidebar_titles a{
	color:#333333;
	text-decoration:none;
}

.videolist_duration_distance{
	font-size:11px;
	color:#333333;
	margin:2px;
	cursor:default;
}

.video_list {
	width: 110px;
	margin: 5px;
}

.dashboard_column {
	width:125px;
	max-height:30px;
	float:left;
	font-size:10px;
	overflow:hidden;
}

.vidmap #sample_image {
	margin-right: 10px;
	margin-bottom: 10px;
}

.vidmap #vm_upload_response {
	color:#FF0000;
}

.vidmap  #footer { 
	padding-top:10px;
	text-align:left;
} 

.vidmap #bookmarks {
	display:inline;
}

.leftfloat {
	float:left;	
}

.rightfloat {
	float:right;	
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
	border:none;
}

.fieldWithErrors {
	font-weight:bold;
	color:#FF0000;
	display:inline;
}