/* Default style ********************************************************/

body {
	font-size: 13px;
	font-family:'Lucida Grande','Trebuchet MS',Arial,Helvetica,sans-serif;
	margin: 0;
  color: black;
  background: #EAEAEA url(/images/body_bg.png) top left repeat-x;
}

img { border: none; }

h1, h2, h3 { margin-top:20px; margin-bottom:3px; }

h1, h2, h3, legend { color: #303030; font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", Lucida; }

h1 {
	color: #303030;
	font-size: 16px;
	font-weight: bold;
}

h2 {  
	font-size: 14px;
}
h3 {
  font-size: 12px;
}

label {
	color: #5F5F5F;
	font-weight: normal;
}

a { color: #006CD2; }

h1 a {
  color: #303030;
  text-decoration: none;
}

table {
  font-size: 12px;
}

form.inplaceeditor-form input[type="text"] {
  font-size: 12px;
  margin-bottom: 0px;
}

form.inplaceeditor-form input[type="submit"] { 
  display:none;
}

li { list-style-type: square }

p { margin-top:5px; margin-bottom:8px }
/* END ********************************************************/


/* Layout elements ********************************************************/


#main {
  width: 100%;  
  margin-left: 0;
}

#layout {
  border: 1px solid #929292;
  padding: 10px;
  padding-left: 20px;
  border-top:0;
}

/* header */
#header {
  padding-left: 5%;
}

#header {
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

#header img {
  margin-left: 0px;
  padding-left:0;
  float:left;
  margin-right: 30px;
  margin-top:10px;
}

#header #menu {
  list-style-type: none;
  margin-top: 12px;
  padding-right: 12%;
  font-weight: normal;
  height: 12px;
}

#header #menu li {
  display: inline;
  margin-right: 15px;
  font-size: 13px;  
}

#header #menu a {
  color: #1a1a1a;
  text-decoration: none;
}
#header #menu a:hover {
  color: #006CD2;
}

/* content */
#content {
  color: black;
  width: 72%;
  background: white;
  padding-left: 0px;
  margin-left: 5%;
  padding-right:0px;
}

#content .media_item {
  list-style-type: none;
}

#content li {
  line-height: 20px;
}

/* session */
#session {
  position: absolute;
  right: 0;
	text-align: right;
	font-size: 11px;
  margin-right: 10px;
}

#session a {
  color: #1a1a1a;    
}


/* sidebar */
#sidebar {
  float: right;
  margin-left: 0px;
  width: 20%;
  margin-top: 10px;
  padding-bottom: 15px;
  padding: 5px;
  padding-top:0;
  padding-left:0;
  padding-right: 10px;
  font-size: 12px;
}

#sidebar li {
  list-style-type: square;
}

#sidebar .no_bullet li, .no_bullet li, #sidebar .list_medias li {
  padding-left:0;
  list-style-type: none;
}

#sidebar .list_medias { padding-left:0px; }

#sidebar ul {
  padding-left:20px;
}

#sidebar a {
  color: #FB0F56;
}
#sidebar h1 {
  font-size: 13px;
  margin-top: 20px;
  color: black;
}

#sidebar h1.pink_rounded {
  color: white;
  font-weight: bold;
  width: 97%;
  background-color: #FB0F56;
}

#sidebar h1.pink_rounded span{
  padding-left: 10px;
}

/* description */
#description {
  height: 50px;
  color: white;
  font-size: 14px;
  background: #1a1a1a;
  padding-top: 1px;
}

#description p {
  padding-left: 20px;
  padding-top:10px;
}

#description a { 
  color: #FFFF77; 
  font-weight: bold;
  text-decoration: none;
}

#description span {
	font-weight:bold; font-size:14px;
}

/* foot */
#foot {
  text-align: right;
  padding-right: 10px;
  color: #424242;
  font-size: 11px;
  height: 60px;
  width: 75%;
}

#foot li {
  display: inline;
  list-style-type: none;
}

#foot a {
  color: #232323;
}


/* END ********************************************************/


/* Content elements ********************************************************/

#news { 
  margin-top: -13px;
  margin-left: 10px;
  background-color: #DBF1FF;
  width: 250px;
}

#news span { 
  color: grey; 
}

#news p { 
  margin:0; 
  padding-left: 5px;
}

/* tab nav (account page) */
#subnav {
  text-align: left;
  font-size: 12px;
  border-bottom: 1px solid #c0c0c0;
  margin-top: 20px;
  margin-bottom: 25px;
  margin-right: 10px;
}

#subnav a {
  text-decoration: none;
}

#subnav ul {
  padding-left:0;
  margin-bottom: 5px;
  list-style-type: none;
  margin-left:0;
}

