/* myVidoop global stylesheet 
   created and then tweaked by Koes Bong, Adam Kuert and Sam Alexander
   colors:
   Vidoop Red:	 	  #DD2F26
   Vidoop Blue:  	  #0376ce
   Vidoop Light Blue: #92c4e9;
*/

/* =Reset (love you Eric Meyer)
------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.25;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
	margin-left: 15px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* =Global Styles
------------------------------------------------------------------------------------- */
p,fieldset,table {
	letter-spacing:-0.05px;
}
body{
	width: 100%;
	background-color:#f7f6f6;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}
small{
	font-size:80%;
	}
h1,h2,h3,h4,h5{
	color: #000;
}
	
h1{	
	font-family:Arial;
	font-variant: small-caps;
	letter-spacing: -1px;
	padding-top:8px;
	font-weight: normal;
	font-size:180%; 
	line-height: 1.5;
}
h2 {
	font-family:Arial;
	font-size:160%;
	font-weight:400;
	letter-spacing: -0.5px;
}
h3{font-size:120%;}
h4{font-size:100%;}

pre,code,kbd,samp,tt {
	font-family:monospace;
	font-size:108%;
	line-height:99%;}

abbr,acronym {
	border-bottom:1px dotted #333;
	cursor:help;
} 
blockquote,dl {
	margin-left:1em;
}
ol li {
	list-style: decimal outside;	
}
ul{
	list-style-type: square;
} 
dl dd {
	margin-left:1em;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}


/* =Links
------------------------------------------------------------------------------------- */

a,a:visited{
	-moz-outline-style:none;
	color:#0376ce;
}
a:hover {
	color:#fff;
	background-color: #0376ce;
	text-decoration:none;
}
a.external { 
	background-image: url('../images/external_link.png'); 
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 16px; 
	min-height: 16px; 
}

a.external:visited{color:#551A8B}
 
a.email {
	background-image: url('https://myvidoop.com/global/images/email_link.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 14px;
}

a.edit{
	text-decoration: none;
	border-bottom: 1px dashed #0376ce;
}

/* link styling for issued patents link  */
a.patents{color:#AFAEAE;text-decoration:none;}

/*****
* ASK KOES BEFORE REMOVING
* =SAFARI HACK Pt.1
* Pt.2 in the bottom
* Sets the learn more link property for safari because it is about 5px too high
****/
a.learn {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-variant:small-caps;
	letter-spacing: -0.5px;
	background-image: url('../images/learn_link.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 14px;
	display: inline-block;
	position:relative;
	top:5px;
}
a.learn:hover{
	background-image: url('../images/learn_link_hover.png');
}
.footer a:link{color:#333;}

.warning, .negative, a.warning, a.negative, a.warning:link, a.negative:link{color:#DD2F26;}
a.warning:hover, a.negative:hover {background-color: #DD2F26; color: #ffffff;}

.notice, a.notice, a.notice:link{color:#E7C100;}
a.notice:hover {background-color: #e7c100; color: #ffffff;}

/* =Images
------------------------------------------------------------------------------------- */

img.screenshot{
	padding: 5px;
	background-color: #333;
	border: 1px solid #ccc;
}

/* =Forms
------------------------------------------------------------------------------------- */

/* --- =Inputs --- */
input.text, 
select, 
textarea{
	border:1px solid #ccc;
	border-color: #eee #ccc #ccc #eee;
	padding:2px;
}

fieldset{
	border: 1px solid #cccccc;
	padding-left:10px;
}

legend{
	padding:0 10px;
}
option {
	padding: 0 5px;
}
/* --- =Buttons --- */
input{
	-moz-outline-style:none;
}
input.button,input.submit{
	border:1px outset #0376ce;
	padding: 2px 3px 3px;
	cursor:pointer;
	margin: 0px 5px 0 0;
}
input.button:active, input.submit:active{
	border-style:inset;
}
input.button{
	background:#92c4e9 url(../images/button-button.png);
}
input.submit{
	color: #fff;
	border-color: #92c4e9;
	background: #0376ce url(../images/button-submit.png);
}
input.delete,input.negative{
	border-color:#f03;
	background: #FFE7E7 url(../images/button-delete.png);
}
input.loading{
	background: #fff url(../images/vidsec_grid_loading.gif) no-repeat 0% 50%;
	padding-left: 20px;
}
option{
	padding-right:5px;
}

/* spread out paragraphs and fieldsets */
form p, form fieldset{
	margin: 10px 0px; 
}

/* we usually don't want li's in a form to have a caret */
form ul li{
	list-style: none;
	list-style-image: none;
	background-image: none;
}

/* --- =inline edit --- */
.editable, a.editable{
	border-width: 2px;
	border-style: solid;
	border-color: transparent;}
.editable:hover, a.editable:hover{
	padding-right: 24px;
	background-image: url(../images/pencil.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	border: 2px inset #aaaaaa;	
	cursor: pointer;
}

/* --- =advanced options --- */
fieldset.advanced legend {
	background: url(../images/vidoop_caret_down.gif) no-repeat center left;
	padding-left: 12px;
}

/* --- =send feedback styles ---*/
div#sendFeedback form#feedback-send textarea{width:300px;height:180px;}
div#sendFeedback form#feedback-send input, div#sendFeedback form#feedback-send textarea{display:block;margin-bottom:20px;}
div#sendFeedback form#feedback-send label span.error{color:#DD2F26;font-size:10px;}


/* =Tables
------------------------------------------------------------------------------------- */

/* --- =offset table --- */
table.offset {
	border-spacing:1pt;
	background-color:#f2f2f2;	
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;}
table.full_width{
	width:100%;
}
table.offset thead tr td {
	background: #fff;
	border:0;} 

table.offset tr td {	
	color:#333;
	padding: 3px;
}
table.offset tr.title{
	background-color:#dddddd;
}
table.offset tr.row_break td {
	border-bottom: 6px solid #fff;}

table.offset tr.highlight td {
	background: #ffffce;
	color: #333;}
table.offset tr.editable td {
	cursor:pointer;
}
table.offset tfoot td {
	background: #fff;
}
table.offset tr.tsubhead td{
	background:#FFFFFF none repeat scroll 0% 50%;
	border-bottom:1px solid #999999;
	cursor:auto;
}
/* =Layout
------------------------------------------------------------------------------------- */

/* --- columns and containers --- */
#content{padding-top:20px;}
#container{
	position:relative;
	min-width:990px;
	min-height:450px;
	background-color:#dedede;
	z-index:2;
}
/* pushes container to the bottom on external layout */
.external #container{
	float: left;
	width: 100%;
}
.centered{
	width:960px;
	margin:auto;
	position:relative;	
}
#bottom {
	background-color:#dedede;
	margin-top:8px;
	position:relative;}
	
#left {
	background:#DEDEDE none repeat scroll 0% 50%;
	left:0;
	margin-left:15px;
	position:absolute;
	width:250px;
}

#right {
	padding:15px;
	background-color:#FFFFFF;
	margin-left:281px;
	border-bottom:8px solid #dedede;
	border-right:15px solid #dedede;
	min-height:600px;
	height:auto !important;
	height:600px;
	min-width:664px;
	position:relative;
}

/* --- internal sidebar --- */
/* sidebar */
.sidebar{
	margin-bottom:15px;
}
.sidebar dl, .sidebar dl dd{margin:0;}
.sidebar .sidebar_content{
	padding:7px 10px;
	background-color:#fff;
}
.sidebar span.username {
	letter-spacing: normal;
	color:#f03;}
	
.sidebar .openid_url {
	letter-spacing: -0.5px;
	color:#f03;
	font-size:10pt;
	padding-bottom:15px;
	overflow-x:  auto;
	}
	
.sidebar span.openid_url {
	color:#000;}
.sidebar dd.token .token_style{margin-bottom:15px;}
.sidebar span.trust_root {
	color:#00B11D;}
	
.sidebar .token .MacOSX{
	background: url(../images/os/mac_small.png) no-repeat;
	text-indent: 4px;
}	
.sidebar .username_label {
	color:#f03;
	font-size:18pt;
	margin-bottom:15px;}
.sidebar .recent_activity {
	padding-bottom:5px;}
	
.sidebar input.quick_edit_input {
	background:#fcf3f5;
	border:1px solid #333;}
	
.sidebar .quick_edit_label {
	color:#444;
	font-size:8pt;
	padding-bottom:10px;}
	
.sidebar div.left_action{
	margin-top:15px;}
	
.sidebar .sidebar_label {
	color:#000;
	font-size:12pt;}
	
.sidebar .sidebar_sublabel{
		margin-bottom:20px;
		color:#f03;
		font-size:8pt;}
.sidebar table.sidebar_table tr{
	background-color:#f2f2f2;
}
.sidebar table.sidebar_table td{
	padding:2px 5px 2px 5px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #dddddd;
}

/* =Header
------------------------------------------------------------------------------------- */

#header {
	background-color:#fff;
	height:75px;
	border-bottom:7px solid #DD2F26;
	position:relative;
}
#affiliate_logo{
	display:block;
	width:210px;
	height:75px;
	background:url(https://myvidoop.com/global/images/myvidooplogo.gif) no-repeat center;
}
#vidoop_logo{
	background:transparent url(https://myvidoop.com/global/images/myvidooplogo.gif) no-repeat scroll center;
	height:75px;
	position:absolute;
	left:15px;
	top:0px;
	width:210px;
}
/* hide logo for partners program */
.external #vidoop_logo{
	display:none;
}
#logout{
	float:right;
	padding-right:15px;
	top:-25px;
	position: relative;
}

#banner{
	background:#000 url(../images/banner_bg.gif);
	text-align:center;
	height:200px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	top: -4px;
	position:relative;
	border-color: #333;
	border-width: 5px 0;
	border-style: solid;
}
#banner img{
	margin-left:40px;
	float: left;
}
#banner h1, #banner h2{
	display:block;
	margin-bottom: 4px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #f03;
	margin-top: 0;
}
#banner h1{
	font-size: 200%;
}
#banner h2{
	font-size: 180%;
	margin: 5px 0 0 0;
	font-weight: normal;
	color: #fff;
}
#banner .tagline{
	background:	url(../images/banner_text.gif) no-repeat 380px 50px;
	text-align: left;
	text-indent:-5000px;
	padding-top: 40px;
}
#banner .tagline em{
	color: #ffc;
	font-style: normal;
}

/* =Content
------------------------------------------------------------------------------------- */

.content{
	padding:10px 15px 10px 15px;
	background-color:#fff;
}
			
.content_box{
	margin:0 0 17px 0;
}
.title_wrapper {
	border-bottom:2px solid #ccc;
	line-height:115%;
	padding-bottom: 5px;
	margin: 8px 0;
	clear:both;
	}

.min_height{
	min-height:220px;
	height:auto !important;
	height:220px;
}
.top_box{
	margin-top:17px;
}

#left_column{
	width:593px;
}

#left_column .content_box{
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;	
}

