/* RESET*/
*{margin:0; padding:0; outline:0;}
html, body{height:100%;	width:100%; text-align:center;}

/* SCROLLBARS IE, G CHROME*/
/* ie scrollbar 
html, body{	scrollbar-3dlight-color: white;scrollbar-arrow-color: #fcaf17;scrollbar-base-color: white;scrollbar-darkshadow-color: white;scrollbar-face-color: white;scrollbar-highlight-color: white;scrollbar-shadow-color: white;}
*/
/* g chome scrollbar 
::-webkit-scrollbar { width: 17px; height: 12px; } 
::-webkit-scrollbar:hover { height: 18px; } 
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { height: 15px; width: 12px; display: block; background: #ffffff; background-repeat: no-repeat; }
::-webkit-scrollbar-button:horizontal:decrement { background-image: url(../i/tr_r.gif); background-position: 4px 3px; }
::-webkit-scrollbar-button:horizontal:increment { background-image: url(../i/tr_l.gif); background-position: 3px 3px; }
::-webkit-scrollbar-button:vertical:decrement { background-image: url(../i/tr_up.gif); background-position: 3px 4px; }
::-webkit-scrollbar-button:vertical:increment { background-image: url(../i/tr_down.gif); background-position: 3px 4px; }
::-webkit-scrollbar-track-piece { background-color: #ffffff; }
::-webkit-scrollbar-thumb:vertical { height: 50px;background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #ffffff));}
::-webkit-scrollbar-thumb:horizontal { width: 50px; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));}
*/

table{border-collapse: collapse; border-spacing: 0;}
ul, ol ,li {list-style-type:none; line-height:18px;}

/* images */
img{border:0;}
.image{display:block; position:relative;}

