  /*EXT customizations and fixes*/

.ext-ie TD .x-form-text { POSITION: relative; TOP: 0px}
h1{
	font-weight: lighter;
    font-size: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
    color: #666666;
}
h2{
	font-size: 18px;
	font-weight: lighter;
	color: #333333;
}
h3{
	display: inline;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
a{
	font-family: Arial, Helvetica, sans-serif;
}
strong{
	font-weight: bold;
}
div.pad5{padding: 5px;}
div.pad10{padding: 10px;}
div.pad20{padding: 20px;}
div.il{display: inline;}

ul.minimenu li{
	margin-bottom: 10px;
}

span.x-tab-strip-text{
	color: #01268E;
	font-weight: bold;
}
.x-tab-strip-inner{
	color: #01268E;
	font-weight: bold;
}
.x-fieldset{
	/*background-position: 0px 15px;
	padding-top: 10px;*/
}
.bluefs{
	background-image: url(/static/images/bkgfade.jpg);
	background-color: white;
	background-repeat: repeat-x;
}

.icon-featured{
	background-image:url(../images/icon_featured.gif) !important;
}
.icon-back{
	background-image:url(../images/arrow_left.png) !important;
}
.icon-groups{
	background-image:url(../images/group_16.png) !important;
}
.icon-contacts{
	background-image:url(../images/contacts_mail_ok_16.png) !important;
}
.icon-channel{
	background-image:url(../images/icon_channel.gif) !important;
}
.icon-playlist{
	background-image:url(../images/programs_add_24.png) !important;
	height: 24px;
}
.icon-mychannels{
	background-image:url(../images/icon_channels.gif) !important;
}
.icon-privacy{
	background-image:url(../images/icon_lock.gif) !important;
}
.icon-ignitable{
	background-image:url(../images/icon_ignitable.gif) !important;
}
.icon-recent{
	background-image:url(../images/icon_recent.gif) !important;
}
.icon-popular{
	background-image:url(../images/icon_popular.gif) !important;
}
.icon-highestrated{
	background-image:url(../images/icon_highestrated.gif) !important;
}
.icon-comment{
	background-image:url(../images/chat_24.png) !important;
}
.icon-podcast{
	background-image:url(../images/podcast_24.png) !important;
	height: 24px;
}
.icon-addimage{
	background-image:url(../images/icon_add_image.gif) !important;
}
.icon-edit{
	background-image:url(../images/icon_edit.gif) !important;
}
.icon-add-tag{
	background-image:url(../images/icon_green_add.gif) !important;
}
.icon-add{
	background-image:url(../images/icon_green_add.gif) !important;
	/*background-image:url(../images/add_24.png) !important;
	height: 24px;*/
}
/*
.icon-export{
	background-image:url(../images/advance_16.png) !important;
	background-image:url(../images/add_24.png) !important;
	height: 24px;
}*/
.icon-export{
	background-image:url(../images/icon_embed.gif) !important;
}
.icon-share{
	background-image:url(../images/icon_shareIgnitable.gif) !important;
	height: 24px;
}
.icon-screentweet{
	background-image:url(../images/post_screentweet.png) !important;
	height: 24px;
}
div.x-window-draggable{
	color: #333;
	padding-top: 8px;
	margin-bottom: 0px;
}
span.x-window-header-text{
	font-size: 14px;
	padding-left: 10px;
	padding-top: 4px;
}
.x-plain-body{
	padding: 10px;
}
/**/
div.btn-div{
	padding: 2px;
	background: transparent url(../scripts/resources/images/gray/panel/white-top-bottom.gif) repeat-x scroll 0 -1px;
	border: 1px solid #efefef;
}
.btn-next{
	padding: 2px;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
	background-image:url(../scripts/resources/images/default/grid/page-next.gif) !important;
}
.btn-prev{
	padding: 2px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-image:url(../scripts/resources/images/default/grid/page-prev.gif) !important;
}
.btn-last{
	padding: 2px;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
	background-image:url(../scripts/resources/images/default/grid/page-last.gif) !important;
}
.btn-first{
	padding: 2px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-image:url(../scripts/resources/images/default/grid/page-first.gif) !important;
}

.btn-next-disabled{
	padding: 2px;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
	background-image:url(../scripts/resources/images/default/grid/page-next-disabled.gif) !important;
}
.btn-prev-disabled{
	padding: 2px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-image:url(../scripts/resources/images/default/grid/page-prev-disabled.gif) !important;
}
.btn-last-disabled{
	padding: 2px;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
	background-image:url(../scripts/resources/images/default/grid/page-last-disabled.gif) !important;
}
.btn-first-disabled{
	padding: 2px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-image:url(../scripts/resources/images/default/grid/page-first-disabled.gif) !important;
}

.x-panel-body {
    position: relative;
	padding:0px;
}
.x-panel *{
	font-size: 12px;
}
div.gradpanel{
	background-image: url('/static/images/grad_header.jpg');
	background-repeat: repeat-x;
	background-color: white;
	font-size: 12px;
	color: #333333;
	border-top: 1px solid #cccccc;
	padding: 5px;
}
div.gradpanel1{
	background-image: url('/static/images/grad_header4.jpg');
	background-repeat: repeat-x;
	background-color: white;
	font-size: 12px;
	color: #333333;
	border-top: 1px solid #e0e0e0;
	border: 1px solid #e0e0e0;
	padding: 0px;
	margin-bottom: 10px;
}
div.gradpanel2{
	background-image: url('/static/images/grad_header2.jpg');
	background-repeat: repeat-x;
	background-color: white;
	font-size: 12px;
	color: #333333;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	margin-right: 0px;
	padding: 0px;
}
div.gradpanel3{
	background-image: url('/static/images/grad_header3.jpg');
	background-repeat: repeat-x;
	background-color: white;
	font-size: 12px;
	color: #333333;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	margin-right: 0px;
	padding: 0px;
}
div.gradpanel4{
	background-image: url('/static/images/grad_header4.jpg');
	background-repeat: repeat-x;
	background-color: white;
	font-size: 12px;
	color: #333333;
	margin-right: 0px;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	padding: 0px;
}
.x-window-dlg .ext-mb-download {
    background:transparent url(/static/images/icon_download_anim.gif) no-repeat top left;
    height:48px;
}
div.channellinks a.link{
	display: block;
	margin: 6px;
}
div.channellinks{
	float: right;
	width: 180px;
}
ul.bullets{
   list-style-type: disc;
   list-style-position: inside;
}
ul.bullets li{
   list-style-type: disc;
   list-style-position: inside;
}
a.pseudolink{
	text-decoration: none;
	color: #475C74;
	cursor: pointer;
}
a.pseudolink:hover{
	color: #8CAFCD;
}
.pad20{
	padding: 20px;
}
.pad10{
	padding: 10px;
}
.pad5{
	padding: 5px;
}
.valign{
	vertical-align: top;
}
.gray{
	color: #888888;
}
.fp_thumbold{
	float:left; width: 150px; height: 210px; padding: 8px; background-image: url('/static/images/grad_showcase.jpg'); background-position: bottom right; background-repeat: no-repeat; border-right: 1px solid #efefef; border-bottom: 1px solid #efefef; margin: 5px;
}
.fp_thumb{
	float:left; width: 150px; height: 225px; padding: 8px; margin: 5px;
}
div.line{
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #ffffff;
	margin: 6px;
}
.x-spotlight {
	z-index: 8999;
	position: absolute;
	top:0;
	left:0;
	-moz-opacity: 0.85;
	opacity: .85;
	filter: alpha(opacity=85);
	background-color: #000;
	width:0;
	height:0;
	zoom: 1;
}
div.searchbox{
	text-align: right;
	padding-bottom: 2px;
	margin-right: 14px;
}
div.searchbox div.x-form-field-wrap{
	WIDTH: 180px! important;
	MARGIN-RIGHT: 10px! important
}

div.topmenu{
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding:0px;
	vertical-align: bottom;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
}
div.topmenu a.grey{
	color: white;
	padding: 5px;
}
div.topmenu a.grey:hover{
	color: #FDD600;
}
div.topmenu a{
	color: #fff;
	padding: 5px 8px 5px 5px;
	font-weight: bold;
}
div.topmenu a:hover{
	color: #FDD600;
}

/* Messages */
.messages_left{
	width: 200px;
	float: left;
	border-right: 1px solid #efefef;
}
.messages_left a{
	padding: 4px;
	font-weight: bold;
	display: block;
}
.messages_left a:hover{
	padding: 4px;
	display: block;
	background-color: #efefef;
}
.messages_right{
	float: left;
	padding-left: 20px;
}
/* End Messages */

div.shared-menu{
	font-size: 14px;
	font-weight:bold;
}

.ext-el-mask{
	background-color: #000;
}
div.gtop{
	float:right;
}
div.gl{
	background: url(/static/images/curve_black.jpg) no-repeat bottom left;
	float: left;
	height: 26px;
}
div.gm{
	background-color: #1B1B1B;
	float: left;
	height: 21px;
	padding-top: 5px;
}
div.gr{
	background: url(/static/images/curve_black.jpg) no-repeat bottom right;
	float: left;
	height: 26px;
}


div.searchbox img.x-form-trigger{
	background-image: url(/static/images/search_trigger.png);
	width: 46px;
	height: 46px;
	border: 0px;
	background-position: 0px -1px;
}
.ext-safari .searchbox .x-form-field-wrap .x-form-trigger{height:46px;}
div.searchbox img.x-trigger-wrap-focus{
	background-position: 0px -1px;
}
div.searchbox img.x-form-trigger-over{
	background-position: -46px -1px;
}
div.searchbox img.x-form-trigger-click{
	background-position: -92px -1px;
}

.ext-ie div.searchbox img.x-form-trigger{
	background-position: 0px 0px;
}
.ext-ie div.searchbox img.x-trigger-wrap-focus{
	background-position: 0px 0px;
}
.ext-ie div.searchbox img.x-form-trigger-over{
	background-position: -46px 0px;
}
.ext-ie div.searchbox img.x-form-trigger-click{
	background-position: -92px 0px;
}
.point label{
	cursor: pointer;
}