.login_box{
	position:relative;
	height:80px;
}
.login_box .logo{
	text-align:right;
	position:absolute;
	bottom:0px;
	right:15px;
}

.login_box input.username{
	width:300px;
	clear:right;
	font-size:120%;
	margin:5px 0;
}

.login_box span.username{
	font-weight: bold;
}

.below_menu_border{
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;		
	height: 1%;		
}

/* --- =Questions on external tabs (home and faq)---*/
p.question{
	color:#000;
	margin-top:10px;
	font-weight:bold;
	cursor:auto;
}

/* --- =deprecated (these should be removed)--- */
.bold_statement{
	font-size:18px;
	color:#000;
	font-weight:bold;	
}
.header_statement{
	margin-top:8px;
}

#right_column{
	float:right;
	width:350px;
}

/* =Footer
------------------------------------------------------------------------------------- */

#footer{
	clear:both;
	width:100%;
	border-top:1px solid #bbb;
	background:#f7f6f6 url('../images/footer_bg.png') repeat-x;
	z-index:1;
}
#footer_content{
	text-align:center;
	padding-top:15px;
	color:#afaeae;
	font-size:8pt;
}
#footer_copy{
	margin:8px 0;
}
.footer_feedback{
	margin-bottom:8px;
}
.footer_adv_part{margin-bottom:5px;font-size:9pt;}