/* form */
input, textarea, select{vertical-align:top; font:11px Arial, Helvetica, sans-serif; color:#6d6e70;line-height:14px;padding:0;}
.forma {margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
.textinput {background-color:transparent;border:0px solid #ffffff; width:525px;height:24px;}
.textinputplace {border:0px solid #ffffff; background:url(../i/input_bgr.gif) no-repeat left top;width:527px;height:26px;padding-left:10px;margin-bottom:9px;}
.textareaplace{background:url(../i/textarea_bgr.gif) no-repeat left top;width:527px;height:60px;padding-top:6px;padding-left:10px;margin-bottom:9px;}
.textarea {width:470px;/*width:490px;*/height:40px;resize:vertical;margin-bottom:0px;}
.browseinput {border:0px solid #ffffff; background:url(../i/browse_bgr.gif) no-repeat left top;width:253px;height:26px;padding-left:10px;}

.inputrow { /*border:1px solid #ff0000;*/ }
.forma label.error { /*background:url(../i/unchecked.png) no-repeat 14px 0px;*/ padding-left: 44px; color: #6d6e70; font-size:10px; }
.forma label.valid { background:url(../i/checked.png) no-repeat 14px 0px; }
.inputrowabs .error { clear:both; width:160px;height:20px;}

.select_options {position:absolute; width:0px; z-index:200;}
.forma_input {
	width:126px;
	height:23px;
	padding-left:10px;
	padding-right:10px;
	border: 1px solid #dddddd; 
	behavior: url(PIE.htc); 
	border-radius: 12px;  
	-moz-border-radius-topleft: 12px; 
	-webkit-border-top-left-radius: 12px; 
	-khtml-border-top-left-radius: 12px; 
	border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px; 
	-webkit-border-top-right-radius: 12px; 
	-khtml-border-top-right-radius: 12px; 
	border-top-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px; 
	-webkit-border-bottom-left-radius: 12px; 
	-khtml-border-bottom-left-radius: 12px; 
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px; 
	-webkit-border-bottom-right-radius: 12px; 
	-khtml-border-bottom-right-radius: 12px; 
	border-bottom-right-radius: 12px;
}

.forma_input_de {
	background-color:#dedede; 
	color:#000000;
	width:296px;
	height:23px;
	padding-left:10px;
	padding-right:10px;
	line-height:22px;
	border: 1px solid #dedede; 
	behavior: url(PIE.htc); 
	border-radius: 12px;  
	-moz-border-radius-topleft: 12px; 
	-webkit-border-top-left-radius: 12px; 
	-khtml-border-top-left-radius: 12px; 
	border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px; 
	-webkit-border-top-right-radius: 12px; 
	-khtml-border-top-right-radius: 12px; 
	border-top-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px; 
	-webkit-border-bottom-left-radius: 12px; 
	-khtml-border-bottom-left-radius: 12px; 
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px; 
	-webkit-border-bottom-right-radius: 12px; 
	-khtml-border-bottom-right-radius: 12px; 
	border-bottom-right-radius: 12px;
}


.forma_select {
	width:126px;
	height:23px;
	background: url(../i/tr_down.gif) no-repeat 95% 5px;
	padding-left:10px;
	padding-right:10px;
	border: 1px solid #dddddd; 
	behavior: url(PIE.htc); 
	border-radius: 12px;  
	-moz-border-radius-topleft: 12px; 
	-webkit-border-top-left-radius: 12px; 
	-khtml-border-top-left-radius: 12px; 
	border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px; 
	-webkit-border-top-right-radius: 12px; 
	-khtml-border-top-right-radius: 12px; 
	border-top-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px; 
	-webkit-border-bottom-left-radius: 12px; 
	-khtml-border-bottom-left-radius: 12px; 
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px; 
	-webkit-border-bottom-right-radius: 12px; 
	-khtml-border-bottom-right-radius: 12px; 
	border-bottom-right-radius: 12px;
	cursor:pointer;
}

.forma_select_title {
	z-index:300; 
	position:absolute; 
	top:5px;
	left:10px; 
	font-size:11px;
	cursor:pointer; 	
}

.forma_textarea {
	width:366px;
	height:88px;
	resize:vertical;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	border: 1px solid #dddddd; 
	behavior: url(PIE.htc); 
	border-radius: 12px;  
	-moz-border-radius-topleft: 12px; 
	-webkit-border-top-left-radius: 12px; 
	-khtml-border-top-left-radius: 12px; 
	border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px; 
	-webkit-border-top-right-radius: 12px; 
	-khtml-border-top-right-radius: 12px; 
	border-top-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px; 
	-webkit-border-bottom-left-radius: 12px; 
	-khtml-border-bottom-left-radius: 12px; 
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px; 
	-webkit-border-bottom-right-radius: 12px; 
	-khtml-border-bottom-right-radius: 12px; 
	border-bottom-right-radius: 12px;
}

#captchaimage img { }
#captchaimage { /*float: left; margin-right: 15px;*/
	width:226px;
	height:60px;
	vertical-align:center;
	text-align:center;
	background-color:#ffffff;
	color:#000000;
	font-size:42px;
	padding-top:10px;
	border: 1px solid #bebebe; 
	behavior: url(PIE.htc); 
	border-radius: 12px;  
	-moz-border-radius-topleft: 12px; 
	-webkit-border-top-left-radius: 12px; 
	-khtml-border-top-left-radius: 12px; 
	border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px; 
	-webkit-border-top-right-radius: 12px; 
	-khtml-border-top-right-radius: 12px; 
	border-top-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px; 
	-webkit-border-bottom-left-radius: 12px; 
	-khtml-border-bottom-left-radius: 12px; 
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px; 
	-webkit-border-bottom-right-radius: 12px; 
	-khtml-border-bottom-right-radius: 12px; 
	border-bottom-right-radius: 12px; }

.input253{width:253px;}



#divinputfile{ background:url(../i/file_bgr.gif) no-repeat left top; height:25px; width:303px;display:block;}
#divinputfile:hover{ background:url(../i/file_on_bgr.gif) no-repeat left top;}
#divinputfile #filepc{ opacity: 0.0; -moz-opacity: 0.0; filter: alpha(opacity=00);font-size:178%;cursor:pointer; height:27px; width:303px;display:block;padding-left:8px;} 
#fakeinputfile{ margin-top:-25px; height:25px; width:303px;display:block;}
#fakeinputfile #fakefilepc{}

hr {margin-top:0px;margin-bottom:0px;height: 1px;border-top:0px solid #dedede;border-left:0px solid #dedede;border-right:0px solid #dedede;border-bottom:1px solid #dedede;  width: 100%;}
a{color:#000; text-decoration:underline;cursor:pointer;}
a:hover{text-decoration:none;cursor:pointer;}
.rbutons {text-align:right;}
.rbutons a,.rbutons a:visited{text-decoration:none;margin-left:10px;font:normal 11px Arial, Helvetica, sans-serif;}
.rbutons a:hover {text-decoration:underline;}

.btn{cursor:pointer; border:none;}
.btn:hover{position:relative; top:1px; left:1px; text-decoration:none!important;}
.selected a, .selected a:hover{cursor:default; text-decoration:none!important;}
.current, .current:hover{cursor:text; text-decoration:none!important;}

/* clear */
.clear{clear:both;line-height:0px;}

/* H */
h1{font:normal 28px "Arial Narrow", Helvetica, sans-serif; margin-bottom:3px; color:#000000;line-height:36px;}
h2, h2 a{font:bold 14px Arial, Helvetica, sans-serif; margin-bottom:15px; color:#f3a100; padding-bottom:7px; border-bottom:1px solid #ddd; text-decoration:none;}
.content h3{font:bold 12px/18px Arial, Helvetica, sans-serif; margin-bottom:20px; color:#000;}
h4 {font:42px "Arial Narrow";color:#f3a100;margin-bottom:5px;margin-left:0px;margin-top:1px;line-height:50px;}
h5 {font:21px "Arial Narrow";color:#1c1a15;margin-bottom:18px;margin-left:-1px;line-height:25px;}
h6 {padding-top:87px;color:#f6b940;font:28px "Arial Narrow", Helvetica, sans-serif; line-height:34px;height:auto; float:left;}

.popupcolorbox_content { position:relative; }
.popupcolorbox_content .date {margin-top:4px;margin-bottom:18px;}
.popupcolorbox_content_prel {width:100%; position:relative;top:-1px;background:url(../i/popup_prel.png) repeat-x 0px 0px;height:1px;}
.popupcolorbox_title { position:relative;width:335px;}
.popupcolorbox_h { text-align:left;font:38px "Arial Narrow";color:#f3a100;margin-top:37px;margin-bottom:0px;margin-left:0px;margin-right:0px;line-height:33px;}
.popupcolorbox_trdown {position:absolute;top:-55px;left:45px;}
.popupcarousel ul li{ width:auto; height:auto; position:relative;background:none; margin:0px 225px 0px 0px;padding:0px 0px 0px 0px;}
.popupcarousel{overflow:visible!important;}
.popupcarousel .prev { width:72px; height:72px; background:url(../i/popup_prev.png) no-repeat; cursor:pointer; margin-left:50px; margin-right:50px; margin-top:34px;}
.popupcarousel .next { width:72px; height:72px; background:url(../i/popup_next.png) no-repeat; cursor:pointer; margin-left:50px; margin-right:50px; margin-top:34px;}
.popupcarousel .close { width:50px; height:12px; background:url(../i/popup_close.png) no-repeat; cursor:pointer; position:absolute; margin-top:40px; right:-50px;}

/* traped_tips welcome page */
.traped_tips {color:#000000;font:14px Arial, Helvetica, sans-serif; font-weight:bold; line-height:13px;border-bottom:0px;}

/* flagnew fixmypapertradedview1 page */
.flagnew { padding-top:3px; padding-bottom:4px; padding-right:24px; display:inline; position:relative;  top:0px; background: url(../i/new.gif) no-repeat right; }

/* microphone fixmypapertraded pages */
a.microphone,a.microphone:visited,a.microphone:hover { padding-top:6px; padding-bottom:4px; padding-right:17px; display:inline; position:relative;  top:2px; background: url(../i/microphone.gif) no-repeat left; text-decoration:none; }

/* microphone roundtable pages */
a.microphone_h,a.microphone_h:visited,a.microphone_h:hover { padding-top:6px; padding-bottom:4px; padding-right:17px; position:relative;  top:2px; background: url(../i/microphone.gif) no-repeat left; text-decoration:none; border-bottom:none; margin-top:-9px; float:left; display:block; /*Your*/margin-bottom: 0px; }
a.microphone_r,a.microphone_r:visited,a.microphone_r:hover { padding-top:6px; padding-bottom:4px; padding-right:17px; padding-left:21px; color:#6d6e71; font-size:11px; position:relative;  top:2px; background: url(../i/microphone_small.gif) no-repeat left; text-decoration:none; border-bottom:none; margin-top:-9px; float:left; display:block; }

a.microphone_small,a.microphone_small:visited,a.microphone_small:hover {width:20px; padding-top:6px; padding-bottom:4px; color:#6d6e71; font-size:11px; position:relative;  top:2px; background: url(../i/microphone_small.gif) no-repeat left; text-decoration:none; border-bottom:none; margin-top:-9px; float:left; display:block; }

/* SETTINGS*/
body{font:12px Arial, Helvetica, sans-serif; color:#6d6e70; background:#fff;}
.main{width:100%; text-align:left; min-height:100%; _height:100%; overflow:hidden;}
.main .indent{width:950px; margin:0 auto; text-align:left; min-height:100%; _height:100%;}

/* HEADER */
.header{height:179px; position:relative; margin-bottom:15px; background:url(../i/header_hr.gif) no-repeat bottom;}

/* New 2013 */
.teachout {position:absolute; right:0; top:16px; font:23px Arial Narrow; color:#000;}
.hometriallinks{position:absolute; right:0px; top:51px; font-size:11px;}
.hometriallinks li{float:left; margin-left:19px;}
.hometriallinks a{text-decoration:none;}
.hometriallinks a:hover{text-decoration:underline;}
.hometriallinks .btn{width:55px; height:26px; margin-top:-6px; background:url(../i/signup_bg.gif) no-repeat; display:block; text-align:center; line-height:26px;}
.hometriallinks .ico a{float:left; height:12px; overflow:hidden; margin-left:4px;}
.hometriallinks_b{position:absolute; right:0px; top:155px; font-size:11px;}
.hometriallinks_b li{float:left; margin-left:19px;}
.hometriallinks_b a{text-decoration:none;}
.hometriallinks_b a:hover{text-decoration:underline;}
.hometriallinks_b .btn{width:55px; height:26px; margin-top:-6px; background:url(../i/signup_bg.gif) no-repeat; display:block; text-align:center; line-height:26px;}
.hometriallinks_b .ico a{float:left; height:12px; overflow:hidden; margin-left:4px;}


/* Your */.logo{position:absolute; top:21px; left:0px;}
/* Main *//*.logo{position:absolute; top:21px; left:0px; margin-left:20px;}*/

/* toolkit */
.toolkit{/*margin-top:-3px;*/ /*margin-top:-17px;margin-right:-33px;*/margin-top:-4px;}
.toolkit:hover{margin-top:-3px;margin-left:1px;margin-right:-1px;}

/* .toolkittroo */
.toolkittroo{ position:absolute; left:725px; top:20px;}

/* logedin */
/*.logedin{ position:absolute; right:0; top:46px; font:24px "Arial Narrow"; color:#000; margin-right:12px; letter-spacing:-1px; word-spacing:2px;} */
.logedin{ width:203px; position:absolute; left:748px; top:46px; font:24px "Arial Narrow"; color:#000; margin-right:0px; letter-spacing:-1px; word-spacing:2px;}
/*.logedin{ width:120px; position:absolute; left:726px; top:53px;font-size:11px; color:#000; margin-right:12px; letter-spacing:-1px; word-spacing:2px;}*/

/* logedintroo */
.logedintroo{ width:203px; position:absolute; left:816px; top:15px; font:24px "Arial Narrow"; color:#000; margin-right:0px; letter-spacing:-1px; word-spacing:2px; text-transform: capitalize;}

/* phone */
.phone{position:absolute; right:0; top:50px; font:28px Arial Narrow; color:#000;}

.index .header{border:none;}

/* navigation */
.navigation{width:770px;}

/* Your */.navigation .first{left:180px;}
/* Main *//*.navigation .first{left:202px;}*/

/* Your */.navigation .second{left:362px;}
/* Main *//*.navigation .second{left:384px;}*/

/* Your */.navigation .third{left:544px;}
/* Main *//*.navigation .third{left:566px;}*/

.navigation ul{background:url(../i/nav_dev.gif) no-repeat 0 100%; position:absolute; top:22px;}
.navigation li{height:27px; background:url(../i/nav_bg.png) no-repeat 11px 0; margin-left:-11px; padding-left:11px; margin-top:-1px; width:152px;}
.navigation a{font-size:11px; font-weight:bold; text-decoration:none; line-height:26px; color:#6d6e70; float:left;}
.navigation .first a{color:#000;}
.navigation div{height:27px; padding-right:11px; white-space:nowrap;}
.navigation a.nav_on{color:#f3a100;}
.navigation span{white-space:nowrap; color:#fff; display:none; margin-left:6px; float:left;}
.navigation span a{float:none; font-weight:normal; margin:0 4px;}
.navigation span a:hover{text-decoration:underline;}
.navigation .hover{/*background:url(../i/nav_bg.png) no-repeat 0 -27px;*/ position:relative; z-index:2; width:auto; width:-webkit-max-content; border-radius: 12px; background: #fcaf17;}
.navigation .hover div{/*background:url(../i/nav_bg.png) 100% -54px;*/}
.navigation .active a{color:#f3a100;}
.navigation .hover a{color:#fff;}
.navigation .hover span{display:block;max-width: 90%;}
.navigation .hover span a{color:#000;}

/* CONTENT */
.outer{padding-bottom:195px;}
.container{float:right; width:100%;margin-left:-180px;}

/* Your */.content{margin-left:178px;/*margin-left:180px;*/line-height:18px;}
.content .regLinks {padding-left: 160px;}
/* Main *//*.content{margin-left:200px;line-height:18px;}*/

/* url */
/* Your */.url{float:left;width:499px;height:50px; font-size:10px; margin:0px;}
.url a{ margin:0px 5px 0px 0px;}
/* Main *//*.url{float:left;width:577px;height:50px; font-size:10px; margin-left:-3px;margin-top:0px;}
.url a{ margin:0px 5px;} */

/* serchbox */
/* Your */.serchbox {float:right;width:231px;height:55px; }
/* Main *//*.serchbox {float:left;width:231px;height:55px; }*/
.searchtxt {float:left;border:1px solid #ffffff;margin-top:1px;/*margin-left:67px;*/ margin-left:73px; margin-right:0px;background-color:#ffffff; color:#6d6e70; /*width:130px;*/width:120px; height:12px; font-size:11px; }
.serchbox table {border-top:1px solid #dedede;border-right:0px solid #dedede;font-size:11px; line-height:18px;/*margin-top:7px;width:226px;margin-left:-2px;*/margin-top:4px;margin-right:0px;margin-left:5px;}
.serchbox td {padding-top:5px;}
.serchbox a{text-decoration:none;}
.serchbox a:hover{color:#f3a100;}
a.searchalllink,a.searchalllink:visited,a.searchalllink:active,a.searchalllink:hover {margin-top:1px;padding-top:1px;/*margin-left:4px;*/margin-left:13px;float:left;background:url(../i/tr_down.gif) no-repeat 16px -1px ; color:#000000; text-align:left; display:block; width:23px; height:12px; line-height:11px; font-size:11px; text-decoration:none; }
.searchleftcol{width:71px;}
.searchcentercol{width:91px;}
.searchrightcol{padding-right:0px;}

/* SIDEBAR */ /* Your */
/*
.sidenav a{font-size:11px;color:#333333;line-height:12px;margin-bottom:2px; text-decoration:none; display:block; padding:7px 20px;margin-top:-4px;}
.sidenav ul {width:152px;margin-bottom:2px;}
.sidenav li {margin-bottom:1px;line-height:12px;background:url("../i/sidenav_t.gif") repeat-x scroll 0 0 #FCAF17;background-size: contain;margin-right: 7px; position:relative; z-index:2; width:auto;height: auto;}
.sidenav li span {font-size:11px;margin-top:-1px;height:15px;display:inline;}
.sidenav div {display:block;line-height:12px;background:url("../i/sidenav_b.gif") repeat-x scroll 0 100% transparent;background-size: contain;height: auto;}
.sidenav .havesubm {font-size:11px;background:url(../i/new_havesubmenu_nav_bg.png) no-repeat 0 -25px; height: 25px; background-size: auto;}
.sidenav .havesubm span {margin-top:0px;font-size:11px;height:15px;display:block;}
.sidenav .havesubm DIV {background: url("../i/new_nav_bg.png") repeat scroll 100% -50px transparent; height: 25px; background-size: auto; }
.sidenavin{font-size:11px;margin-left:8px;margin-top:-2px;}
.sidenavin ul {width:135px;}
*/

/* SIDEBAR */ /* Main */
/*.sidebar{float:left; width:150px; padding:69px 0 0 12px;}*/
.sidebar{float:left; width:150px; padding:69px 0 0 5px;}


/*.sidebar h2{border:none; padding-top:1px; padding-bottom:0px; margin-left:8px;margin-bottom:19px;}*/
.sidebar h2{border:none; padding-top:1px; padding-bottom:0px; margin-left:10px;margin-bottom:17px;}

.sidenav{margin-left:-12px; padding-top:4px;font-size:11px;}
.sidenav a{font-size:11px;color:#333333;line-height:12px;margin-bottom:-7px;/**/ text-decoration:none; display:block; /*padding:7px 20px;*/padding-top:7px;padding-left:20px;padding-right:7px;padding-bottom:7px;margin-top:-4px;/**/}
.sidenav a:hover{text-decoration:underline;}
.sidenav .selected{background:#fcaf17 url(../i/sidenav_t.gif) no-repeat;}
.sidenav .selected a{background:url(../i/sidenav_b.gif) no-repeat 0 100%; color:#fff;}
.sidenav h4{font:11px Arial, Helvetica, sans-serif; color:#010101;}
.sidenav h4 a{text-decoration:none;}
.sidenav h4 a:hover{text-decoration:underline;}

.sidenav ul {}
.sidenav li {margin-bottom:5px;line-height:12px;}
.sidenav li span {font-size:11px;display:block;}
.sidenav div {display:block;line-height:12px;}
/*.sidenav div a,.sidenav div a:hover,.sidenav div a:visited,.sidenav div a:active {text-decoration:none;color:#ffffff;}*/
.sidenav li a,.sidenav li a:hover,.sidenav li a:visited,.sidenav li a:active{text-decoration:none;color:#ffffff;}

/*
.sidenav .havesubm div {width:142px;font-size:11px;background:url(../i/new_havesubmenu_nav_bg.png) no-repeat 0 -25px;}
.sidenav .havesubm span {margin-top:0px;font-size:11px;height:auto;display:block;}
*/
.sidenav .havesubm div {width:142px;font-size:11px;background:url(../i/havesubmenu_tr_down.png) no-repeat 5px 11px;}
.sidenav .havesubm span {margin-top:0px;font-size:11px;height:auto;display:block;}

.sidenavin{font-size:11px;margin-left:8px;}
.sidenavin a{color:#767779;}
.sidenavin ul {}

/*
.sidenav ul{background:#fcaf17 url(../i/sidenav1_t.gif) no-repeat;width:152px;}
.sidenav li{background: url(../i/sidenav1_b.gif) no-repeat 0 100%;width:152px;}
.sidenavin ul{background:#fcaf17 url(../i/sidenav2_t.gif) no-repeat;width:135px;}
.sidenavin ul li{background: url(../i/sidenav2_b.gif) no-repeat 0 100%;width:135px;} 
*/
.sidenav ul {width:152px;padding-top:2px;padding-bottom:2px;}
.sidenav .sidenavin ul {width:129px;margin-left:22px;}
.sidenavin a {margin-left:12px;}
.sidenavin ul a {margin-left:-11px;}
.sidenav ul/*, .sidenavin ul*/ { 
	background-color: #fcaf17;
	border: 1px #fcaf17 solid;
	behavior: url(PIE.htc); 
	border-radius: 12px;  
	-moz-border-radius-topleft: 12px; 
	-webkit-border-top-left-radius: 12px; 
	-khtml-border-top-left-radius: 12px; 
	border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px; 
	-webkit-border-top-right-radius: 12px; 
	-khtml-border-top-right-radius: 12px; 
	border-top-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px; 
	-webkit-border-bottom-left-radius: 12px; 
	-khtml-border-bottom-left-radius: 12px; 
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px; 
	-webkit-border-bottom-right-radius: 12px; 
	-khtml-border-bottom-right-radius: 12px; 
	border-bottom-right-radius: 12px;
}

a.havesubmenu,a.havesubmenu:visited{background:url(../i/tr_right.gif) no-repeat 7px 3px ; text-align:left; text-decoration:none;}

/*a.havesubmenu_open,a.havesubmenu_open:visited{background:url(../i/tr_down.gif) no-repeat 7px 5px ; text-align:left; text-decoration:none;}*/
a.havesubmenu_open,a.havesubmenu_open:visited{background:url(../i/tr_down.gif) no-repeat 7px 7px ; text-align:left; text-decoration:none;}

.sidenav h4 {width: 100%;}
.sidenav .close{background:url(../i/sidenav_arr.gif) no-repeat 0 -83px; cursor:pointer; float: left; width: 10px; height: 20px; margin:1px 0px 0px 8px;}
.sidenav .open{background:url(../i/sidenav_arr.gif) no-repeat 0 10px; cursor:pointer; float: left; width: 10px; height: 20px; margin:1px 0px 0px 8px;}

.sidenav .close_orange{background:url(../i/sidenav_arr_orange.gif) no-repeat 0 -83px; cursor:pointer; float: left; width: 10px; height: 20px; margin:1px 0px 0px 8px;}
.sidenav .open_orange {background:url(../i/sidenav_arr_orange.gif) no-repeat 0 10px; cursor:pointer; float: left; width: 10px; height: 20px; margin:1px 0px 0px 8px;}

.sidenav .sub{padding-left:21px; display:none; padding-right:12px;}
.sidenav .sub a{font-size:11px; text-decoration:none; display:block; padding:5px 10px; color:#767779;}
.sidenav .sub a:hover{text-decoration:underline;}
.sidenav .sub .selected{background:#fcaf17 url(../i/subnav_t.gif) no-repeat;}
.sidenav .sub .selected a{background:url(../i/subnav_b.gif) no-repeat 0 100%; color:#fff;}

/* stars */
.stars {width:55px;height:10px;font-size:3px; line-height:10px; float:right;}
.stars .star_on {width:11px; height:10px; float:left; background:url(../i/star_on.png) no-repeat 0px 0px; }
.stars .star_off {width:11px; height:10px; float:left; background:url(../i/star_off.png) no-repeat 0px 0px; }

.stars_big {width:90px;height:15px;font-size:3px; line-height:10px; float:left;margin-top:12px;margin-left:3px;}
.stars_big .star_on {width:18px; height:15px; float:left; background:url(../i/star_big_on.png) no-repeat 0px 0px; }
.stars_big .star_off {width:18px; height:15px; float:left; background:url(../i/star_big_off.png) no-repeat 0px 0px; }

/* favorite */
a.favorite_do,a.favorite_do:visited,a.favorite_do:active {display:block;text-decoration:none;width:87px;height:12px;background:url(../i/favorite_off.png) no-repeat 0px 0px; }
a.favorite_do:hover {text-decoration:none;background:url(../i/favorite_on.png) no-repeat 0px 0px; }
a.favorite_undo,a.favorite_undo:visited,a.favorite_undo:active {display:block;text-decoration:none;width:87px;height:12px;background:url(../i/favorite_on.png) no-repeat 0px 0px; }
a.favorite_undo:hover {text-decoration:none;background:url(../i/favorite_off.png) no-repeat 0px 0px; }

/* clock */
.clock {display:block;height:20px;line-height:20px;background:url(../i/clock.png) no-repeat left;padding-top:3px; padding-left:28px; margin-left:10px;  margin-top:-8px; font-size:11px;}

.accordionlinkh3 { 	
	padding-top:2px;
	padding-bottom:2px;
	background-color: transparent;
	border: 1px #dddddd solid;
	behavior: url(PIE.htc); 
	border-radius: 12px;  
	-moz-border-radius-topleft: 12px; 
	-webkit-border-top-left-radius: 12px; 
	-khtml-border-top-left-radius: 12px; 
	border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px; 
	-webkit-border-top-right-radius: 12px; 
	-khtml-border-top-right-radius: 12px; 
	border-top-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px; 
	-webkit-border-bottom-left-radius: 12px; 
	-khtml-border-bottom-left-radius: 12px; 
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px; 
	-webkit-border-bottom-right-radius: 12px; 
	-khtml-border-bottom-right-radius: 12px; 
	border-bottom-right-radius: 12px;
}
.accordionlinkh3 a {color:#6d6e70;font-size:12px;text-decoration:none;padding-left:11px;font-weight:normal;}

/*PAGES*/
/* Your */.pages {border-top:1px solid #dedede; height:51px; /*width: 771px;margin-left:179px;*/width: 770px;margin-left:180px; margin-top:12px;padding-top:12px;margin-bottom:0px;padding-bottom:12px;}
/* NEW fix listviewtable width 771px = pages width 771px , fix position of pages  margin-left:179px; */ /* old - width: 772px; margin-left:202px;*/
/* Main *//*.pages {border-top:1px solid #dedede; height:51px; width: 798px; margin-left:202px;margin-top:12px;padding-top:12px;margin-bottom:0px;padding-bottom:12px;}*/

.pages a,.pages a:active,.pages a:visited { float:left; margin-right:27px;font-size:12px;color:#000000;text-decoration:none; }
.pages a.on,.pages a:hover { color:#f3a100; }
.pages a.prevlink {background:url(../i/tr_l.gif) no-repeat left; text-decoration:none; width:30px; height:14px; display:block;float:left;margin-right:0px; }
.pages a.nextlink {background:url(../i/tr_r.gif) no-repeat right; text-decoration:none; width:6px; height:14px; display:block;float:left;margin-right:0px;  }

.pagesdet {width:100%;}
.pagesdet span{float:left;margin-left:-15px;margin-right:15px;color:#000001;}
.pagesdet a.prevlink {width:35px;padding-left:11px;font: 11px Arial, Helvetica, sans-serif;line-height:15px;}
.pagesdet a.nextlink {width:35px;float:right;padding-right:13px;font: 11px Arial, Helvetica, sans-serif;line-height:15px;}

.shortpages {width:498px;/*margin-top:-16px;*/}

/* FOOTER */
.footer{width:100%; margin:0 auto; text-align:left; height:171px; margin-top:-171px; position:relative; background:url(../i/footer_bgr.gif) repeat-x #ffffff; font-size:11px; line-height:16px;}
/* Your */ .footer .footerLogo {display:block; background:url(../i/footer_logo.gif) no-repeat top left; width: 65px; height: 119px;}
.footer .indent{/*width:970px;*/width:950px; margin:0 auto; padding:30px 0 0 0;}
.footer a{text-decoration:none;}
.footer a:hover{text-decoration:underline;}

.footer .left{/*width:190px;*/width:180px; float:left;}
/* old *//* .footer .left{width:182px; float:left;} */
.footer .right{width:217px; float:right;}
.footer .right ul{margin-bottom:15px;}
.footer .create img{float:left; margin-right:13px;}
.footer .create a{line-height:59px;}
.footer .center{overflow:hidden;}
.footer .center ul{/*width:280px;*/width:275px; float:left; margin-top:-4px;}
.footer .center li{margin-bottom:5px;line-height:17px;}
.footer .centerlink1 {width:240px;height:22px;display:block;line-height:22px;margin-top:-2px;}
.footer .centerlink {/*width:245px;*/height:66px;display:block;line-height:22px;margin-top:-2px;}
.footer .center .btn, .footer .right .btn{height:25px; float:left; background:url(../i/footer_btn.gif) no-repeat; line-height:25px; margin:30px 0 1px 0;}
.footer .right .btn{margin-top: 44px;}
.footer .center .btn span, .footer .right .btn span{float:left; background:url(../i/footer_btn.gif) no-repeat 100% -25px; padding:0 12px;}
.copy{/*margin-left:-5px;*/margin-left:-9px;margin-top:-3px;}

/* RIGHTBAR */
/* Your */.rightbar { line-height:18px; width:226px; float:right; margin-top:28px;/*margin:0px;*/ overflow:hidden; }
/* NEW fix margin-top:28px; */ /* old - margin:0px;*/
/* Main *//*.rightbar { line-height:18px; width:233px; float:right; margin-top:28px;margin-right:10px; margin-left:50px; overflow:hidden; }*/

/*.rightbar p { padding-bottom: 28px;}*/
.rightbar p { padding-bottom: 32px;}
.rightbar h4 {font:bold 12px Arial, Helvetica, sans-serif; color:#000; margin-bottom:20px;}
a.rightbarlink,a.rightbarlink:visited,a.rightbarlink:active,a.rightbarlink:hover {float:right;margin-top:4px;background:url(../i/tr_right.gif) no-repeat right; color:#000000; text-align:left; display:block; padding-right: 14px; height:12px; font-size:11px; text-decoration:none; }
a.rightbardownlink,a.rightbardownlink:visited,a.rightbardownlink:active,a.rightbardownlink:hover {float:right;margin-right:1px;margin-top:-5px;background:url(../i/tr_down.gif) no-repeat right 0px; color:#6d6e70; text-align:left; display:block; padding-right: 14px; height:11px; line-height:11px; font-size:11px; text-decoration:none; }
a.rightbaruplink,a.rightbaruplink:visited,a.rightbaruplink:active,a.rightbaruplink:hover {float:right;margin-right:1px;margin-top:-5px;background:url(../i/tr_up.gif) no-repeat right 2px; color:#6d6e70; text-align:left; display:block; padding-right: 14px; height:11px; line-height:11px; font-size:11px; text-decoration:none; }

a.rightbarlink_gray,a.rightbarlink_gray:visited,a.rightbarlink_gray:active,a.rightbarlink_gray:hover {float:right;margin-top:-5px;background:url(../i/tr_right.gif) no-repeat right; color:#6d6e70; text-align:left; display:block; padding-right: 14px; height:12px; font-size:11px; text-decoration:none; }

/* overflow */
.overlay {z-index: 1000;}
.overlay-video {background-color: #FFFFFF;border-radius: 10px 10px 10px 10px;-moz-box-shadow: 0 0 15px #333;-webkit-box-shadow: 0 0 15px #333;box-shadow: 0 0 15px #333;display: none;padding: 20px;width: 720px;}
.overlay-audio {background-color: #FFFFFF;border-radius: 10px 10px 10px 10px;-moz-box-shadow: 0 0 15px #333;-webkit-box-shadow: 0 0 15px #333;box-shadow: 0 0 15px #333;padding:40px;width:576px;display:none;}
.overlay .close {background:url(../i/close.png) no-repeat;position:absolute;top:2px;display:block;right:5px; width:35px;height:35px;cursor:pointer;}
a.player-video {display:block;height:600px;	}
a.player-audio {display:block;height:30px;}
.overflow {overflow:hidden; margin-left:2px;}

/* New */.overflow-2sidebars {width: 498px;}
/* Your *//*.overflow-2sidebars {width: 518px;}*/
/* Main *//*.overflow-2sidebars { width: 514px;}*/

/* Your */.overflow-3columns {width: 770px;}
/* Main *//*.overflow-3columns {width: 881px;}*/

/* New 2013 */.overflow-1sidebar {width: 950px; margin-left:-178px;}

/* New 2013 */.leftbar {float:left; width:677px;}

.content .overflow img {display: block;margin-left: auto;margin-right: auto;}
.module_content_video_inner {height: 320px;}
.module_content_audio_inner {height: 30px;}
.video_description {margin-top: 20px;margin-bottom: 20px;}
.audio_description {margin-top: 20px;margin-bottom: 20px;}
.overflow .sign {font-style: italic;color: #000000;text-align: center;}

/* sort */
/* Your */.sort { width:770px; height:20px;display:block; border-bottom:1px solid #dedede;margin-bottom:5px;margin-top:19px; line-height:14px; font-size:11px; padding-bottom:1px;}
/* Main *//*.sort { width:798px; height:20px;display:block; border-bottom:1px solid #dedede;margin-bottom:0px;margin-top:19px; line-height:14px; font-size:11px; padding-bottom:1px;}
*/

.sort span {float:left;}
.sort a,.sort a:active,.sort a:visited {color:#000000;margin-left:16px;float:left;text-decoration:none;}
.sort a:hover {color:#e59904;text-decoration:none;}
.sort a.on,.sort a.on:active,.sort a.on:visited,.sort a.on:hover {color:#e59904;}

.sort a.gray,.sort a.gray:active,.sort a.gray:visited {color:#6d6e70;margin-left:16px;float:left;text-decoration:none;}
.sort a.gray:hover {color:#e59904;text-decoration:none;}
.sort a.gray.on,.sort a.gray.on:active,.sort a.gray.on:visited,.sort a.gray.on:hover {color:#e59904;}

/* contentsubmenu */
.contentsubmenu { width:100%; height:20px;display:block; border-top:1px solid #dedede;margin-bottom:12px;margin-top:42px; line-height:14px; font-size:11px; padding-bottom:1px; padding-top:16px;}
.contentsubmenu span {float:right;}
.contentsubmenu a,.contentsubmenu a:active,.contentsubmenu a:visited {color:#000000;margin-left:16px;float:right;text-decoration:none;}
.contentsubmenu a:hover {color:#e59904;text-decoration:none;}
.contentsubmenu a.on,.contentsubmenu a.on:active,.contentsubmenu a.on:visited,.contentsubmenu a.on:hover {color:#e59904;}

.contentsubmenu a.rightbarlink, .contentsubmenu a.rightbarlink:visited,.contentsubmenu a.rightbarlink:active,.contentsubmenu a.rightbarlink:hover {float:right;margin-top:-5px;padding-top:5px;background:url(../i/tr_right.gif) no-repeat right; color:#6d6e70; text-align:left; display:block; padding-right: 14px; height:12px; font-size:11px; text-decoration:none; }


.contentsubmenu_sort { width:100%; height:20px;display:block; margin-bottom:12px; line-height:14px; font-size:11px; padding-bottom:1px; padding-top:12px;}
.contentsubmenu_sort span {float:right;}
.contentsubmenu_sort a,.contentsubmenu_sort a:active,.contentsubmenu_sort a:visited {color:#000000;margin-left:16px;float:right;text-decoration:none;}
.contentsubmenu_sort a:hover {color:#e59904;text-decoration:none;}
.contentsubmenu_sort a.on,.contentsubmenu_sort a.on:active,.contentsubmenu_sort a.on:visited,.contentsubmenu_sort a.on:hover {color:#e59904;}
.contentsubmenu_sort a.rightbarlink, .contentsubmenu_sort a.rightbarlink:visited,.contentsubmenu_sort a.rightbarlink:active,.contentsubmenu_sort a.rightbarlink:hover {float:right;margin-top:-5px;padding-top:5px;background:url(../i/tr_right.gif) no-repeat right; color:#6d6e70; text-align:left; display:block; padding-right: 14px; height:12px; font-size:11px; text-decoration:none; }


/* item */
.item { padding-bottom:0px;}
.item p { padding-bottom:15px;}
.item img { margin-top:15px;margin-bottom:16px;}
/*.item .date { font-size:11px;margin-top:18px;margin-bottom:23px;}*/
.item .date { font-size:11px;margin-top:15px;margin-bottom:21px;}
.item .commentdate { font-size:12px;margin-top:-1px;margin-bottom:18px;color:#000000;}

/* ulcheck */
.blackcheck { display:block;color:#000000;margin-bottom:9px;background-image: url(../i/check_black.gif); background-position: 0px 3px; background-repeat:no-repeat;padding-left:19px;font:normal 12px Arial, Helvetica, sans-serif;}
.orangecheck { display:block;color:#e59904;margin-bottom:9px;background-image: url(../i/check_orange.gif); background-position: 0px 3px; background-repeat:no-repeat;padding-left:19px;font:normal 12px Arial, Helvetica, sans-serif;}
.graycheck { display:block;color:#333333;margin-bottom:9px;background-image: url(../i/check_gray.gif); background-position: 0px 3px; background-repeat:no-repeat;padding-left:19px;font:normal 12px Arial, Helvetica, sans-serif; }

/* NEW FIXES ALL PAGE CLASSES */
.display_b {display:block;}

.lbox{float:left;margin-top:0px;}
.rbox{float:left;margin-top:0px;margin-left:50px;}

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

.formrow {font-size:10px;color:#6d6e70;line-height:25px;display:block;}
.formrow a,.formrow a:visited, .formrow a:active{padding-left:11px;line-height:9px;color:#6d6e70;text-decoration:none; }
.formrow a:hover{text-decoration:underline;}
.formrow label{display: block;float:left;margin-top:5px;margin-left:5px;margin-right:5px;font:12px Arial, Helvetica, sans-serif;color:#000000;}

/* colors */
.white {color:#ffffff;}
.gr333 {color:#333333;}
.grccc {color:#cccccc;}
.gray {color:#6d6e70;}
.sgray {color:#7e7e7e;}
.black {color:#000000;}
.orange {color:#e59904;}
.sorange {color:#fcaf17;}
.dorange {color:#c57f16;}
.borange {color:#e69d0e;}

.button { font-size:11px;width:226px; margin:0px 1px 0px 0px;}
.button li,.button div{ margin-bottom:5px;line-height:18px;margin-left:-1px;}
.button .btn{width:103px; height:25px; background:url(../i/welcomebar_btn.gif) no-repeat; color:#fff;text-decoration:none; font:16px Arial Narrow, Helvetica, sans-serif; line-height:22px; float:left; text-align:center;margin:-2px 0 1px 0;}



/* NEW roundtable pages */

/* MultiFile */
#divinputfile .multi{ opacity: 0.0; -moz-opacity: 0.0; filter: alpha(opacity=00);font-size:178%;cursor:pointer; height:25px; width:303px;display:block;padding-left:8px;} 
.MultiFile-label {margin-bottom:5px;}
.MultiFile-title {padding-left:18px; padding-right:32px;}
.MultiFile-ext {background: url(../i/ext_bgr.gif) no-repeat left; padding-top:7px; padding-bottom:7px;margin-bottom:0px;display:block; float:left; text-align:center; width:24px; 
color:#e59904; font:bold 9px Arial, Helvetica, sans-serif; text-transform:uppercase; }
a.MultiFile-remove, a.MultiFile-remove:visited, a.MultiFile-remove:active{color:#000000;font-size:11px;line-height:32px;text-decoration:none;} 
a.MultiFile-remove:hover{text-decoration:underline;}


.picitems p { text-align:center; margin-top:5px;text-align:center; color:#000000; display:block;font-size:11px;line-height:18px;}
.picitems p a { text-decoration:none;}
.picitems p a:hover{ text-decoration:underline;}
.picitems .play {width:44px; height:44px; background:url(../i/voices_play.png) no-repeat;position:absolute; left:41%; top:39%; display:none;}
.picitems .image:hover .play{display:block;}
.picitems_corners {
	border: 1px #ffffff solid;
	behavior: url(PIE.htc); 
	border-radius: 12px;  
	-moz-border-radius-topleft: 12px; 
	-webkit-border-top-left-radius: 12px; 
	-khtml-border-top-left-radius: 12px; 
	border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px; 
	-webkit-border-top-right-radius: 12px; 
	-khtml-border-top-right-radius: 12px; 
	border-top-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px; 
	-webkit-border-bottom-left-radius: 12px; 
	-khtml-border-bottom-left-radius: 12px; 
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px; 
	-webkit-border-bottom-right-radius: 12px; 
	-khtml-border-bottom-right-radius: 12px; 
	border-bottom-right-radius: 12px;
}

.picitems_smaller .item {overflow:hidden; width:102px;display:block; margin-right:0px; float:left;}
.picitems_smaller .item img { margin-top:0px;margin-bottom:0px;}
.picitems_smaller .frame {width:102px; height:78px; background:url(../i/corner_SMALLER.png) no-repeat; position:absolute; left:0; top:0;}
.picitems_smaller .play {width:44px; height:44px; background:url(../i/voices_play.png) no-repeat; position:absolute; left:65px; top:42px; display:none;}
.picitems_smaller .image:hover .play{display:block;}
/*.picitems_smaller .item p {margin-top:9px;text-align:center; color:#000000; display:block;font-size:11px;line-height:18px;}*/
.picitems_smaller .item p {margin-top:5px;text-align:center; color:#000000; /*height:32px;*/display:block;font-size:11px;line-height:18px;}
.picitems_smaller .item p a{text-decoration:none;}
.picitems_smaller .item p a:hover{text-decoration:underline;}

.picitems_small .item {overflow:hidden; width:170px;display:block; margin-right:0px; float:left;}
.picitems_small .item img { margin-top:0px;margin-bottom:0px;}
.picitems_small .frame {width:170px; height:130px; background:url(../i/corner_SMALL.png) no-repeat; position:absolute; left:0; top:0;}
.picitems_small .play {width:44px; height:44px; background:url(../i/voices_play.png) no-repeat; position:absolute; left:65px; top:42px; display:none;}
.picitems_small .image:hover .play{display:block;}
.picitems_small .item p {margin-top:9px;text-align:center; color:#000000; /*height:32px;*/display:block;font-size:11px;line-height:18px;}
.picitems_small .item p a{text-decoration:none;}
.picitems_small .item p a:hover{text-decoration:underline;}

.picitems_medium .item {overflow:hidden;width:226px;display:block; margin-right:0px;}
.picitems_medium .item img {width:226px;height:152px;margin-top:0px;margin-bottom:0px;}
/* NEW set img size automatic - width:226px;height:152px; */ /* old - .picitems_medium .item img {margin-top:0px;margin-bottom:0px;}*/

/* Your */.picitems_medium .frame {width:226px; height:152px; background:url(../i/corner_MEDIUM.png) no-repeat; position:absolute; left:0; top:0; /*background-size: contain;*/}
/* NEW background-size: contain; - it will work without this */
/* Main *//*.picitems_medium .frame {width:233px; height:157px; background:url(../i/corner_MEDIUM.png) no-repeat; position:absolute; left:0; top:0;}*/

.picitems_medium .play {width:44px; height:44px; background:url(../i/voices_play.png) no-repeat; position:absolute; left:91px; top:54px; display:none;}
.picitems_medium .image:hover .play{display:block;}
.picitems_medium .play1 {width:44px; height:44px; background:url(../i/play1_off.png) no-repeat; position:absolute; left:91px; top:54px; display:block;}
.picitems_medium .image:hover .play1{background:url(../i/play1_on.png) no-repeat; display:block;}
.picitems_medium .item p {/*margin-top:-21px;*/text-align:center; color:#000; /*height:32px;*/display:block;font-size:11px;margin-top:9px;line-height:18px;}
.picitems_medium .item p a{text-decoration:none;}
.picitems_medium .item p a:hover{text-decoration:underline;}

.img_big { background-image: url(../i/slide5.jpg); background-position: top left; background-repeat: no-repeat; width:950px; height:354px;}
.img_big_frame { background-image: url(../i/corner_BIG.png); background-position: top left; background-repeat: no-repeat; width:950px; height:354px;}
.img_medium { background-image: url(../i/BANNER.jpg); background-position: top left; background-repeat: no-repeat; width:233px; height:157px;}
.img_medium_frame { background-image: url(../i/corner_MEDIUM.png); background-position: top left; background-repeat: no-repeat; width:233px; height:157px;}
.img_small { background-image: url(../i/USER_small.jpg); background-position: top left; background-repeat: no-repeat; width:170px; height:130px;}
.img_small_frame { background-image: url(../i/corner_SMALL.png); background-position: top left; background-repeat: no-repeat; width:170px; height:130px;}

.comming_soon {width:170px; height:130px; display:block; font:21px "Arial Narrow";color:#f3a100; line-height:130px; padding-left:25px; /*background:url(../i/comming_soon.png) no-repeat;*/ margin-top:15px;margin-bottom:16px;}

/* texthighlights */
.texthighlights {background-color:#fcaf17;color:#ffffff;padding-left:2px;padding-right:2px;}

/* picitems_gray */
.picitems_gray .item{overflow:hidden; width:170px;display:block; margin-right:30px; float:left;}
.picitems_gray .item:nth-of-type(4n+1){margin-right: 0;}
.picitems_gray .frame{width:170px; height:130px; background:url(../i/corner_SMALL_gray.png) no-repeat; position:absolute; left:0; top:0;}
.picitems_gray .play{width:44px; height:44px; background:url(../i/voices_play.png) no-repeat; position:absolute; left:65px; top:42px; display:none;}
.picitems_gray a.image:hover,.picitems_gray a.image {text-decoration:none;}
.picitems_gray .image:hover .play{display:block;}
.picitems_gray .item p {margin-top:-11px;text-align:center; color:#000; height:32px;display:block;font-size:11px;}
.picitems_gray .item p a{text-decoration:none;}
.picitems_gray .item p a:hover{text-decoration:underline;}

.racestar { background-image: url(../i/racestar.png); background-position: top left; background-repeat: no-repeat; width:22px; height:14px; float:left;cursor:default;}


/* New 2013 */
.picitems_bigger .item {overflow:hidden; width:677px;display:block; margin-right:0px; float:left;}
.picitems_bigger .item img { margin-top:0px;margin-bottom:0px;}
.picitems_bigger .frame {width:677px; height:381px; background:url(../i/bigger_frame.png) no-repeat; position:absolute; left:0; top:0;}
.picitems_bigger .play {width:101px; height:101px; background:url(../i/bigger_play.png) no-repeat; position:absolute; left:288px; top:144px; display:none;}
.picitems_bigger .image:hover .play{display:block;}
.picitems_bigger .item p {margin-top:9px;text-align:center; color:#000000; /*height:32px;*/display:block;font-size:11px;line-height:18px;}
.picitems_bigger .item p a{text-decoration:none;}
.picitems_bigger .item p a:hover{text-decoration:underline;}
.picitems_bigger .on .play{display:block;}


/* holder */
.forholderdiv { background: transparent url(../i/myactivity_grid.gif) no-repeat top left;padding-left: 80px;margin-top:20px;}
.holderdiv { height: 270px;margin-left: 0px;margin-top: -35px;}

/* my_bubble_tooltip */
/*Main *//*.my_bubble_tooltip { z-index:20; display:none; margin-left:10px; margin-top:-440px; position: absolute; padding-top:40px;padding-left:50px; width:302px; height:236px; background: transparent url(../i/balloon.png) no-repeat top left; }
.bubble_torange { background: transparent url(../i/balloon.png) no-repeat top left;}
.bubble_twhite { background: transparent url(../i/balloon_white.png) no-repeat top left;}
.bubble_tgray { background: transparent url(../i/balloon_gray.png) no-repeat top left;}
.my_bubble_content {width:200px; height:160px; overflow:hidden;}
.bubble_tgray .my_bubble_content {color:#ffffff;}
.my_bubble_title { font:normal 21px "Arial Narrow", Helvetica, sans-serif; margin-bottom:23px; color:#000000;line-height:24px;}
.my_bubble_content .date { font-size:11px;margin-top:9px;margin-bottom:12px;}*/
/*.my_bubble_tooltip {
background-color:#ffffff;
-webkit-box-shadow: rgb(214, 214, 214) 0px 0px 5px 1px;
border-bottom-color: #999;
border-bottom-left-radius: 250px;
border-bottom-right-radius: 250px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #999;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #999;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #999;
border-top-left-radius: 250px;
border-top-right-radius: 250px;
border-top-style: solid;
border-top-width: 1px;
box-shadow: rgb(214, 214, 214) 0px 0px 5px 1px;
color: #6D6E70;
display: block;
font-family: Arial, sans-serif;
font-size: 13px;
outline-color: #6D6E70;
outline-style: none;
outline-width: 0px;
overflow-x: hidden;
overflow-y: hidden;
}*/
/*.bubble_torange { background: transparent
url(../i/pop_up_sjvideos_ext.png) no-repeat top left;}
.bubble_twhite { background: transparent
url(../i/pop_up_sjvideos_pro.png) no-repeat top left;}
.bubble_tgray { background: transparent
url(../i/pop_up_sjvideos_ult.png) no-repeat top left;}
.my_bubble_tooltip { z-index:20; display:none; margin-left:10px;
margin-top:-440px; position: absolute;
padding-top:25px;padding-left:30px;
width:302px; height:236px; background: transparent
url(../i/balloon.png) no-repeat top left; }
.my_bubble_content {width:250px; height:160px; overflow:hidden;}
 .my_bubble_content {width:250px; height:200px; overflow:hidden;}*/

/* Your old
.my_bubble_tooltip { z-index:20; display:none; margin-left:-75px; margin-top:-490px; position: absolute; padding-top:25px;padding-left:30px; width:302px; height:275px; background: transparent url(../i/balloon.png) no-repeat top left; }
.bubble_torange { background: transparent url(../i/pop_up_sjvideos_ext.png) no-repeat top left;}
.bubble_twhite { background: transparent url(../i/SJVideos_BG.png) no-repeat top left;}
.bubble_tgray { background: transparent url(../i/pop_up_sjvideos_ult.png) no-repeat top left;}
.my_bubble_content {width:265px; height:200px; overflow:hidden;}
.bubble_tgray .my_bubble_content {color:#ffffff;}
.my_bubble_title { font:normal 21px "Arial Narrow", Helvetica, sans-serif; margin-bottom:23px; color:#ffffff;line-height:24px; height: 40px;}
.my_bubble_content .date { font-size:11px;margin-top:9px;margin-bottom:12px;}
.my_bubble_tooltip .ui-progressbar .ui-widget-header {background: #000000;}
.my_bubble_tooltip .ui-widget-content {background: gray;}
*/

/*Your*/
.my_bubble_tooltip { z-index:102; display:none; margin-left:-1px;
margin-top:-183px; position: absolute;
padding-top:5px;padding-left:15px; width:157px; height:127px;
background: #F8A621; cursor: pointer; border-radius: 20px 20px 20px
20px;}
.bubble_torange { background: transparent url(../i/SJVideos_BG.png)
no-repeat top left;}
.bubble_twhite { background: transparent url(../i/SJVideos_BG.png)
no-repeat top left;}
.bubble_tgray { background: transparent url(../i/SJVideos_BG.png)
no-repeat top left;}
.my_bubble_content {width:150px; height:123px; overflow:hidden;}
.my_bubble_content .stars {width: auto;}
.my_bubble_title { font:normal 21px "Arial Narrow", Helvetica,
sans-serif; margin-bottom:23px; color:#ffffff;line-height:24px;
height: 40px;}
.my_bubble_content .date {
font-size:11px;margin:0px;color:#322A1C;height: 16px;overflow:
hidden;}
.my_bubble_tooltip .ui-progressbar .ui-widget-header {background: white;}
.my_bubble_tooltip .ui-widget-content {background: #FACB7E;}
.my_bubble_tooltip DIV.play {display: block;top:113px;left:140px;}
.my_bubble_tooltip .my_bubble_desc{height: 58px;
color:#322A1C;font-size: 12px;line-height: 15px;padding-top: 8px;}
.my_bubble_tooltip .progressbar {width: 110px;float:left;margin-top:
6px;border: 0px;}
.my_bubble_tooltip .progress {float:left;font-size: 11px;color: white;
font-weight: bold;padding-left: 6px; line-height: 16px;}
.my_bubble_tooltip A{font-size: 10px;color:#322A1C; line-height: 12px;}

/*Your*//*Also i've added some styles:*/
.roundtabledetailedview1 .date{float: right; font-size: 11px; color:
#6D6E70; margin: 0px; font-weight: normal; padding-top: 3px;}
.roundtabledetailedview1 H2 {margin-bottom: 1px;}
.e2 {background-color:#e2e2e2;}
.hoverLink {visibility: hidden;}
.item:HOVER .hoverLink{ visibility: visible;}





.llll { position:absolute;z-index:3;margin-left:-80px;margin-top:-20px;}
.dot_completed { margin-right:7px;text-align:center; padding-top:7px;color:#ffffff; font-size:11px; float:left; width:32px;height:32px;background: url(../i/dot_completed.png) no-repeat left top;}
.dot_progress { margin-right:7px;text-align:center; padding-top:7px;color:#ffffff; font-size:11px; float:left; width:32px;height:32px;background: url(../i/dot_progress.png) no-repeat left top;}
.dot_waiting { margin-right:7px;text-align:center; padding-top:7px;color:#ffffff; font-size:11px; float:left; width:32px;height:32px;background: url(../i/dot_waiting.png) no-repeat left top;}

.jjjj {position:absolute;top:200px;left:300px;display:none;z-index:10;}
.jjjj [name=webexPass] {
    position: absolute;
    right: 0;
    bottom: -10px;
    color: black;
    font-size: 10px;
}
.jjjj [name=webexPass] SPAN{
	font-weight: bold;
	font-size: 12px;
}

/* mypopup */
.mypopup { position:absolute;z-index:3;margin-left:-60px;margin-top:-100px;}
.mypopup_fix { position:relative;z-index:3000;}
.mypopup_arrow_left { position:absolute;z-index:4;margin-left:-75px;margin-top:22px; background-image: url(../i/mypopup_arr_l.png); background-position:top left; background-repeat:no-repeat; width:37px; height:37px;}
.mypopup_arrow_right { position:absolute;z-index:4;margin-left:149px;margin-top:22px; background-image: url(../i/mypopup_arr_r.png); background-position:top left; background-repeat:no-repeat; width:37px; height:37px;}
.mypopup_tl { height:22px; width:22px; background-image: url(../i/mypopup_tl.png); background-position:top left; background-repeat:no-repeat; line-height:14px;}
.mypopup_tr { height:22px; width:22px; background-image: url(../i/mypopup_tr.png); background-position:top left; background-repeat:no-repeat; line-height:14px;}
.mypopup_bl { height:22px; width:22px; background-image: url(../i/mypopup_bl.png); background-position:top left; background-repeat:no-repeat; line-height:14px;}
.mypopup_br { height:22px; width:22px; background-image: url(../i/mypopup_br.png); background-position:top left; background-repeat:no-repeat; line-height:14px;}
.mypopup_t { height:22px; width:auto; background-image: url(../i/mypopup_t.png); background-position:top left; background-repeat:repeat-x; line-height:14px;}
.mypopup_b { height:22px; width:auto; background-image: url(../i/mypopup_b.png); background-position:top left; background-repeat:repeat-x; line-height:14px;}
.mypopup_l { height:auto; width:22px; background-image: url(../i/mypopup_l.png); background-position:top left; background-repeat:repeat-y; line-height:14px;}
.mypopup_r { height:auto; width:22px; background-image: url(../i/mypopup_r.png); background-position:top left; background-repeat:repeat-y; line-height:14px;}
.mypopup_text {	background-color:#ffffff;}
.mypopup_title { font:normal 21px "Arial Narrow", Helvetica, sans-serif; margin-bottom:23px; margin-top:45px; color:#000000;line-height:24px;}

.mypopup2 { position:absolute;z-index:3;margin-left:-60px;margin-top:-100px;}
.mypopup2_arrow_left { position:absolute;z-index:4;margin-left:-90px;margin-top:22px; background-image: url(../i/mypopup2_arr_l.png); background-position:top left; background-repeat:no-repeat; width:33px; height:39px;}
.mypopup2_arrow_right { position:absolute;z-index:4;margin-left:335px;margin-top:22px; background-image: url(../i/mypopup2_arr_r.png); background-position:top left; background-repeat:no-repeat; width:33px; height:39px;}
.mypopup2_tl { height:22px; width:22px; background-image: url(../i/mypopup2_tl.png); background-position:top left; background-repeat:no-repeat; line-height:14px;}
.mypopup2_tr { height:22px; width:22px; background-image: url(../i/mypopup2_tr.png); background-position:top left; background-repeat:no-repeat; line-height:14px;}
.mypopup2_bl { height:22px; width:22px; background-image: url(../i/mypopup2_bl.png); background-position:top left; background-repeat:no-repeat; line-height:14px;}
.mypopup2_br { height:22px; width:22px; background-image: url(../i/mypopup2_br.png); background-position:top left; background-repeat:no-repeat; line-height:14px;}
.mypopup2_t { height:22px; width:auto; background-image: url(../i/mypopup2_t.png); background-position:top left; background-repeat:repeat-x; line-height:14px;}
.mypopup2_b { height:22px; width:auto; background-image: url(../i/mypopup2_b.png); background-position:top left; background-repeat:repeat-x; line-height:14px;}
.mypopup2_l { height:auto; width:22px; background-image: url(../i/mypopup2_l.png); background-position:top left; background-repeat:repeat-y; line-height:14px;}
.mypopup2_r { height:auto; width:22px; background-image: url(../i/mypopup2_r.png); background-position:top left; background-repeat:repeat-y; line-height:14px;}

.mypopup_gray { position:absolute;z-index:3;margin-left:-60px;margin-top:-100px;}
.mypopup_gray .mypopup_text { background-color:#6d6e70; color:#ffffff;}
.mypopup_gray .date {color:#cdcdcd; font-size:10px;}
.mypopup_gray .mypopup_title { font:normal 24px "Arial Narrow"; letter-spacing:-1px; word-spacing:2px; margin-bottom:23px; margin-top:45px; padding-top:3px;padding-bottom:-1px; color:#fcaf17;line-height:24px;}
.mypopup_gray_arrow_left { position:absolute;z-index:4;margin-left:-89px;margin-top:22px; background-image: url(../i/mypopup_gray_arr_l.png); background-position:top left; background-repeat:no-repeat; width:33px; height:42px;}
.mypopup_gray_arrow_right { position:absolute;z-index:4;margin-left:335px;margin-top:22px; background-image: url(../i/mypopup_gray_arr_r.png); background-position:top left; background-repeat:no-repeat; width:33px; height:42px;}
.mypopup_gray_tl { height:22px; width:22px; background-image: url(../i/mypopup_gray_tl.png); background-position:top left; background-repeat:no-repeat; line-height:14px;}
.mypopup_gray_tr { height:22px; width:22px; background-image: url(../i/mypopup_gray_tr.png); background-position:top left; background-repeat:no-repeat; line-height:14px;}
.mypopup_gray_bl { height:22px; width:22px; background-image: url(../i/mypopup_gray_bl.png); background-position:top left; background-repeat:no-repeat; line-height:14px;}
.mypopup_gray_br { height:22px; width:22px; background-image: url(../i/mypopup_gray_br.png); background-position:top left; background-repeat:no-repeat; line-height:14px;}
.mypopup_gray_t { height:22px; width:auto; background-image: url(../i/mypopup_gray_t.png); background-position:top left; background-repeat:repeat-x; line-height:14px;}
.mypopup_gray_b { height:22px; width:auto; background-image: url(../i/mypopup_gray_b.png); background-position:top left; background-repeat:repeat-x; line-height:14px;}
.mypopup_gray_l { height:auto; width:22px; background-image: url(../i/mypopup_gray_l.png); background-position:top left; background-repeat:repeat-y; line-height:14px;}
.mypopup_gray_r { height:auto; width:22px; background-image: url(../i/mypopup_gray_r.png); background-position:top left; background-repeat:repeat-y; line-height:14px;}

.mypopup_gray .mypopup_text a.mybtn_sorange_close,.mypopup_gray .mypopup_text a.mybtn_sorange_close:active,.mypopup_gray .mypopup_text a.mybtn_sorange_close:visited,.mypopup_gray .mypopup_text a.mybtn_sorange_close:hover {
	width:86px;
	display:block;
	padding-left:8px;
	padding-right:8px;
	padding-top:3px;
	padding-bottom:4px;
	font:16px "Arial Narrow";
	/*font-weight:bold;*/
	line-height:16px;
	letter-spacing:-1px;
	/*display:block;*/
	text-align:center;
	text-decoration:none;
	background-color:#fcaf17;
	color:#000000;
	border: 1px #fcaf17 solid;
	behavior: url(PIE.htc); 
	border-radius: 40px;  
	-moz-border-radius-topleft: 40px; 
	-webkit-border-top-left-radius: 40px; 
	-khtml-border-top-left-radius: 40px; 
	border-top-left-radius: 40px;
	-moz-border-radius-topright: 40px; 
	-webkit-border-top-right-radius: 40px; 
	-khtml-border-top-right-radius: 40px; 
	border-top-right-radius: 40px;
	-moz-border-radius-bottomleft: 40px; 
	-webkit-border-bottom-left-radius: 40px; 
	-khtml-border-bottom-left-radius: 40px; 
	border-bottom-left-radius: 40px;
	-moz-border-radius-bottomright: 40px; 
	-webkit-border-bottom-right-radius: 40px; 
	-khtml-border-bottom-right-radius: 40px; 
	border-bottom-right-radius: 40px;
}




.pers_ment_det {position:absolute;top:200px;left:300px;display:none;z-index:2000;}
.pers_ment_det .mypopup_title {padding-top:13px;padding-bottom:7px;}
.pers_ment_det .mypopup_text {color:#cdcdcd;padding-left:20px;padding-right:15px;}
.pers_ment_det .mypopup_gray_arrow_left,.pers_ment_det .mypopup_gray_arrow_right {margin-top:14px;}

.reserve_p_ment {position:absolute;top:100px;left:500px;display:none;z-index:2000;}
.reserve_p_ment .mypopup_text {color:#cdcdcd;padding-left:20px;padding-right:15px;}
.reserve_p_ment .mypopup_gray_arrow_left,.reserve_p_ment .mypopup_gray_arrow_right {margin-top:14px;}

.reserve_p_ment_t {position:absolute;top:350px;left:600px;display:none;z-index:2000;}
.reserve_p_ment_t .mypopup_text {color:#cdcdcd;padding-left:20px;padding-right:15px;}
.reserve_p_ment_t .mypopup_gray_arrow_left,.reserve_p_ment .mypopup_gray_arrow_right {margin-top:14px;}

.mypopup_orange { position:absolute;z-index:3;margin-left:-60px;margin-top:-100px;}
.mypopup_orange .mypopup_text { background-color:#fcaf17; color:#000000;}
.mypopup_orange .date {color:#885500; font-size:10px;}
.mypopup_orange .mypopup_title { /*font:normal 21px "Arial Narrow", Helvetica, sans-serif;*/font:normal 24px "Arial Narrow"; letter-spacing:-1px; word-spacing:2px; margin-bottom:23px; margin-top:45px; padding-top:3px;padding-bottom:-1px; color:#000000;line-height:24px;}
.mypopup_orange { position:absolute;z-index:3;margin-left:-60px;margin-top:-100px;}
.mypopup_orange_arrow_left { position:absolute;z-index:4;margin-left:-89px;margin-top:22px; background-image: url(../i/mypopup_orange_arr_l.png); background-position:top left; background-repeat:no-repeat; width:33px; height:42px;}
.mypopup_orange_arrow_right { position:absolute;z-index:4;margin-left:335px;margin-top:22px; background-image: url(../i/mypopup_orange_arr_r.png); background-position:top left; background-repeat:no-repeat; width:33px; height:42px;}
.mypopup_orange_tl { height:22px; width:21px; background-image: url(../i/mypopup_orange_tl.png); background-position:top left; background-repeat:no-repeat; line-height:14px;}
.mypopup_orange_tr { height:22px; width:21px; background-image: url(../i/mypopup_orange_tr.png); background-position:top left; background-repeat:no-repeat; line-height:14px;}
.mypopup_orange_bl { height:22px; width:21px; background-image: url(../i/mypopup_orange_bl.png); background-position:top left; background-repeat:no-repeat; line-height:14px;}
.mypopup_orange_br { height:22px; width:21px; background-image: url(../i/mypopup_orange_br.png); background-position:top left; background-repeat:no-repeat; line-height:14px;}
.mypopup_orange_t { height:22px; width:auto; background-image: url(../i/mypopup_orange_t.png); background-position:top left; background-repeat:repeat-x; line-height:14px;}
.mypopup_orange_b { height:22px; width:auto; background-image: url(../i/mypopup_orange_b.png); background-position:top left; background-repeat:repeat-x; line-height:14px;}
.mypopup_orange_l { height:auto; width:21px; background-image: url(../i/mypopup_orange_l.png); background-position:top left; background-repeat:repeat-y; line-height:14px;}
.mypopup_orange_r { height:auto; width:21px; background-image: url(../i/mypopup_orange_r.png); background-position:top left; background-repeat:repeat-y; line-height:14px;}

/* roundtable */
.roundtable td{font-size: 9px;line-height: 9px;width: 9px;height: 9px;margin: 0;padding: 0;}
.roundtable .roundtable-tl{background: url(../i/textarea_tl.gif) no-repeat top left;}
.roundtable .roundtable-tm{background: url(../i/textarea_tm.gif) repeat-x top left;}
.roundtable .roundtable-tr{background: url(../i/textarea_tr.gif) no-repeat top right;}
.roundtable .roundtable-ml{background: url(../i/textarea_ml.gif) repeat-y top left;}
.roundtable .roundtable-mm{background: url(../i/textarea-mm.gif) repeat;}
.roundtable .roundtable-mr{background: url(../i/textarea_mr.gif) repeat-y top right;}
.roundtable .roundtable-bl{background: url(../i/textarea_bl.gif) no-repeat top left;}
.roundtable .roundtable-bm{background: url(../i/textarea_bm.gif) repeat-x top left;}
.roundtable .roundtable-br{background: url(../i/textarea_br.gif) no-repeat top right;}
.roundtable-tl {font-size:9px;line-height:9px;width:9px;height:9px;display:block;}
.roundtable-tr {font-size:9px;line-height:9px;width:9px;height:9px;display:block;}
.roundtable-ml {font-size:9px;line-height:9px;width:9px;min-height:9px;height:9px;}
.roundtable-mr {font-size:9px;line-height:9px;width:9px;min-height:9px;height:9px;}
.roundtable-mm {vertical-align:top;text-align:left;}

INPUT.mybtn_gr[type="submit"],a.mybtn_gr,a.mybtn_gr:active,a.mybtn_gr:visited,a.mybtn_gr:hover {
	-moz-appearance: none;
	-webkit-appearance: none;
	width:auto;
	padding-left:8px;
	padding-right:8px;
	padding-top:1px;
	padding-bottom:2px;
	font:16px "Arial Narrow";
	/*font-weight:bold;*/
	line-height:16px;
	letter-spacing:-1px;
	/*display:block;*/
	text-decoration:none;
	background-color:#333333;
	color:#ffffff;
	border: 1px #333333 solid;
	behavior: url(PIE.htc); 
	border-radius: 40px;  
	-moz-border-radius-topleft: 40px; 
	-webkit-border-top-left-radius: 40px; 
	-khtml-border-top-left-radius: 40px; 
	border-top-left-radius: 40px;
	-moz-border-radius-topright: 40px; 
	-webkit-border-top-right-radius: 40px; 
	-khtml-border-top-right-radius: 40px; 
	border-top-right-radius: 40px;
	-moz-border-radius-bottomleft: 40px; 
	-webkit-border-bottom-left-radius: 40px; 
	-khtml-border-bottom-left-radius: 40px; 
	border-bottom-left-radius: 40px;
	-moz-border-radius-bottomright: 40px; 
	-webkit-border-bottom-right-radius: 40px; 
	-khtml-border-bottom-right-radius: 40px; 
	border-bottom-right-radius: 40px;	
}

INPUT.mybtn_sorange[type="submit"],a.mybtn_sorange,a.mybtn_sorange:active,a.mybtn_sorange:visited,a.mybtn_sorange:hover {
	width:auto;
	padding-left:8px;
	padding-right:8px;
	padding-top:1px;
	padding-bottom:2px;
	font:16px "Arial Narrow";
	/*font-weight:bold;*/
	line-height:16px;
	letter-spacing:-1px;
	/*display:block;*/
	text-align:center;
	text-decoration:none;
	background-color:#fcaf17;
	color:#000000;
	border: 1px #fcaf17 solid;
	behavior: url(PIE.htc); 
	border-radius: 40px;  
	-moz-border-radius-topleft: 40px; 
	-webkit-border-top-left-radius: 40px; 
	-khtml-border-top-left-radius: 40px; 
	border-top-left-radius: 40px;
	-moz-border-radius-topright: 40px; 
	-webkit-border-top-right-radius: 40px; 
	-khtml-border-top-right-radius: 40px; 
	border-top-right-radius: 40px;
	-moz-border-radius-bottomleft: 40px; 
	-webkit-border-bottom-left-radius: 40px; 
	-khtml-border-bottom-left-radius: 40px; 
	border-bottom-left-radius: 40px;
	-moz-border-radius-bottomright: 40px; 
	-webkit-border-bottom-right-radius: 40px; 
	-khtml-border-bottom-right-radius: 40px; 
	border-bottom-right-radius: 40px;
}

a.mybtn_sorange_close,a.mybtn_sorange_close:active,a.mybtn_sorange_close:visited,a.mybtn_sorange_close:hover {
	width:86px;
	display:block;
	padding-left:8px;
	padding-right:8px;
	padding-top:3px;
	padding-bottom:4px;
	font:16px "Arial Narrow";
	/*font-weight:bold;*/
	line-height:16px;
	letter-spacing:-1px;
	/*display:block;*/
	text-align:center;
	text-decoration:none;
	background-color:#fcaf17;
	color:#000000;
	border: 1px #fcaf17 solid;
	behavior: url(PIE.htc); 
	border-radius: 40px;  
	-moz-border-radius-topleft: 40px; 
	-webkit-border-top-left-radius: 40px; 
	-khtml-border-top-left-radius: 40px; 
	border-top-left-radius: 40px;
	-moz-border-radius-topright: 40px; 
	-webkit-border-top-right-radius: 40px; 
	-khtml-border-top-right-radius: 40px; 
	border-top-right-radius: 40px;
	-moz-border-radius-bottomleft: 40px; 
	-webkit-border-bottom-left-radius: 40px; 
	-khtml-border-bottom-left-radius: 40px; 
	border-bottom-left-radius: 40px;
	-moz-border-radius-bottomright: 40px; 
	-webkit-border-bottom-right-radius: 40px; 
	-khtml-border-bottom-right-radius: 40px; 
	border-bottom-right-radius: 40px;
}

/* other */
.al_right {text-align:right;border:1px solid #ff0000;}
.t2 {margin-top:2px;line-height:0px;}
.loginpage .l253 .rbox ul{margin:13px 1px 0px 0px;}

/* label */
.label_l{margin-top:0px;margin-left:12px;margin-right:8px;float:left;width:1px;height:20px;display: block;}
.label_l_3{margin-top:0px;margin-left:-3px;margin-right:0px;float:left;display: auto;}

/* report link */
a.report, a.report:visited, a.report:active{color:#737476;font-size:10px;line-height:33px;text-decoration:none;} 
a.report:hover{text-decoration:underline;}

/* comment link */
a.commentlink, a.commentlink:visited, a.commentlink:active{color:#000000;font-size:11px;line-height:32px;text-decoration:none;} 
a.commentlink:hover{text-decoration:underline;}

/* blacklink */
a.blacklink, a.blacklink:visited, a.blacklink:active{color:#000000;font-size:12px;line-height:18px;text-decoration:none;} 
a.blacklink:hover{text-decoration:underline;}

/* dialogsj */
.dialogsj {border:1px solid #c9cccf;background-color:#dadde2;height:13px;margin-top:-6px;margin-left:-13px;margin-right:-13px;}
a.dialogsjlink, a.dialogsjlink:visited, a.dialogsjlink:active{color:#000000;font-size:10px;line-height:10px;text-decoration:none;} 
a.dialogsjlink:hover{text-decoration:underline;}
.dialogsjcontent {margin:22px;}

/* scrollbars */
.simple .scrollbar-pane { }
.simple .scrollbar-handle-container { background:#ffffff;width:16px;text-align:left;}
.simple .scrollbar-handle-container.hover,.simple .scrollbar-handle-container.move {  background:transparent;width:16px;text-align:left;}
.simple .scrollbar-handle,.simple .scrollbar-handle-up,.simple .scrollbar-handle-down {	width: 16px;height:26px; background:transparent;}
.simple .scrollbar-handle { width: 16px;height:26px;background:#ffffff; margin-right:-2px;}
.simple .scrollbar-handle:hover { }
.simple .scrollbar-handle.move { }	  
.simple .scrollbar-handle-up { margin-top:20px;background: url(../i/tr_up.gif);background-position: 3px 3px;background-repeat: no-repeat;}
.simple .scrollbar-handle-up.hover,.simple .scrollbar-handle-up:hover { }
.simple .scrollbar-handle-up.move { background-image: url(../i/tr_up.gif);background-position: 3px 3px;background-repeat: no-repeat;}
.simple .scrollbar-handle-down { background-image: url(../i/tr_down.gif);background-position: 3px 3px;background-repeat: no-repeat;}
.simple .scrollbar-handle-down.hover,.simple .scrollbar-handle-down:hover { background-image: url(../i/tr_down.gif);background-position: 3px 3px;background-repeat: no-repeat;}
.simple .scrollbar-handle-down.move { background-image: url(../i/tr_down.gif);background-position: 3px 3px;background-repeat: no-repeat;}
.scrollbar-handle { display:block;}
.css-scrollbar.simple { 
	background-color:#ffffff;
	width:223px;height:150px;overflow:hidden;float:left;
	border:1px solid #dddddd; 
	behavior: url(PIE.htc); 
	border-radius: 12px;  
	-moz-border-radius-topleft: 12px; 
	-webkit-border-top-left-radius: 12px; 
	-khtml-border-top-left-radius: 12px; 
	border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px; 
	-webkit-border-top-right-radius: 12px; 
	-khtml-border-top-right-radius: 12px; 
	border-top-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px; 
	-webkit-border-bottom-left-radius: 12px; 
	-khtml-border-bottom-left-radius: 12px; 
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px; 
	-webkit-border-bottom-right-radius: 12px; 
	-khtml-border-bottom-right-radius: 12px; 
	border-bottom-right-radius: 12px;	
}
.css-scrollbar.simple.w236{width:236px;}
.css-scrollbar.simple.h168{height:168px;}
.css-scrollbar.simple p,.css-scrollbar.simple li { padding-left:9px;padding-right:16px; }

.css-scrollbar.simple a {
	display: block;
	text-decoration: none;
	color:#000000;
	font-size:11px;
	padding-left:30px;
}

.css-scrollbar.simple .firstli a {
	padding-left:10px;
	color: #6d6e70;	
	font-size:12px;
	border-top: 1px transparent solid;
	behavior: url(PIE.htc); 
	border-radius: 10px 0px 0px 0px;  
	-moz-border-radius-topleft: 10px;  
	-webkit-border-top-left-radius: 10px;  
	-khtml-border-top-left-radius: 10px;  
	border-top-left-radius: 10px;  
	-moz-border-radius-topright: 0px;  
	-webkit-border-top-right-radius: 0px;  
	-khtml-border-top-right-radius: 0px;  
	border-top-right-radius: 0px;  
	-moz-border-radius-bottomleft: 0px; 
	-webkit-border-bottom-left-radius: 0px; 
	-khtml-border-bottom-left-radius: 0px; 
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px; 
	-webkit-border-bottom-right-radius: 0px; 
	-khtml-border-bottom-right-radius: 0px; 
	border-bottom-right-radius: 0px;
}

.css-scrollbar.simple .titleli a {
	padding-left:10px;
	color: #6d6e70;	
	font-size:12px;	
}
.css-scrollbar.simple .titleliorange a {
	padding-top:1px;
	padding-bottom:5px;
	color: #e59904;	
	font-size:11px;	
	background-image:url(../i/tr_up.gif);
	background-position:213px 7px; 
	background-repeat:no-repeat;
}

.css-scrollbar.simple .lastli a {
	border-top: 1px transparent solid;
	behavior: url(PIE.htc); 
	border-radius: 0px 0px 0px 10px;  
	-moz-border-radius-topleft: 0px;  
	-webkit-border-top-left-radius: 0px;  
	-khtml-border-top-left-radius: 0px;  
	border-top-left-radius: 0px;  
	-moz-border-radius-topright: 0px;  
	-webkit-border-top-right-radius: 0px;  
	-khtml-border-top-right-radius: 0px;  
	border-top-right-radius: 0px;  
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px; 
	-khtml-border-bottom-left-radius: 10px; 
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius: 10px; 
	-khtml-border-bottom-right-radius: 10px; 
	border-bottom-right-radius: 10px;
}

.css-scrollbar.simple .firstlinonscroll a {
	padding-left:10px;
	color: #6d6e70;	
	font-size:12px;
	border-top: 1px transparent solid;
	behavior: url(PIE.htc); 
	border-radius: 10px 10px 0px 0px;  
	-moz-border-radius-topleft: 10px;  
	-webkit-border-top-left-radius: 10px;  
	-khtml-border-top-left-radius: 10px;  
	border-top-left-radius: 10px;  
	-moz-border-radius-topright: 0px;  
	-webkit-border-top-right-radius: 0px;  
	-khtml-border-top-right-radius: 0px;  
	border-top-right-radius: 0px;  
	-moz-border-radius-bottomleft: 0px; 
	-webkit-border-bottom-left-radius: 0px; 
	-khtml-border-bottom-left-radius: 0px; 
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px; 
	-webkit-border-bottom-right-radius: 0px; 
	-khtml-border-bottom-right-radius: 0px; 
	border-bottom-right-radius: 0px;
}

.css-scrollbar.simple .lastlinonscroll a {
	border-top: 1px transparent solid;
	behavior: url(PIE.htc); 
	border-radius: 0px 0px 10px 10px;  
	-moz-border-radius-topleft: 0px;  
	-webkit-border-top-left-radius: 0px;  
	-khtml-border-top-left-radius: 0px;  
	border-top-left-radius: 0px;  
	-moz-border-radius-topright: 0px;  
	-webkit-border-top-right-radius: 0px;  
	-khtml-border-top-right-radius: 0px;  
	border-top-right-radius: 0px;  
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px; 
	-khtml-border-bottom-left-radius: 10px; 
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius: 10px; 
	-khtml-border-bottom-right-radius: 10px; 
	border-bottom-right-radius: 10px;
}

.css-scrollbar.simple a.selected {
	background: #EDEDED;
	color: #6d6e70;
}

.css-scrollbar.simple a:hover, .css-scrollbar.simple a.selected:hover {
	background:#FCAF17; /*#3582c4;*/
	color: #fff;
}

.css-scrollbar.myseltransp{
	width:231px;
	height:190px;
}

.css-scrollbar.myseltransp a{
	color:#6d6e70;
	background-color:#fffff;
	line-height:25px;
}

.css-scrollbar.myseltransp a.selected {
	background:#ffffff; 
	color: #e59904;
}

.css-scrollbar.myseltransp a:hover, .css-scrollbar.myseltransp a.selected:hover {
	background:#ffffff;
	color: #e59904;
}

.css-scrollbar.simple .titleliorange a:hover,.css-scrollbar.simple .titleliorange a.selected,.css-scrollbar.simple .titleliorange a.selected:hover  {
	color: #e59904;
	background-color:#ffffff;
	background-image:url(../i/tr_up.gif);
	background-position:213px 7px; 
	background-repeat:no-repeat;
}

/*.simple .scrollbar-pane { }
.simple .scrollbar-handle-container { background-image: url(../i/scroll_bar.gif);background-position: top right;background-repeat: repeat-y;width:20px;text-align:left;}
.simple .scrollbar-handle-container.hover,.simple .scrollbar-handle-container.move { background-image: url(../i/scroll_bar.gif);background-position: top right;background-repeat: repeat-y;width:20px;text-align:left;}
.simple .scrollbar-handle,.simple .scrollbar-handle-up,.simple .scrollbar-handle-down {	width: 16px;height:82px;background-image: url(../i/scroll.gif);background-position: top left;background-repeat: no-repeat;}
.simple .scrollbar-handle { width: 16px;height:82px;background-image: url(../i/scroll.gif);background-position: top left;background-repeat: no-repeat;margin-right:2px;}
.simple .scrollbar-handle:hover { width: 16px;height:82px;background-image: url(../i/scroll.gif);background-position: top left;background-repeat: no-repeat;}
.simple .scrollbar-handle.move { width: 16px;height:82px;background-image: url(../i/scroll.gif);background-position: top left;background-repeat: no-repeat;}	  
.simple .scrollbar-handle-up { width: 20px;height: 25px;background-image: url(../i/up.gif);background-position: top left;background-repeat: no-repeat;}
.simple .scrollbar-handle-up.hover,.simple .scrollbar-handle-up:hover { width: 20px;height: 25px;background-image: url(../i/up.gif);background-position: top left;background-repeat: no-repeat;}
.simple .scrollbar-handle-up.move { width: 20px;height: 25px;background-image: url(../i/up.gif);background-position: top left;background-repeat: no-repeat;}
.simple .scrollbar-handle-down { width: 20px;height: 25px;background-image: url(../i/down.gif);background-position: top left;background-repeat: no-repeat;}
.simple .scrollbar-handle-down.hover,.simple .scrollbar-handle-down:hover { width: 20px;height: 25px;background-image: url(../i/down.gif);background-position: top left;background-repeat: no-repeat;}
.simple .scrollbar-handle-down.move { width: 20px;height: 25px;background-image: url(../i/down.gif);background-position: top left;background-repeat: no-repeat;}
.scrollbar-handle { width: 16px;height:82px;display:block;}
.css-scrollbar.simple {	border-top: 2px solid #e5e5e5;border-left: 2px solid #e5e5e5;border-bottom: 2px solid #e5e5e5;border-radius: 10px 10px 10px 10px;box-shadow: 0 0 1px #e5e5e5;width:100px;height:60px;overflow:hidden;float:left;-moz-box-shadow:none;}
.css-scrollbar.simple p { margin-right: 30px;margin-left: 10px;} */

/* playsound */
a.playsound_off, a.playsound_off:visited, a.playsound_off:active, a.playsound_off:hover{background: url(../i/playsound_off.gif) top left no-repeat; width:55px; height:25px;text-decoration:none;margin-top:3px;}
a.playsound_on, a.playsound_on:visited, a.playsound_on:active, a.playsound_on:hover{background: url(../i/playsound_on.gif) top left no-repeat; width:55px; height:25px;text-decoration:none;margin-top:3px;}
a.playsound_pause, a.playsound_pause:visited, a.playsound_pause:active, a.playsound_pause:hover{background: url(../i/playsound_pause.gif) top left no-repeat; width:55px; height:25px;text-decoration:none;margin-top:3px;}

/* userscomment */
/*
.userspic {width:170px;vertical-align:top;text-align:center;padding-top:21px;}
.userscomment {vertical-align:top;text-align:left;padding-left:30px;padding-top:3px; }
*/
.userspic {/*width:170px;*/vertical-align:top;text-align:center;padding-top:21px;}
.userscomment {width:100%;vertical-align:top;text-align:left;padding-left:20px;/*padding-left:30px;*/padding-top:3px; }

/* tichcontent */
.tichcontent { padding-left:3px;padding-top:5px;}
.tichcontent .mypopup_title { margin-bottom:4px; margin-top:0px;}
.tichcontent .toptext { margin-top:-42px;font-size:14px;font-weight:normal;float:left;color:#ffffff;}
.tichcontent .item img { margin-top:-17px;margin-bottom:7px;}

/* rightbarpic */
.rightbarpic {width:226px;vertical-align:top;text-align:center;padding-top:5px;}
.rightbarpic .img { background-image: url(../i/userpic1.jpg); background-position: top left; background-repeat: no-repeat; width:226px; height:152px; }
.rightbarpic .img_ramka { background-image: url(../i/rightbarpic_ramka.png); background-position: top left; background-repeat: no-repeat; width:226px; height:152px; }
.rightbarpic a,.rightbarpic a:visited,.rightbarpic a:active {font-size:11px;line-height:36px;text-decoration:none;}
.rightbarpic a:hover{text-decoration:underline;}

.dots {background-image: url(../i/dots.gif);background-position: left bottom; background-repeat: repeat-x; width:100%;}

/* userstats */
.userstats {margin-top:-26px;margin-right:-1px;}
.userstats h2{margin-top:29px;margin-bottom:17px;}
.userstats .userstatstables{margin-top:-2px; line-height:15px;}
.userstatstables table{margin-bottom:4px;}
.userstatstables .dev{line-height:6px;}

/* listviewtable */
/* Your */.listviewtable {/*width:771px;*//*width:770px;*/width:100%; color:#000000;font-size:12px;line-height:16px; border-bottom:1px solid #dddddd;border-right:1px solid #dddddd;}
/* NEW width:772px; - the right border is not seen*//* old - width:772px;*/ 
/* Main*//*.listviewtable {width:798px; color:#000000;font-size:12px;line-height:16px; border-bottom:1px solid #dddddd;border-right:1px solid #dddddd;}*/

.listviewhead {background-color:#ffffff;color:#7e7e7e;}
.listviewtd_w {background-color:#ffffff;}
.listviewtd_g {background-color:#f2f2f2;}
.td_left {text-align:left;}
.td_center {text-align:center;}
.td_right {text-align:right;}
.listviewcol {word-wrap: break-word;max-width: 450px;height:30px;vertical-align:middle; padding-left:9px;padding-right:5px;border-left:1px solid #dddddd;border-top:1px solid #dddddd;}

/* boards */
/* Your */.boardstable {width:768px;margin-top:-2px;}
/* Main *//*.boardstable {width:798px;margin-top:-2px;}*/

.boardsdev {padding-bottom:27px;border-bottom:1px solid #dddddd;}
.boardsspace {/*padding-bottom:23px;*/padding-bottom:26px;}

.boardsleftcol {width:550px;text-align:left;padding-top:1px;}
.boardsnumberscol {width:32px;text-align:right;padding-top:2px;}
.boardscentercol {width:55px;padding-left:3px;text-align:left;padding-top:2px;}
.boardsrightcol {text-align:right;padding-top:2px;}

a.boardnamenew,a.boardnamenew:visited,a.boardnamenew:active,a.boardnamenew:hover { padding-right:32px;padding-top:5px;padding-bottom:5px;font:bold 14px Arial, Helvetica, sans-serif; color:#f3a100; text-decoration:none;background: url(../i/new.gif) no-repeat right;line-height:19px;}
a.boardname,a.boardname:visited, a.boardname:active, a.boardname:hover {padding-right:32px;padding-top:5px;padding-bottom:5px;font:bold 14px Arial, Helvetica, sans-serif; color:#f3a100; text-decoration:none;background: transparent;line-height:19px;}
a.boarduserlink,a.boarduserlink:visited, a.boarduserlink:active { font:bold 11px Arial, Helvetica, sans-serif; color:#6d6e70; text-decoration:none;}
a.boarduserlink:hover {text-decoration:underline;}

.microphonbox {width:104px;height:94px;}
.microphonbox_l {background:url(../i/microphonbox_l.gif) no-repeat;width:11px;}
.microphonbox_r {background:url(../i/microphonbox_r.gif) no-repeat;width:11px;}
.microphonbox_l_on {background:url(../i/microphonbox_l_on.gif) no-repeat;width:11px;}
.microphonbox_r_on {background:url(../i/microphonbox_r_on.gif) no-repeat;width:11px;}
.microphonbox_prel {background:url(../i/microphonbox_prel.gif) repeat-x;vertical-align:top;text-align:center;}
.microphonbox_prel_on {background:url(../i/microphonbox_prel_on.gif) repeat-x;vertical-align:top;text-align:center;}

.microphonbox_small {width:74px;height:65px;}
.microphonbox_small_l {background:url(../i/microphonbox_small_l.gif) no-repeat;width:11px;}
.microphonbox_small_r {background:url(../i/microphonbox_small_r.gif) no-repeat;width:11px;}
.microphonbox_small_prel {background:url(../i/microphonbox_small_prel.gif) repeat-x;vertical-align:top;text-align:center;}

.voicepower {background:url(../i/voicepower.gif) no-repeat left;width:4px;height:25px;float:left;}
.voicepower_on {background:url(../i/voicepower_on.gif) no-repeat left;width:4px;height:25px;float:left;}

/* microphonebox link */
a.microphoneboxlink, a.microphoneboxlink:visited, a.microphoneboxlink:active{color:#000000;font-size:11px;line-height:27px;text-decoration:none;} 
a.microphoneboxlink:hover{text-decoration:underline;}
a.microphoneboxorangelink, a.microphoneboxorangelink:visited, a.microphoneboxorangelink:active{color:#fcaf17;font-size:11px;line-height:27px;text-decoration:none;} 
a.microphoneboxorangelink:hover{text-decoration:underline;}
a.microphoneboxgraylink, a.microphoneboxgraylink:visited, a.microphoneboxgraylink:active{color:#6d6e71;font-size:11px;line-height:27px;text-decoration:none;} 
a.microphoneboxgraylink:hover{text-decoration:underline;}

/* weblink */
a.weblink, a.weblink:visited, a.weblink:active {color:#6d6e71; font-size:12px;text-decoration:none; }
a.weblink:hover {text-decoration:underline; }

a.weblink_orange, a.weblink_orange:visited, a.weblink_orange:active {color:#e59904; font-size:12px;text-decoration:none; }
a.weblink_orange:hover {text-decoration:underline; }


/* links */
.links{position:absolute; right:0px; top:26px; font-size:11px;}
/* Your *//*.links li{float:left; margin-left: 9px;}*/
/* Your */.links li{float:left; margin-left:19px;}
/* Main *//*.links li{float:left; margin-left:17px;}*/
.links a{text-decoration:none;}
.links a:hover{text-decoration:underline;}
.links .btn{width:55px; height:26px; margin-top:-6px; background:url(../i/signup_bg.gif) no-repeat; display:block; text-align:center; line-height:26px;}
.links .ico a{float:left; height:12px; overflow:hidden; margin-left:4px;}

/* linkstroo*/
.linkstroo{position:absolute; right:-1px; top:65px; font-size:11px;}
.linkstroo li{float:left; margin-left:19px;}
.linkstroo a{text-decoration:none;}
.linkstroo a:hover{text-decoration:underline;}
.linkstroo .btn{width:55px; height:26px; margin-top:-6px; background:url(../i/signup_bg.gif) no-repeat; display:block; text-align:center; line-height:26px;}
.linkstroo .ico a{float:left; height:12px; overflow:hidden; margin-left:4px;}

/* VISUAL */
.visual{width:950px; height:354px; position:relative; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.slider .prevmy{width:44px; height:44px; background:url(../i/slider_prev.png) no-repeat; position:absolute; z-index:8; cursor:pointer; left:70px; top:155px;}
.slider .nextmy{width:44px; height:44px; background:url(../i/slider_next.png) no-repeat; position:absolute; z-index:8; cursor:pointer; right:70px; top:155px;}
.slider .prevmy:hover {background-position: 0px -44px;}
.slider .nextmy:hover {background-position: 0px -44px;}
.slider .prev{width:44px; height:44px; background:url(../i/slider_prev.png) no-repeat; position:absolute; z-index:9; cursor:pointer; left:70px; top:155px;}
.slider .next{width:44px; height:44px; background:url(../i/slider_next.png) no-repeat; position:absolute; z-index:9; cursor:pointer; right:70px; top:155px;}
.slider .prev:hover {background-position: 0px -44px;}
.slider .next:hover {background-position: 0px -44px;}

.carousel ul li{ width:950px; height:354px; position:relative;background:none; margin:0px 225px 0px 0px;padding:0px 0px 0px 0px;}
.carousel{overflow:visible!important;}
.carousel ul .ind{ width:950px; height:354px; position:absolute;display:block;}
.carousel ul .ind h5{ margin-bottom:14px;}


/* old */
/*.carousel ul .ind{padding:40px 250px 20px 180px; height: 354px;}
.carousel h3{font:42px/36px "Arial Narrow", Helvetica, sans-serif; color:#f6a504; text-transform:uppercase; letter-spacing:-1px; margin-bottom:14px;}
.carousel h4{font:20px/18px "Arial Narrow", Helvetica, sans-serif; color:#000; margin-bottom:28px; letter-spacing:-0.5px;}
.carousel p{width:355px; color:#585858; line-height:18px;}*/

/* font-family */
.ff_arialnar {font:normal 28px "Arial Narrow", Helvetica, sans-serif;}

/* font-color */
.fc_or_f3a {color:#f3a100;}
.fc_or_fbb {color:#fbb016;}
.fc_black {color:#000000;}

/* text-decoration */
.textd_linethr {text-decoration:line-through;}
.textd_underline {text-decoration:underline;}
.textd_none {text-decoration:none;}

/* text-transform:uppercase; */
.texttr_uppercase {text-transform:uppercase;}
.texttr_capitalize {text-transform:capitalize;}
.texttr_lowercase {text-transform:lowercase;}

/* backgrounds and borders */
.f4 {background-color:#f4f4f4;}
.bord3f4 {border:3px solid #f4f4f4;}

/* margin, padding, lineheight, width, fontsize */
.l0 {margin-left:0px;}
.l10 {margin-left:10px;}
.l15 {margin-left:15px;}
.l20 {margin-left:20px;}
.l50 {margin-left:50px;}
.l127 {margin-left:127px;}
.l130 {margin-left:130px;}
.l_9 {margin-left:-9px;}
.l_1 {margin-left:-1px;}
.l_2 {margin-left:-2px;}
.l_3 {margin-left:-3px;}
.l_212 {margin-left:-212px;}
.l_233 {margin-left:-233px;}
.l_238 {margin-left:-238px;}
.l5 {margin-left:5px;}
.t14 {margin-left:14px;}
.l21 {margin-left:21px;}
.l22 {margin-left:22px;}
.l35 {margin-left:35px;}
.l175 {margin-left:175px;}
.l160 {margin-left:160px;}
.l180 {margin-left:180px;}
.l188 {margin-left:188px;}
.l253 {margin-left:253px;}
.l223 {margin-left:223px;}
/* Your */.l120 {margin-left:120px;}

.r15 {margin-right:15px;}
.r238t_25 {margin-right:238px;margin-top:-25px;}

.pt2 {padding-top:2px;}
.pt5 {padding-top:5px;}
.pt7 {padding-top:7px;}
.pt_2 {padding-top:-2px;}
.pt9 {padding-top:9px;}
.pt57 {padding-top:57px;}
.pt67 {padding-top:67px;}
.pt10 {padding-top:10px;}
.pt16 {padding-top:16px;}
.pt19 {padding-top:19px;}
.pt20 {padding-top:20px;}
.pt12 {padding-top:12px;}
.pt14 {padding-top:14px;}
.pt22 {padding-top:22px;}
.pt30 {padding-top:30px;}
.pt40 {padding-top:40px;}
.pt100 {padding-top:100px;}
.pt120 {padding-top:120px;}
.pt130 {padding-top:130px;}
.pt140 {padding-top:140px;}
.pt50 {padding-top:50px;}
.pt80 {padding-top:80px;}
.pt_20 {padding-top:-20px;}

.pr11 {padding-right:11px;}

.pl234 {padding-left:234px;}
.pl5 {padding-left:5px;}
.pl2 {padding-left:2px;}
.pl12 {padding-left:12px;}
.pl16 {padding-left:16px;}
.pl18 {padding-left:18px;}
.pl20 {padding-left:20px;}
.pl25 {padding-left:25px;}
.pl28 {padding-left:28px;}
.pl30 {padding-left:30px;}
.pl40 {padding-left:40px;}
.pl85 {padding-left:85px;}

.pr40 {padding-right:40px;}

.mb_10 {margin-bottom:-10px;}
.b_1 {margin-bottom:-1px;}
.b19 {margin-bottom:19px;}

.t_15 {margin-top:-15px;}
.t_20 {margin-top:-20px;}
.t_37 {margin-top:-37px;}
.t59 {margin-top:59px;}
.t1 {margin-top:1px;}

.t4 {margin-top:4px;}
.t10 {margin-top:10px;}
.t_4 {margin-top:-4px;}
.t_8 {margin-top:-8px;}
.t_30 {margin-top:-30px;}

.lh1 {line-height:1px;font-size:1px;}
.lh2 {line-height:2px;font-size:2px;}
.lh3 {line-height:3px;font-size:3px;}
.lh5 {line-height:5px;font-size:3px;}
.lh7 {line-height:7px;font-size:3px;}
.lh8 {line-height:8px;font-size:3px;}
.lh9 {line-height:9px;font-size:3px;}
.lh10 {line-height:10px;}
.lh11 {line-height:11px;font-size:3px;}
.lh15 {line-height:15px;}
.lh16 {line-height:16px;}
.lh17 {line-height:17px;}
.lh20 {line-height:20px;}
.lh21 {line-height:21px;}
.lh22 {line-height:22px;}
.lh25 {line-height:25px;}
.lh28 {line-height:28px;}
.lh30 {line-height:30px;}
.lh34 {line-height:34px;}
.lh35 {line-height:35px;}
.lh38 {line-height:38px;}
.lh40 {line-height:40px;}
.lh41 {line-height:41px;}
.lh45 {line-height:45px;}
.lh50 {line-height:50px;}
.lh65 {line-height:65px;}

.w770 {width:770px;}
.w798 {width:798px;}
.w514 {width:514px;}
.w518 {width:518px;}
.w253 {width:253px;}
.w203 {width:203px;}
.w200 {width:200px;}
.w211 {width:211px;}
.w216 {width:216px;}
.w226 {width:226px;}
.w362 {width:362px;}
.w50 {width:50px;}
.w102 {width:102px;}
.w100p {width:100%;}
.w498 {width:498px;}
.w476 {width:476px;}
.w74 {width:74px;}

.h65 {height:65px;}

.fs12 {font-size:12px;}
.fs11 {font-size:11px;}
.fs10 {font-size:10px;}
.fs15 {font-size:15px;}
.fs18 {font-size:18px;}
.fs22 {font-size:22px;}
.fs25 {font-size:25px;}
.fs30 {font-size:30px;}
.fs31 {font-size:31px;}
.fs32 {font-size:32px;}
.fs35 {font-size:35px;}
.fs65 {font-size:65px;}
.fs45 {font-size:45px;}
.fs46 {font-size:46px;}
.fs25 {font-size:25px;}

.txt11 {font:11px Arial, Helvetica, sans-serif; color:#7e7e7e;line-height:13px;}

.txti50 {text-indent:50px;}
.txti60 {text-indent:60px;}
.txti70 {text-indent:70px;}
.txti80 {text-indent:80px;}
.txti90 {text-indent:90px;}
.txti100 {text-indent:100px;}
.txti110 {text-indent:110px;}
.txti118 {text-indent:118px;}

.posrelat {position:relative;}
.posabs {position:absolute;}

a.notunderline_underline,a.notunderline_underline:visited,a.notunderline_underline:active{text-decoration:none;}
a.notunderline_underline:hover{text-decoration:underline;}

.noborderbottom {border-bottom:0px solid #ddd;}

/* WEB PAGES */

/* loginpage */
.loginpage .header{height:178px;margin-bottom:0px;background:none;}
.loginpage .content{margin-left:20px;}

/* welcome */
.welcomeimg {background: url(../i/welcome.jpg) no-repeat 0px 10px;}

/* Your */.welcomebar {position:relative;width:772px;border-bottom:1px solid #dedede;height:307px;top:-46px;padding-top:46px;margin-bottom:-35px;}
/* Main *//*.welcomebar {position:relative;width:801px;border-bottom:1px solid #dedede;height:307px;top:-46px;padding-top:46px;margin-bottom:-35px;}*/

/* Your */.welcomebar .rbox{width:226px;overflow:hidden;font-size:12px;}
/* Main *//*.welcomebar .rbox{width:233px;overflow:hidden;font-size:12px;}*/
.welcome2 {padding-top:41px;}

/*
.welcome1 {width: 832px;padding-top:56px;}
.welcome1 .item{ width:230px; margin-right:40px; float:left; padding-bottom:15px;}*/
.welcome1 {width: 862px;padding-top:56px;}
.welcome1 .item{ width:226px; margin-right:46px; float:left; padding-bottom:15px;}


/* servicesupd */

/* marketwrap */

/* talkinoptions1 */

/* talkinoptions2 */

/* talkinoptions3 */

/* forumboards1 */

/* forumboards2 */

/* forumboards3 */

/* thesessionsoptionsbasic */
.thesessionsoptionsbasic .item{overflow:hidden; width:170px;display:block; margin-right:30px; float:left;}
/*.thesessionsoptionsbasic .rightitem{ margin-right:0px;}*/
.thesessionsoptionsbasic .item:nth-of-type(4n+1){margin-right: 0;}

.thesessionsoptionsbasic .frame{width:170px; height:130px; background:url(../i/voices_frame.png) no-repeat; position:absolute; left:0; top:0;}
.thesessionsoptionsbasic .play{z-index:100; width:44px; height:44px; background:url(../i/voices_play.png) no-repeat; position:absolute; left:65px; top:42px; display:none;}
.thesessionsoptionsbasic .image:hover .play{display:block;}
.thesessionsoptionsbasic .item p {margin-top:-11px;text-align:center; color:#000; height:32px;display:block;font-size:11px;}
.thesessionsoptionsbasic .item p a{text-decoration:none;}
.thesessionsoptionsbasic .item p a:hover{text-decoration:underline;}

/* alumniviewmemb */
/* Your */.alumniviewmemb .item{overflow:hidden; width:170px;display:block; margin-right:23px; float:left;}
/* Main *//*.alumniviewmemb .item{overflow:hidden; width:170px;display:block; margin-right:30px; float:left;}*/
.alumniviewmemb .frame{width:170px; height:130px; background:url(../i/voices_frame.png) no-repeat; position:absolute; left:0; top:0;}
.alumniviewmemb .play{width:44px; height:44px; background:url(../i/voices_play.png) no-repeat; position:absolute; left:65px; top:42px; display:none;}
.alumniviewmemb .image:hover .play{display:block;}
.alumniviewmemb .item p {margin-top:-11px;text-align:center; color:#000; height:32px;display:block;font-size:11px;}
.alumniviewmemb .item p a{text-decoration:none;}
.alumniviewmemb .item p a:hover{text-decoration:underline;}

/* alumnimembprofphoto */
.alumnimembprofphoto .item img { margin-top:20px;margin-bottom:16px;}

/* alumnimembprofabout */

/* alumnimembprofpost */

/* alumnimembproftradjour */

/* alumninetworking */

/* alumnitradegallery */
.alumnitradegallery .item{overflow:hidden; width:170px;display:block; margin-right:30px; float:left;}
.alumnitradegallery .rightitem{ margin-right:0px;}
.alumnitradegallery .frame{width:170px; height:130px; background:url(../i/voices_frame.png) no-repeat; position:absolute; left:0; top:0;}
.alumnitradegallery .play{z-index:100; width:44px; height:44px; background:url(../i/voices_play.png) no-repeat; position:absolute; left:65px; top:42px; display:none;}
.alumnitradegallery .image:hover .play{display:block;}
.alumnitradegallery .item p {margin-top:-11px;text-align:center; color:#000; height:32px;display:block;font-size:11px;}
.alumnitradegallery .item p a{text-decoration:none;}
.alumnitradegallery .item p a:hover{text-decoration:underline;}

/* alumniroundtabdv1 */
.alumniroundtabdv1 .sort {margin-top:21px;margin-bottom:22px;}

/* alumniroundtabdv2 */
.alumniroundtabdv2 .sort {margin-top:21px;margin-bottom:22px;}

/* alumniroundtablv */
.alumniroundtablv .sort {margin-top:21px;margin-bottom:22px;}

/* alumniroundtablnewpost */

/* alumniteachingstaff */
.alumniteachingstaff .userscomment {padding-left:30px;}
.alumniteachingstaff .userspic {padding-bottom:19px;}

/* alumniteachingstaff1 */
.alumniteachingstaff1 h2 {border-bottom:0px solid #ddd;}

/* alumniviewmember */
.alumniviewmember .item{overflow:hidden; width:170px;display:block; margin-right:30px; float:left;}
.alumniviewmember .rightitem{ margin-right:0px;}
.alumniviewmember .frame{width:170px; height:130px; background:url(../i/voices_frame.png) no-repeat; position:absolute; left:0; top:0;}
.alumniviewmember .play{z-index:100; width:44px; height:44px; background:url(../i/voices_play.png) no-repeat; position:absolute; left:65px; top:42px; display:none;}
.alumniviewmember .image:hover .play{display:block;}
.alumniviewmember .item p {margin-top:-11px;text-align:center; color:#000; height:32px;display:block;font-size:11px;}
.alumniviewmember .item p a{text-decoration:none;}
.alumniviewmember .item p a:hover{text-decoration:underline;}

/* resurcesstratmap1 */
.resurcesstratmap1 .item p { padding-bottom:10px;}

/* resurcesstratmap2 */

/* resurcesarticles1 */
.resurcesarticles1 .item p { padding-bottom:24px;}

/* resurcesarticles2 */

/* resurceslinks */

/* papercasedview1 */

/* papercasedview2 */

/* papercaselistview */
/* Your */.papercaselistview .contentsubmenu {width:770px;}
/* Main *//*.papercaselistview .contentsubmenu {width:798px;}*/

/* thederbyopened1 */

/* thederbydirections */

/* thederbyschedule1 */
.thederbyschedule1 a.rightbarlink {margin-top:7px;}

/* thederbyschedule2 */
.thederbyschedule2 a.rightbarlink {margin-top:7px;}

/* thederbywinners */

/* fixmypapertradedview1 */

/* fixmypapertradedview2 */

/* fixmypapertradeupl1 */

/* fixmypapertradeupl2 */

/* fixmypapertradeupl3 */

/* myactivityprogress */
/*.myactivityprogress { margin-bottom:0px;}
.myactivityprogress {width: 832px;}
.myactivityprogress .item{ width:230px; margin-right:40px; float:left; padding-bottom:15px; line-height:24px;}*/

/* myactivityprogress2 */

/* myactivityviewhistory */

/* myactivitypersonalsess */

/* myactivityclassroomsess */

/* roundtabledetailedview1 */

/* roundtabledetailedview2 */

/* roundtablelistview */
.roundtablelistview .sort {margin-top:21px;margin-bottom:40px;}

/* roundtablnewpost */

/* noteshighlights1 */
.noteshighlights1 .item {margin-top:22px;}

/* noteshighlights2 */
.noteshighlights2 .item {margin-top:22px;}

/* noteshighlights3 */

/* eventcalendarful1 */
.timezone {position:absolute;margin-top:26px;width:770px;text-align:right;}
.timezone .commentlink {float:right;padding-right:10px;background:#ffffff;border-bottom:1px solid #dedede;display:block;width:119px;line-height:14px;margin-bottom:-2px;margin-top:2px;}
.eventcaltimelinehr { position:absolute;margin-top:26px;width:770px;border-bottom:1px solid #dedede;}
.eventcaltimeline {position:absolute;margin-left:630px;margin-top:6px;width:140px;text-align:right;font:normal 11px Arial, Helvetica, sans-serif; margin-bottom:15px; color:#6d6e70; padding-bottom:7px;}
.eventcaltimeline a.rightbardownlink,a.rightbardownlink:visited,a.rightbardownlink:active,a.rightbardownlink:hover {margin-left:8px;margin-top:2px;color:#333333;}

.eventcaltoday {width:118px;}
.eventcaltoday p {margin:10px 0px 3px -10px;padding-left:30px;padding-right:0px;}
.eventcaltoday h2 {margin-bottom:11px; color:#f3a100; padding-bottom:7px; border-bottom:1px solid #dddddd; text-decoration:none;}
.eventcaltoday .lect {background:url(../i/lect_bgr.gif) no-repeat 0px 3px;padding-left:20px;font:normal 11px Arial, Helvetica, sans-serif; margin-bottom:15px; color:#6d6e70; padding-bottom:7px; border-bottom:1px solid #cccccc; text-decoration:none;}
.eventcaltoday .ment {background:url(../i/ment_bgr.gif) no-repeat 0px 3px;padding-left:20px;font:normal 11px Arial, Helvetica, sans-serif; margin-bottom:15px; color:#6d6e70; padding-bottom:7px; border-bottom:1px solid #cccccc; text-decoration:none;}


/* supportcenter1 */
.tabl_bordbot {padding-top:16px;padding-bottom:15px; border-bottom:1px solid #ddd;}
.tabl_bordbot .stars_big {width:30px;margin-top:0px;margin-left:0px;}

.supportcenter1 .sort {margin-top:21px;margin-bottom:12px;}

.support_tickeds, a.support_tickeds,a.support_tickeds:visited, a.support_tickeds:active {text-decoration:none;font:bold 14px Arial, Helvetica, sans-serif; margin-bottom:15px; color:#000000;}
a.support_tickeds:hover{text-decoration:none;color:#f3a100;}
.support_tickeds_orange{text-decoration:none;font:bold 14px Arial, Helvetica, sans-serif; margin-bottom:15px;color:#f3a100;}

/* supportcenter2 */

/* supportcenter3 */

/* supportcentercreatenewt */

/* supportcenterfaq1 */

/* supportcenterfaq2 */
.supportcenterfaq2 .sort{}
.supportcenterfaq2 .sort a,.supportcenterfaq2 .sort a:active,.supportcenterfaq2 .sort a:visited {color:#6d6e70;margin-left:11px;float:left;text-decoration:none;}
.supportcenterfaq2 .sort a:hover {color:#e59904;text-decoration:none;}
.supportcenterfaq2 .sort a.on,.supportcenterfaq2 .sort a.on:active,.supportcenterfaq2 .sort a.on:visited,.supportcenterfaq2 .sort a.on:hover {color:#e59904;}


/* prices */
.prices {/*border:1px solid #ff0000;*/}

.prices .price_w {background-image:url(../i/price_w.png); background-repeat: no-repeat; background-position: left; line-height:16px; font:normal 14px Arial Narrow, Helvetica, sans-serif; color: #000000; text-align:center; width:226px; height:109px; position:absolute; top:250px; }
.prices .price_old {font:normal 15px "Arial Narrow", Helvetica, sans-serif; color:#000000; text-decoration:line-through; width:auto; display:inline; position:relative; top:-5px; }

.prices .td_dotted {background-image:url(../i/price_td_dotted.gif); background-repeat: repeat-x; background-position: bottom; height:32px; line-height:16px; font:normal 14px Arial, Helvetica, sans-serif; color: #000000; padding-bottom:3px;}
.prices .td_white {background-image:url(../i/price_td_white.gif); background-repeat: repeat-x; background-position: bottom; height:32px; line-height:16px; font:normal 14px Arial, Helvetica, sans-serif; color: #000000; padding-bottom:3px; text-align:center;}
.prices .td_grey {background-image:url(../i/price_td_grey.gif); background-repeat: repeat-x; background-position: bottom; height:32px; line-height:16px; font:normal 14px Arial, Helvetica, sans-serif; color: #000000; padding-bottom:3px; text-align:center; }
.prices .td_grey_line {background-image:url(../i/price_td_grey_line.gif); background-repeat: repeat-x; background-position: bottom height:32px; line-height:16px; font:normal 14px Arial, Helvetica, sans-serif; color: #000000; padding-bottom:3px; text-align:center; }

.prices .price_gr_tl_out {background-image:url(../i/price_gr_tl_out.png); background-repeat: no-repeat; background-position: bottom; width:7px; height:24px;}
.prices .price_gr_tl_in {background-image:url(../i/price_gr_tl_in.png); background-repeat: no-repeat; background-position: bottom; width:16px; height:24px;}
.prices .price_gr_tr_out {background-image:url(../i/price_gr_tr_out.png); background-repeat: no-repeat; background-position: bottom; width:7px; height:24px;}
.prices .price_gr_tr_in {background-image:url(../i/price_gr_tr_in.png); background-repeat: no-repeat; background-position: bottom; width:16px; height:24px;}
.prices .price_gr_bl_out {background-image:url(../i/price_gr_bl_out.png); background-repeat: no-repeat; background-position: top,left; width:7px; height:24px;}
.prices .price_gr_bl_in {background-image:url(../i/price_gr_bl_in.png); background-repeat: no-repeat; background-position: top,left; width:16px; height:24px;}
.prices .price_gr_br_out {background-image:url(../i/price_gr_br_out.png); background-repeat: no-repeat; background-position: top,left; width:7px; height:24px;}
.prices .price_gr_br_in {background-image:url(../i/price_gr_br_in.png); background-repeat: no-repeat; background-position: top,left; width:16px; height:24px;}
.prices .price_gr_t {background-image:url(../i/price_gr_t.png); background-repeat: repeat-x; background-position: bottom,left; width:auto; height:24px;}
.prices .price_gr_b {background-image:url(../i/price_gr_b.png); background-repeat: repeat-x; background-position: bottom,left; width:auto; height:24px;}
.prices .price_gr_l {background-image:url(../i/price_gr_l.png); background-repeat: repeat-y; background-position: bottom,left; width:auto; height:24px;}
.prices .price_gr_r {background-image:url(../i/price_gr_r.png); background-repeat: repeat-y; background-position: bottom,left; width:auto; height:24px;}

.prices .price_or_tl_out {background-image:url(../i/price_or_tl_out.png); background-repeat: no-repeat; background-position: bottom; width:7px; height:24px;}
.prices .price_or_tl_in {background-image:url(../i/price_or_tl_in.png); background-repeat: no-repeat; background-position: bottom; width:16px; height:24px;}
.prices .price_or_tr_out {background-image:url(../i/price_or_tr_out.png); background-repeat: no-repeat; background-position: bottom; width:7px; height:24px;}
.prices .price_or_tr_in {background-image:url(../i/price_or_tr_in.png); background-repeat: no-repeat; background-position: bottom; width:16px; height:24px;}
.prices .price_or_bl_out {background-image:url(../i/price_or_bl_out.png); background-repeat: no-repeat; background-position: top,left; width:7px; height:24px;}
.prices .price_or_bl_in {background-image:url(../i/price_or_bl_in.png); background-repeat: no-repeat; background-position: top,left; width:16px; height:24px;}
.prices .price_or_br_out {background-image:url(../i/price_or_br_out.png); background-repeat: no-repeat; background-position: top,left; width:7px; height:24px;}
.prices .price_or_br_in {background-image:url(../i/price_or_br_in.png); background-repeat: no-repeat; background-position: top,left; width:16px; height:24px;}
.prices .price_or_t {background-image:url(../i/price_or_t.png); background-repeat: repeat-x; background-position: bottom,left; width:auto; height:24px;}
.prices .price_or_b {background-image:url(../i/price_or_b.png); background-repeat: repeat-x; background-position: bottom,left; width:auto; height:24px;}
.prices .price_or_l {background-image:url(../i/price_or_l.png); background-repeat: repeat-y; background-position: bottom,left; width:auto; height:24px;}
.prices .price_or_r {background-image:url(../i/price_or_r.png); background-repeat: repeat-y; background-position: bottom,left; width:auto; height:24px;}

.prices .price_or_dot {background-image:url(../i/price_or_dot.png); background-repeat: no-repeat; background-position: top; width:20px; height:20px; margin-top:10px; display:block;}

.prices .btn{height:25px; line-height:25px; text-decoration:none; background:url(../i/prices_join_now_btn.gif) no-repeat; margin:0px 0 1px 0; padding-bottom: 18px; padding-left: 0px; padding-right: 0px; padding-top: 2px;}
.prices .btn span{background:url(../i/prices_join_now_btn.gif) no-repeat 100% -25px; padding-bottom: 18px; padding-left: 32px; padding-right: 32px; padding-top: 2px;}

/* hometrial */
.hometrial {/*border:1px solid #ff0000;*/}
.hometrial a.hometrialrightbarlink, .hometrial a.hometrialrightbarlink:visited, .hometrial a.hometrialrightbarlink:active {border-top:1px solid #dedede;padding-top:19px;padding-bottom:18px;background:url(../i/tr_left_med_gray.gif) no-repeat left; color:#000000; text-align:left; display:block; padding-left: 21px; line-height:16px; height:auto; font-size:11px; font-weight:bold; text-decoration:none; }
.hometrial a.hometrialrightbarlink:hover {border-top:1px solid #dedede;background:url(../i/tr_left_med_orange.gif) no-repeat left; color:#e59904; text-align:left; display:block; padding-left: 21px; line-height:16px; height:auto; font-size:11px; font-weight:bold; text-decoration:none; }
.hometrial a.hometrialrightbarlink.on, .hometrial a.hometrialrightbarlink.on:visited  , .hometrial a.hometrialrightbarlink.on:active   {border-top:1px solid #dedede;background:url(../i/tr_left_med_orange.gif) no-repeat left; color:#e59904; text-align:left; display:block; padding-left: 21px; line-height:16px; height:auto; font-size:11px; font-weight:bold; text-decoration:none; }

/* voices */
.voices .title{overflow:hidden;}
.voices .title h1{float:left; margin-right:9px;}
.voices .title .btn{width:117px; height:25px; display:block; background:url(../i/testimonials_btn.gif) no-repeat; color:#fff; text-decoration:none; font-size:11px; line-height:25px; float:left; text-align:center; margin-top:5px;}
.voices .item{overflow:hidden;padding-bottom:10px; width:170px; margin-right:30px; float:left;}
.voices .image{display:block; width:170px; height:130px; overflow:hidden; position:relative; margin-bottom:10px;}
.voices .frame{width:170px; height:130px; background:url(../i/voices_frame.png) no-repeat; position:absolute; left:0; top:0;}
.voices .play{width:44px; height:44px; background:url(../i/voices_play.png) no-repeat; position:absolute; left:65px; top:42px; display:none;}
.voices .image:hover .play{display:block;}
.voices p{margin-top:-1px;line-height:18px;text-align:center; color:#000; font-size:11px;height:37px;}
.voices p a{text-decoration:none;}
.voices p a:hover{text-decoration:underline;}
/* about */
.about .item{padding-bottom:15px;}
.about img{margin:0 auto 15px auto; display:block;}
.about h2 a{color:#f3a100; text-decoration:none;}
/* option */
.option .image{width:770px; height:244px; overflow:hidden; margin-bottom:20px; position:relative;}
.option .image .frame{width:770px; height:244px; position:absolute; left:0; top:0; background:url(../i/option_frame.png) no-repeat;}
.option ul li{list-style-type:none; margin:0 0 9px 0; overflow:hidden; font-size:11px;}
.option ul span{width:90px; float:left; font:18px Arial Narrow, Helvetica, sans-serif; color:#000;}
.option ul p{overflow:hidden; padding-top:3px; margin:0;}
/* highlights */
.highlights{width:228px; float:left; background:#fcaf17 url(../i/hilights_t.gif) no-repeat; margin-right:45px;}
.highlights .bg{background:url(../i/hilights_b.gif) no-repeat 0 100%; padding:20px 20px 15px 20px; color:#000;}
.highlights h4{font:24px/28px "Arial Narrow", Helvetica, sans-serif; margin-bottom:15px;}
.highlights ul{margin:0;}
.highlights ul li{list-style-type:none; margin:0; font-size:11px; margin-bottom:7px;}
/* trouble */
.banners{padding-bottom:30px; border-bottom:1px solid #dedede; margin-bottom:40px;}
.banners img{margin:0;}
.trouble{width:500px; float:right; background:#fcaf17 url(../i/trouble_t.gif) no-repeat;}
.trouble .bg{background:url(../i/trouble_b.gif) no-repeat 0 100%; min-height:112px; padding:15px 28px;}
.trouble h4{font:24px "Arial Narrow", Helvetica, sans-serif; color:#000; margin-bottom:11px; letter-spacing:-1px;}
.trouble p{font-size:11px; color:#000; line-height:18px;}
.trouble .inp{width:262px; height:25px; background:url(../i/trouble_inp.gif) no-repeat; float:left; margin-right:10px;}
.trouble .inp input{width:250px; padding:5px 11px; background:none; border:none;}
.trouble .btn{width:82px; height:25px; background:url(../i/trouble_btn.gif) no-repeat; margin-bottom:1px; font:18px Arial Narrow, Helvetica, sans-serif; color:#fff; letter-spacing:-0.5px; padding-bottom:2px;}
/* testimonials */
.testimonials h1{float:left; margin-right:9px;}
.testimonials .btn{width:117px; height:25px; display:block; background:url(../i/testimonials_btn.gif) no-repeat; color:#fff; text-decoration:none; font-size:11px; line-height:25px; float:left; text-align:center; margin-top:5px;}
.testimonials .item{overflow:hidden; padding-bottom:20px;}
.testimonials .person{width:170px; float:right;}
.testimonials .image{width:170px; height:130px; overflow:hidden; position:relative; margin-bottom:10px;}
.testimonials .frame{width:170px; height:130px; position:absolute; left:0; top:0; background:url(../i/testimonials_frame.png) no-repeat;}
.testimonials h5{font:11px Arial, Helvetica, sans-serif; color:#000; text-align:center;}
.comment{width:580px; float:left; background:url(../i/comment_m.gif) repeat-y;}
.comment .t{background:url(../i/comment_t.gif) no-repeat;}
.comment .b{background:url(../i/comment_b.gif) no-repeat 0 100%; width:502px; padding:15px 20px 1px 20px; min-height:90px;}
.comment p{font-size:11px; line-height:18px; margin-bottom:15px;}
/* contacts */
.contacts .item{overflow:hidden; padding-bottom:10px;}
.contacts label{color:#000; line-height:23px; font-size:11px;}
.contacts .inp{width:262px; height:25px; background:url(../i/contacts_inp.gif) no-repeat; float:left; margin-right:9px;}
.contacts .inp input{width:250px; padding:5px 6px; border:none; background:none;}
.contacts .txr{width:497px; height:105px; background:url(../i/contacts_txr.gif) no-repeat; margin-bottom:10px;}
.contacts .txr textarea{width:487px; height:95px; padding:5px; border:none; background:none;}
.contacts .check{padding-bottom:18px;}
.contacts .check label{line-height:16px; color:#6d6e70; margin-left:4px;}
.contacts .btn{width:82px; height:25px; background:url(../i/contacts_btn.gif) no-repeat; color:#fff; float:right; margin:0 1px 1px 0; font:18px Arial Narrow, Helvetica, sans-serif; color:#fff; letter-spacing:-1px; padding-bottom:2px;}
/* schedule */
.schedule h4{font:bold 12px Arial, Helvetica, sans-serif; color:#000; margin-bottom:20px;}
.schedule .overflow{margin-left:-45px;}
.schedule .item{width:226px; float:left; margin-left:45px; padding-bottom:40px;}
.schedule table{width:226px; margin-top:-14px;}
.schedule th{width:60px; font:11px Arial, Helvetica, sans-serif; color:#000; vertical-align:top; text-align:left; padding:7px 0; border-bottom:1px solid #ddd;}
.schedule td{font:11px Arial, Helvetica, sans-serif; vertical-align:top; text-align:left; padding:7px 0; border-bottom:1px solid #ddd;}
/* daily */
.daily{overflow:hidden; margin-left:-45px; padding-top:20px;}
.daily .item{width:226px; float:left; margin-left:45px;}
.daily .image{width:226px; height:100px; overflow:hidden; margin-bottom:25px; position:relative;}
.daily .frame{width:226px; height:100px; background:url(../i/daily_frame.png) no-repeat; position:absolute; left:0; top:0;}
.daily p{font-size:11px;}
.newsletter .trouble{margin-bottom:20px;}
/* enroll */
.enroll table{width:100%; margin-bottom:35px;}
.enroll th{width:300px; font:11px Arial, Helvetica, sans-serif; color:#000; padding:7px 20px 7px 0; border-bottom:1px solid #ddd; vertical-align:middle; text-align:left;}
.enroll td{width:150px; font:bold 12px Arial, Helvetica, sans-serif; color:#f3a100; padding:7px 0; border-bottom:1px solid #ddd; vertical-align:middle; text-align:center;}
.enroll td img{margin:0;}
.enroll .title td{font:22px "Arial Narrow", Helvetica, sans-serif; color:#000; letter-spacing:-1px;}
.enroll .total th{font:18px "Arial Narrow", Helvetica, sans-serif; vertical-align:top; padding:10px 20px 10px 0;}
.enroll .total td{color:#000; padding:10px 0;}
.enroll .total .new{font:28px/30px "Arial Narrow", Helvetica, sans-serif; letter-spacing:-1px;}
.enroll .total .old{font:15px "Arial Narrow", Helvetica, sans-serif; text-decoration:line-through;}
.enroll .last *{border:none; padding:30px 0 0 0;}
.enroll .btn{width:117px; height:25px; background:url(../i/enroll_btn.gif) no-repeat; margin-bottom:1px; font:18px/23px Arial Narrow, Helvetica, sans-serif; color:#fff; letter-spacing:-1px; text-decoration:none; text-align:center; display:block; margin:0 auto; padding:0;}
/* request */
.request h2{margin-bottom:20px;}
.request input{background:none; border:none;}
.request label{font-size:11px;}
.request .star{font-size:14px; color:#f3a100;}
.request .block_1{margin-bottom:35px;} 
.request .block_1 .item{overflow:hidden; padding-bottom:10px;}
.request .block_1 label{width:92px; float:left; padding-right:20px; text-align:right; color:#000;}
.request .block_1 .inp{width:385px; height:25px; background:url(../i/request_inp.gif) no-repeat; float:left;}
.request .block_1 .inp input{width:375px; padding:5px; background:none; border:none;}
.request .block_1 .txr{width:385px; height:134px; background:url(../i/request_txr.gif) no-repeat; float:left;}
.request .block_1 .txr textarea{width:375px; height:124px; padding:5px; background:none; border:none;}
.request .block_2{margin-bottom:25px; overflow:hidden; } 
.request .block_2 .item{overflow:hidden; padding:0 50px 10px 0; float:left;}
.request .block_3{margin-bottom:25px; overflow:hidden; } 
.request .block_3 .item{overflow:hidden; padding:0 30px 10px 0; float:left;}
.request .block_4{margin-bottom:20px;}
.request .block_4 .inp{width:385px; height:25px; background:url(../i/request_inp.gif) no-repeat; float:left;}
.request .block_4 .inp input{width:375px; padding:5px; background:none; border:none;}
.request .block_4 td{width:25%; padding-bottom:17px;}
.request .btn{width:82px; height:25px; background:url(../i/contacts_btn.gif) no-repeat; color:#fff; float:right; margin:0 1px 1px 0; font:18px Arial Narrow, Helvetica, sans-serif; color:#fff; letter-spacing:-1px; padding-bottom:2px;}




/* my changes */

.roundtabledetailedview1 .date{float: right; font-size: 11px; color: #6D6E70; margin: 0px; font-weight: normal; padding-top: 3px;}
.roundtabledetailedview1 H2 {margin-bottom: 1px;}
.e2 {background-color:#e2e2e2;}
.hoverLink {visibility: hidden;}
.item:HOVER .hoverLink{ visibility: visible;}
a.delete_record,a.delete_record:visited,a.delete_record:hover { padding-top:6px; padding-bottom:4px; padding-right:17px; padding-left:21px; color:#6d6e71; font-size:11px; position:relative;  top:2px; background: url(../i/del_vr.png) no-repeat left; text-decoration:none; border-bottom:none; margin-top:-9px; float:left; display:block; }
a.play_record,a.play_record:visited,a.play_record:hover { padding-top:6px; padding-bottom:4px; padding-right:17px; padding-left:21px; color:#6d6e71; font-size:11px; position:relative;  top:2px; background: url(../i/PLAY_icon.png) no-repeat left; text-decoration:none; border-bottom:none; margin-top:-9px; float:left; display:block; }
#voicePlayData {text-align: left;}
.quotedText {background:url(../i/quote_open.png) no-repeat top left; padding-top: 22px; color: #E89602; font-style: italic;}
.quotedText .quotedTextEnd{ background:url(../i/quote_close.png) no-repeat bottom right; padding-bottom: 15px; }
Q, .quotedText TEXTAREA  {color: #E89602; font-style: italic; font-weight: bold;}

.progressbar {height: 4px;}
.ui-progressbar .ui-widget-header {background:#fdaf17;}

.graybutton {
    display: block;
    font: 11px/25px Arial,Helvetica,sans-serif; 
    color:white;
    background: #6D6E70;
    border-radius: 12px;
    padding: 0px 10px; 
    text-decoration: none;
}
.clickable {cursor: pointer;}
TABLE.allsessions .on, TABLE.listviewtable .on{color: #FCAF17;}
TABLE.allsessions .listviewcol {padding: 0px 5px;}
.sessionCat A{  
    border-radius: 12px 12px 12px 12px;
    color: #6D6E70;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin-left: 0;
    padding: 0 20px;
    text-decoration: none;
}
.sessionCat A.on{
    background: #FCAF17;
    color:white;
}
.whenOut, .inqueue .whenIn {display: block;}
.whenIn, .inqueue .whenOut {display: none;}

.logedintroo {left: 786px;text-align: right;width: 166px;}

.forumimg {background: url(../i/forum_landing.jpg) no-repeat 0px 10px;}
.lh100 {line-height:100px;}

.noaccess {color: #AAAAAA;}
.disablenoaccess .noaccess {color: black;}

#startHereBtn {
    background: transparent url('../i/start_here.png') left top no-repeat;
    width: 103px;
    height: 25px;
    position: absolute;
    top: 290px;
    cursor: pointer;
}

.trialwelcomeimg {background: url(../i/trial_welcome.jpg) no-repeat 0px 10px;}

.searchtxt {border: 1px solid #DDDDDD; border-radius: 8px 8px 8px 8px;padding: 3px 8px; margin-left: 147px; margin-top: -3px;}
a.searchalllink, a.searchalllink:visited, a.searchalllink:active, a.searchalllink:hover {
    background: url("../i/tr_down.gif") no-repeat scroll 35px -1px transparent;
    width: 42px;
}
.serchbox{width: 340px; position: absolute; right: 0px;}

.welcomebar {top:-12px;}
.jjjj { line-height: 18px; text-align: left; z-index: 10;}
.jjjj .mypopup_title{text-transform: capitalize;} 

.mypopup_orange .frame {background:url(../i/corner_SMALLER_orange.png) no-repeat;}
.mypopup_gray .frame {background:url(../i/corner_SMALLER_gray.png) no-repeat;}
.purple .mypopup_orange .frame {background:url(../i/corner_SMALLER_purple.png) no-repeat;}
.purple .mypopup_orange .date {color: white;}
.purple .mypopup_orange .mypopup_text { background-color:#9B17FD;}
.purple .mypopup_orange_arrow_left  { background-image: url(../i/mypopup_purple_arr_l.png);}
.purple .mypopup_orange_arrow_right { background-image: url(../i/mypopup_purple_arr_r.png);}
.purple .mypopup_orange_tl { background-image: url(../i/mypopup_purple_tl.png);}
.purple .mypopup_orange_tr { background-image: url(../i/mypopup_purple_tr.png);}
.purple .mypopup_orange_bl { background-image: url(../i/mypopup_purple_bl.png);}
.purple .mypopup_orange_br { background-image: url(../i/mypopup_purple_br.png);}
.purple .mypopup_orange_t  { background-image: url(../i/mypopup_purple_t.png);}
.purple .mypopup_orange_b  { background-image: url(../i/mypopup_purple_b.png);}
.purple .mypopup_orange_l  { background-image: url(../i/mypopup_purple_l.png);}
.purple .mypopup_orange_r  { background-image: url(../i/mypopup_purple_r.png);}


a.mybtn_sorange {margin-left: 15px;}

#reservePSPopup .mypopup_fix{
    color: #CDCDCD;
    font-size: 11px;
    line-height: 16px;	
}

#reservePSPopup TEXTAREA{
    background: #DDDDDD;
    border: 1px solid #DDDDDD;
    border-radius: 12px ;
    color: black;
    font-size: 13px;
    line-height: 24px;
    min-height: 24px;
    overflow: hidden;
    width: 100%;
    padding: 0 10px;
}

#reservePSPopup .tichcontent {
    padding: 5px 20px;
}

.personalOnly, .publicOnly {
	display: none;
}

.pcalendarBox .personalOnly, .calendarBox .publicOnly{
	display: inherit;
} 
.sidebar h2{margin-left:7px;}

/*
.newMessages {
	background: url("../i/new.gif") no-repeat scroll right center transparent
}

.hover .newMessages{
	background: none;
}
*/

.newMessages{
	position: relative;
}

.newMessages:after {
    background: url(../i/new.gif) no-repeat scroll right center transparent;
    content: '';
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.hover .newMessages:after{
	display: none;
}


.zebra TR:nth-child(even) {
	background: #F2F2F2;	
}


#stackedPrices TR.itemline:nth-child(odd) .td_white{
	background: #F1F1F1;	
}

#stackedPrices TR.itemline TD.td_white:nth-child(2){
	background: white;	
}


@keyframes blink{ 
   to { color: red; }
}
@-webkit-keyframes blink {
   to { color: red; }
}
 
@-moz-keyframes blink {
   to { color: red; }
}
 
@-ms-keyframes blink {
   to { color: red; }
}
 
@-o-keyframes blink {
   to { color: red; }
}

.hometrial a.hometrialrightbarlink.on
{	
	-moz-animation: blink 2s steps(20, start) infinite;
  	-webkit-animation: blink 2s steps(20, start) infinite;
  	-ms-animation: blink 2s steps(20, start) infinite;
    animation: blink 2s steps(20, start) infinite;
}

.changelog TH {
	text-align: left;
}

.changelog TR TD:first-of-type {
	width:60px;
} 

.changelog TR TD {
	background-color: white;
}

.changelog TR:nth-of-type(even) TD {
	background-color: #F2F2F2;
}

#stmessageBox .forma_textarea,
#supportBox .forma_textarea{
	font-size: 14px;
}

.topline{
    font-size: 11px;
    text-align: right;
    background: #F1F1F1;
    line-height: 26px;	
}

.topline A {
	text-decoration: none;
	cursor: pointer;
	padding: 8px;
}

.topline A:HOVER {
	text-decoration: underline;
}

.hasNewMessages{
	background: #FCAF17;
	color: black;
	text-transform: uppercase;
	padding: 1px 5px;
	border-radius: 8px;
	font-size: 11px;
}

.miniTopMenu{
	margin-left: 85px;	
	margin-top: 45px;
	position: absolute;
}

.miniTopMenu DIV {
	float: left;
	margin-left: 20px;
	text-transform: uppercase;
	color: #c1c1c1;	 
	cursor: pointer;
	padding: 5px 10px;
}

.miniTopMenu DIV.selected{
	color: white;
	background: #FCAF17;
	border-radius: 12px;
	font-weight: bold;
}

#minicourseBox .courseTitle{
	font-size: 24px;
	background: #9ba3b2;
	vertical-align: middle;
	text-align: center;
	padding: 30px 5px;
	color: white;
	line-height: 26px;
	text-transform: uppercase;
	/*
	font-size: 26px;
	background: black;
	border-radius: 7px;
	vertical-align: middle;
	text-align: center;
	padding: 30px 0px;
	color: #FCAF17;
	font-weight: bold;	
	line-height: 26px;
	*/
}

#minicourseBox .courseTitle SPAN {
	display: none;
	/*
	color: white;
	font-size: 14px;*/
}

#minicourseBox .rightbar{
	margin-top: 0px;
}


#minicourseBox .hometrial a.hometrialrightbarlink {
	border: 2px solid #dedede;
	border-top: 0px;
	background: #f2f2f2;
	color: #aeaeae;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
	font-size: 13px;
	padding: 15px 15px 15px 20px;
  	text-indent: -10px;
	/*border: 1px solid #dedede;
	border-bottom: 0px;
	background: white;
	color: #6d6d6d;
	font-weight: normal;
	*/
}
/*
#minicourseBox .hometrial a.hometrialrightbarlink:first-of-type{
	border-top-left-radius: 7px;
	border-top-right-radius: 7px; 	
}

#minicourseBox .hometrial a.hometrialrightbarlink:last-of-type{
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom: 1px solid #dedede;
}
*/
#minicourseBox .hometrial a.hometrialrightbarlink.on {
	background: white;
  	color: #faae1c;
	/*background: #faae1c;
	color:white;*/
}

.miniHeader{
	height: 115px; 
	margin-bottom: 45px;
}

.miniHeader .logo{
	top:15px;
}

DIV.reminderMini{
	top: 90px;
}

/* hometrial */
#welcomeBox {/*border:1px solid #ff0000;*/}
#welcomeBox a.hometrialrightbarlink, #welcomeBox a.hometrialrightbarlink:visited, #welcomeBox a.hometrialrightbarlink:active {border-top:1px solid #dedede;padding-top:19px;padding-bottom:18px;background:url(../i/tr_left_med_gray.gif) no-repeat left; color:#000000; text-align:left; display:block; padding-left: 21px; line-height:16px; height:auto; font-size:11px; font-weight:bold; text-decoration:none; }
#welcomeBox a.hometrialrightbarlink:hover {border-top:1px solid #dedede;background:url(../i/tr_left_med_orange.gif) no-repeat left; color:#e59904; text-align:left; display:block; padding-left: 21px; line-height:16px; height:auto; font-size:11px; font-weight:bold; text-decoration:none; }
#welcomeBox a.hometrialrightbarlink.on, #welcomeBox a.hometrialrightbarlink.on:visited  , #welcomeBox a.hometrialrightbarlink.on:active   {border-top:1px solid #dedede;background:url(../i/tr_left_med_orange.gif) no-repeat left; color:#e59904; text-align:left; display:block; padding-left: 21px; line-height:16px; height:auto; font-size:11px; font-weight:bold; text-decoration:none; }


#welcomeBox .rightbar a.hometrialrightbarlink {
	border: 1px solid #dedede;
	border-bottom: 0px;
	background: white;
	color: #6d6d6d;
	font-weight: normal;
}

#welcomeBox .rightbar a.hometrialrightbarlink:first-of-type{
	border-top-left-radius: 7px;
	border-top-right-radius: 7px; 	
}

#welcomeBox .rightbar a.hometrialrightbarlink:last-of-type{
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom: 1px solid #dedede;
}

#welcomeBox .rightbar a.hometrialrightbarlink.on {
	background: #faae1c;
	color:white;
}

#welcomeBox #fullNews H2{
	color:black;
	border: none;
}

#welcomeBox #fullNews IMG{
	width: 100%;
}

.addthis_toolbox,
.addthis_sharing_toolbox{
	position: relative;	
}

.winners_in_row{
	position: absolute;
	font-family: Arial Narrow;
	font-size: 27px;
	left: 20px;
	top: 37px;
	background: #FAAE1C;
	line-height: 28px;
	/* border: 1px solid red; */
	height: 33px;
	width: 386px;
	vertical-align: middle;
	color: white;
	pointer-events:none;
}

.winners_in_row SPAN{
	color:#6d6e70;
}

.buildVersion{
	float: right;
	font-size: 10px;
	color: #aaaaaa;
}