#subnav li {
  display: inline;
  margin-right: 5px;
  border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  padding: 5px;
  line-height: 12px;
}

#subnav li:hover {
  background-color: #868686;
  color: white;
}

#subnav li:hover a {
  color: white;
}

#subnav .active:hover a{
  color: white;
}
#subnav .active {
  border-bottom: 1px solid #1a1a1a;
}

#subnav .active, #subnav .active:hover {
  background: #1a1a1a; url(/images/tab_active.png) left top repeat-x; 
}

#subnav .active a, #subnav .active a:hover {
  background: transparent;
  color: white;
}

/* notification messages */
#messages {
  font-size: 11px;
  width: auto;
  z-index: 100;
  margin-top: -7px;
  width: 100%;
  font-weight: normal;
  height:10px;
  text-align: right;
  color: black;
  font-weight: bold;
}
#messages .notice, #messages .error {
  text-align: center;
  float:right;
}

#messages .notice {
  background-color: #C8F0FD;  
}

#messages .error {
  background-color: #FD8CAE;
}
#messages .error p {
  margin: 0
  padding:2px;
}

/* logs table on dashboard page */
#logs table {
  border-top: 1px solid #c0c0c0;
  font-size: 12px;
  border-collapse: collapse;
  width: 98%; 
  margin-bottom: 10px;
}

#logs td {
  border-bottom: 1px solid #c0c0c0;
  padding: 4px;
  text-align: left;
}

/* format form labels */
#format_form label {
  display: inline;
  float: left;
  width: 100px;
}

#quick_send {
  color: white;
  font-weight: bold;
  width: 97%;
  background-color: #FB0F56;
  margin-top: 20px;
  padding: 3px;
}
#quick_send a {
  color: white;
  text-decoration: none;
  margin-left: 10px;
}
#quick_send img {
  vertical-align: middle;
}
#quick_send_form {
  padding-left:10px;
  padding-right:10px;
  margin-bottom:0;
}
#quick_send_form label{
  color:white;
}
#quick_send_form input[type="text"] {
  height: 13px;
  font-size: 11px;
  width: 80%;
  border: 1px solid #C60741;
}

#text-field-openid {
 width: 200px;
 background: white url(/images/openid.gif) left center no-repeat; 
 padding-left: 20px
}
/* END ********************************************************/


/* Class elements ********************************************************/

.clear {
	clear: both;
	visibility: hidden;
}

.spinner {
  border: 0;
}

/* container showing the screenshot and action icon for a video */
.video_screen_and_actions {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 1px;
  background-color: #F6F6F6;
  border: 1px solid #c0c0c0;
}

.format-name {
  font-size: 11px;
  position: absolute;
  margin-top: -20px;
  background-color: white;
  filter:alpha(opacity=75);
  -moz-opacity:.75;
  opacity:.75;
  width: 130px;
  text-align: center;
}

.img_border {
  background-color: #eff4f9;
  padding: 4px;
  border: 1px solid #c0c0c0;
}

.percent {
  color: #fb0f56;
  font-weight: bold;
}

.help {
	color: black;
	font-size: 12px;
	background-color: #F1F1F1;
}
span.help {
  padding: 2px;
  margin-left: 10px;
}

.help p {
  padding-left: 10px;
}

.left {
  float: left;
}
.right {
	float: right;
}

.note {
  font-size: 10px;
}

/* progress bar for jobs */
.job_progress_bar {
  background-color: #FB0F56;
  width:0;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  height: 5px;
}

/* progress bar for downloads */
.download_progress_bar {
  background-color: #FB0F56;
  height: 5px;
  width: 0;
  margin-top: 3px;
}

/* video list */
.media_item {
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
  height: 115px;
}

.media_item li {
  list-style-position: inside; 
  text-align: left;
  margin-bottom: 10px;  
}

.media_item p {
  margin: 0; 
}
.media_item .thumb {
  width: 130px;
  height: 98px;
  vertical-align: middle;
}

.list_medias {
  margin-left: 0px;
  padding-left: 0px;
}

/* icon action for media */
.icon_actions {
  text-align: left;
  width: 130px;
}

.icon_actions img{
  margin-left: 0px;
  vertical-align: middle;
}

.jobs ul {
  margin:0;
  margin-bottom: 10px;
  padding-left:0;
}

.fieldWithErrors input {
  background-color: #FFE4E4;
}

.learn-more {
  font-size: 11px; 
}

.dashboard-clear {
  visibility: hidden;
  clear: left;
}

#layout .learn-more a {
  color: #006CD2;
  text-decoration: none;
} 

/* rounded corners */
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