/* =Navigation 
------------------------------------------------------------------------------------- */

/* --- =nav --- */

/* ----- external ----- */
.external #nav {
	background:transparent url(../images/external_menu_tabs.jpg) repeat-x scroll left bottom;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	width:593px;
	height:30px;
	margin-top:17px;
}
.external #nav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:3px 10px 0 15px;
}
.external #nav a,.external  #nav strong,.external  #nav span {
	background:transparent url(../images/external_menu_tabs.jpg) no-repeat scroll 100% 0px;
	color:#FFFFFF;
	display:block;
	float:left;
	padding:7px 20px 3px 7px;
	text-decoration:none;
}
.external #nav a {
	float:none;
}
.external #nav li {
	list-style: none;
	background:transparent url(../images/external_menu_tabs.jpg) no-repeat scroll 0px 0%;
	float:left;
	margin:0pt;
	padding:0pt 0pt 0pt 10px;
}
.external #nav .selected {
	background:transparent url(../images/external_menu_tabs.jpg) no-repeat scroll 0pt -28px;
}
.external #nav .selected a {
	background:transparent url(../images/external_menu_tabs.jpg) no-repeat scroll 100% -28px;
	color:#DD2F26;
	padding:7px 20px 3px 7px;
}
.external #nav a:hover {
	color:#000;
}

/* ----- internal ----- */
.internal #nav {	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:3px 10px 0 15px;
	margin:46px 0 0 215px;
	height:30px;
	position:absolute;
	width:765px;
	font-size:13px;
}
.internal #nav span, .internal #nav strong {
	background:transparent url(../images/internal_menu_tabs.jpg) no-repeat scroll 95% -8px;
	color:#FFFFFF;
	display:block;
	padding:6px 18px 4px 7px;
	text-decoration:none;
}
.internal #nav span {
	float:none;
}
.internal #nav li {
	list-style-type: none;
	position:relative;
	background:transparent url(../images/internal_menu_tabs.jpg) no-repeat scroll -2px -8px;
	float:left;
	margin:0pt;
	padding:0pt 0pt 0pt 15px;
}
.internal #nav .selected {
	background:transparent url(../images/internal_menu_tabs.jpg) no-repeat scroll -2px -48px;
}
.internal #nav .selected span {
	background:transparent url(../images/internal_menu_tabs.jpg) no-repeat scroll 94% -48px;
	padding:6px 17px 4px 7px;
}
.internal #nav span a{
	text-decoration:none;
	color:#fff;
	background-color:transparent;
}
.internal #nav span a:hover {
	background-color:transparent;
	color:#fff;
	text-decoration:underline;
}
.internal #nav span img.depressed{
	background:#333 url("../images/vidoop_corners_black.gif");
}
.internal #nav .selected img.depressed{
	background:#d03 url("../images/vidoop_corners_red.gif");
}
.internal #nav .dropdown{
	cursor:pointer;
	display:inline;
	left:6px;
	position:relative;
	top:2px;
	padding-top:1px;
	padding-right:1px;
}
.internal #nav a:hover .dropdown{
	text-decoration: none;
}

.internal #nav .sub_nav{
	background-color:#000;
	position:absolute;	
	z-index:50;
	top: 26px;
	left:5px;
	white-space:nowrap;
	width: 150px;
	margin:0;
	padding-top:3px;
	padding-bottom:5px;
	border: 2px solid #333;
	border-color: #000 #333 #333 #000;
}
.internal #nav .selected .sub_nav{
	background-color:#DD2F26;
	border-color: #f03 #d03 #d03 #f03;
}
.internal #nav .sub_nav li{
	background-image: none;
	padding-right: 15px;
	list-style-type: none;
	float:none;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:0;
}

.internal #nav .sub_nav .selected{
	background: url('../images/vidoop_caret_white_right.gif') no-repeat center left;
}
.internal #nav .sub_nav a{
	margin:2px 0;
	display:block;
	font-size:90%;
	letter-spacing:1px;
	width:100%;
}
.internal #nav .sub_nav a:hover{

}

/* --- =mini_nav --- */
.mini_nav{
	position:absolute;
	right:0px;
	top:0px;
	font-size:12px;
	margin:9px;
	text-align:right;
	list-style-type:none;}

.mini_nav li{
	list-style-type:none;
	background-image: none;
	padding-left: 0;
	float: left;
	margin-right: 4px;
	margin-left:0;
}
	
/* --- =sub_nav --- */
#sub_nav{
	background-color:#DEDEDE;
	height:25px;
	margin-left:281px;
	width:709px;
}
#sub_nav a:hover {
	background-color: transparent;
}
#sub_nav li{
	list-style-type: none;
	background-image: none;
	float:left;
	padding:3px 13px 3px 13px;
	font-size:16px;
	margin-right: 5px;
	margin-left:0;
	background-color: #ccc;
}
#sub_nav .selected{
	background:#fff;
}
#sub_nav li a{
	color:#000;
}
#sub_nav li a:hover{
	color:#f03;
	text-decoration:underline;
}
#sub_nav .selected a{
	color:#f03;
	text-decoration:none;	
}
#sub_nav .selected a:hover{
	color:#f03;
	text-decoration:none;		
}	

/* =Popups
------------------------------------------------------------------------------------- */
.popup_overlay{
	position: absolute;
	margin-top:-55px;
	margin-left:-30px;
	background: url("../images/vidsec_grid_overlay.png");
	z-index:100;
	}
.popup_border{
	top:-5px;
	left:-5px;
	margin: 0px;
	position:relative;
}
.popup_content{
	padding: 10px 15px 5px;
	background: #fff;
	border-color: #000;
	border-width: 1px 10px 10px 10px;
	border-style: solid;
}
.popup_border h3{
	background: #000 url("../images/popup_header.png") repeat-x 0 0;
	font-variant:small-caps;
	padding: 3px 75px 3px 10px;
	background-color: #333;
	color: #fff;
	font-weight: normal;
}
.popup_border > span {display:inline-block; height:10px; background-color:#000; display:block;}
.popup_border span{display:inline-block;height:10px; background-color: #000;display:block;}
.popup_border * span {display:inherit; height:auto; background-color:transparent;}

.popup_border span + a.close{
	top:0;
} 
.popup_border .close{
	position:absolute;
	right:20px;
	top:3px;
}

/* =Messaging
------------------------------------------------------------------------------------- */
#message{
	position:relative;
	margin: 14px;
	padding:0 30px;
	text-align:center;
	font-weight:bold;
}
.message_container{
	background:#eee;
	border:1px solid #f2f2f2;
	padding:4px 6px;
	color:#000000;
	font-weight:bold;
	text-align:center;
}
#message a.close{
	display:block;
	font-size:.8em;
	float:right;
	position:absolute;
	right:40px;
	top:25%;
}
#message a:visited{
	color:#0376CE;
}
#message a.close:hover, #message a:hover{
	color:#fff;
}
.good{
	background:#C7FFC7 url(https://myvidoop.com/global/images/messagebox_ok.png) no-repeat scroll 15px 50%;
	border:1px solid #00CC55;
	padding:4px 36px 4px 36px;
}
.bad{
	background:#FFF8B0 url(https://myvidoop.com/global/images/messagebox_warning.png) no-repeat scroll 15px 50%;
	border:1px solid #E7CC00;
	color:#000000;
	padding:4px 36px 4px 36px;
}
#openid_pending{
	margin: 10px 0;
	padding: 0 30px;
	position:relative;
}
#openid_pending_container{
	background:#eee;
	border: 1px solid #f2f2f2;
	padding: 4px 8px;
	text-align: center;
}
#openid_pending .actions{position:relative; margin-left:15px;}

/* table highlighting */
	table.offset {
		background-color:#f2f2f2;	
		border-bottom: 1px solid #999;
		border-right: 1px solid #999;}
	table.full_width{
		width:100%;
	}
	table.offset thead tr td {
		background: #fff;
		border:0;} 
	
	table.offset tr td {	
		color:#333;
		padding: 3px;
		border-bottom: 1px solid #fff;
		border-right:1px solid #fff;}
	
	table.offset tr.row_break td {
		border-bottom: 6px solid #fff;}
	
	table.offset tr.highlight td {
		background: #ffffce;
		color: #333;}
	table.offset tr.editable td {
		cursor:pointer;
	}
	table.offset tfoot td {
		background: #fff;
	}
	table.offset tr.tsubhead td{
		background:#FFFFFF none repeat scroll 0% 50%;
		border-bottom:1px solid #999999;
		cursor:auto;
	}

.field_break{
	border-bottom:1px solid #DEDEDE;
	margin-bottom:15px;
	padding-bottom:15px;
	margin-top:5px;
}



/* myVidoop colors */
.red{
	color:#DD2F26;	
}
.green{
	color:#7ac142;	
}

/* sidebar */
	.sidebar_box{
		margin-bottom:15px;
	}
	.sidebar_content{
		padding:7px 10px;
		background-color:#fff;
	}
	span.username {
		color:#f03;}
		
	.openid_url {
		color:#f03;
		font-size:10pt;
		padding-bottom:15px;}
	#openid_url{
		padding-left:18px;
		background:url(https://myvidoop.com/global/images/openid_icon_16.gif) no-repeat;
	}
	span.openid_url {
		color:#000;}
		
	span.trust_root {
		color:#00B11D;}
		
	.username_label {
		color:#f03;
		font-size:18pt;
		margin-bottom:15px;}
	.recent_activity {
		padding-bottom:5px;}
		
	input.quick_edit_input {
		background:#fcf3f5;
		border:1px solid #333;}
		
	.quick_edit_label {
		color:#444;
		font-size:8pt;
		padding-bottom:10px;}
		
	div.left_action{
		margin-top:15px;}
		
	.sidebar_label {
		color:#000;
		font-size:12pt;}
		
	.sidebar_sublabel{
			margin-bottom:20px;
			color:#f03;
			font-size:8pt;}
	table.sidebar_table tr{
		background-color:#f2f2f2;
	}
	table.sidebar_table td{
		padding:2px 5px 2px 5px;
		border-bottom:1px solid #cccccc;
		border-right:1px solid #dddddd;
	}

/* rounded corners */
	.round_layout{display:block}
	.round_layout *{
	  display:block;
	  height:1px;
	  overflow:hidden;
	  font-size:.01em;
	  background:#ffffff}
	  
	.round_layout1{
	  margin-left:3px;
	  margin-right:3px;
	  padding-left:1px;
	  padding-right:1px;
	  border-left:1px solid #efefef;
	  border-right:1px solid #efefef;
	  background:#f8f8f8}
	.round_layout2{
	  margin-left:1px;
	  margin-right:1px;
	  padding-right:1px;
	  padding-left:1px;
	  border-left:1px solid #e5e5e5;
	  border-right:1px solid #e5e5e5;
	  background:#f9f9f9}
	.round_layout3{
	  margin-left:1px;
	  margin-right:1px;
	  border-left:1px solid #f9f9f9;
	  border-right:1px solid #f9f9f9;}
	.round_layout4{
	  border-left:1px solid #efefef;
	  border-right:1px solid #efefef}
	.round_layout5{
	  border-left:1px solid #f8f8f8;
	  border-right:1px solid #f8f8f8}
	  
	.round_layoutfg{
	  background:#ffffff;
	}

/* =Clearfix
------------------------------------------------------------------------------------- */
.clearfix{
	clear:both;
	margin:0;
	padding:0;
}

/* =Site-wide =Modules
------------------------------------------------------------------------------------- */

/* =Profiles
------------------------------------------------------------------------------------- */
ul.profile_list_links {z-index:100; width: 180px; border: solid 1px #aaa; position: absolute; text-align: left; border-top-width: 1px; border-right-color:#333; margin-left:0;border-top-color:#999;margin-top:-2px;}
ul.profile_list_links li{background: #fff; list-style:none;}
ul.profile_list_links li a{padding: 3px 2px; display:block; width: 153px; padding-left: 25px; text-decoration:none; color:#000;}
ul.profile_list_links li a:hover{background-color:#0376ce;color:#fff;}
ul.profile_list_links li a.selected{background-image:url('../images/vidoop_caret.gif'); background-repeat:no-repeat;background-position:5% 50%;}
ul.profile_list_links li a.selected:hover{background-image:url('../images/vidoop_caret.gif');}
ul.profile_list_links li a.bottom_link{padding-left:2px; font-weight:bold; width:176px;}
ul.profile_list_links li span{ width: 2em; display:block; float:left; text-align:center;}
ul.profile_list_links small{font-variant:small-caps;}

/*****
* ASK KOES BEFORE REMOVING
* =SAFARI HACK Pt.2
* Sets the default property of learn more link for other browsers
****/
a.learn{position:static;top:0;#}
