/*-- Global style --*/
BODY,HTML{
	margin:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-bottom:0px;
}

* {
	margin: 0px;
	font-family: arial;
	font-size: 11px;
	color: #6a929c;
}

/*-- For the viewport --*/
BODY.hiddenOverflow{
	overflow: hidden;
}

/*-- For the viewport --*/
A IMG {
	border: none;
}

A {
	text-decoration: none;
	display: block;
}

/*-- for the glass pane --*/
.gwt-PopupPanelGlass {
	background-color: black;
	filter: alpha(opacity = 85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

/*-- for the glass pane */
.frameContent * {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: auto;
	padding-right: auto;
	padding-top: auto;
	padding-bottom: auto;
	height: auto;
	width: auto;
	display: auto;
}

/*-- helper styles --*/
.bold {
	font-weight: bold;
	font-size: 12px;
}

/*-- helper styles --*/ /*-- window code --*/
.window * {
	background-repeat: no-repeat;
}

.window .windowTitleText {
	font-family: arial;
	font-size: 10px;
	color: #4e7a84;
}

.window .bl {
	width: 31px;
	height: 63px;
	background-image: url('images/themes/default/window/window-bl.png');
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = crop, src =
		'images/themes/default/window/window-bl.png' );
}

.window .tl {
	width: 31px;
	height: 38px;
	background-image: url('images/themes/default/window/window-tl.png');
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = crop, src =
		'images/themes/default/window/window-tl.png' );
}

.window .br {
	width: 31px;
	height: 63px;
	background-image: url('images/themes/default/window/window-br.png');
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = crop, src =
		'images/themes/default/window/window-br.png' );
}

.window .tr {
	width: 57px;
	height: 38px;
	background-image: url('images/themes/default/window/window-tr.png');
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = crop, src =
		'images/themes/default/window/window-tr.png' );
}

.window .lt {
	width: 31px;
	background-position: left bottom;
	background-image: url('images/themes/default/window/window-lt.png');
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = 'scale', src =
		'images/themes/default/window/window-lt.png' );
}

.window .rt {
	width: 57px;
	background-repeat: repeat-y;
	/*-- interestingly this caused issue in ie6 :
	background-position:left bottom;*/
	background-image: url('images/themes/default/window/window-rt.png');
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = 'scale', src =
		'images/themes/default/window/window-rt.png' );
}

.window .dr {
	width: 57px;
}

.window .dl {
	width: 31px;
}

.window .bt {
	width: 31px;
	background-position: left bottom;
	background-image: url('images/themes/default/window/window-bt.png');
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = 'crop', src =
		'images/themes/default/window/window-bt.png' );
}

.window .tt {
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url('images/themes/default/window/window-tt.png');
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = 'scale', src =
		'images/themes/default/window/window-tt.png' );
}

.frameContent {
	background-color: white;
	overflow: auto; /*-- since the parent's body has overflow hidden. --*/
}

/*-- window code --*/ /*-- customize window code --*/
.customizeWindow * {
	background-repeat: no-repeat;
}

.customizeWindow .windowTitleText {
	font-family: arial;
	font-size: 10px;
	color: #4e7a84;
	font-weight: bold;
}

.customizeWindow .bl {
	width: 29px;
	height: 28px;
	background-image: url('images/themes/default/customize/bl.png');
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = crop, src =
		'images/themes/default/customize/bl.png' );
}

.customizeWindow .tl {
	height: 28px;
	background-image: url('images/themes/default/customize/tl.png');
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = crop, src =
		'images/themes/default/customize/tl.png' );
}

.customizeWindow .br {
	background-image: url('images/themes/default/customize/br.png');
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = crop, src =
		'images/themes/default/customize/br.png' );
}

.customizeWindow .tr {
	width: 29px;
	height: 39px;
	background-image: url('images/themes/default/customize/tr.png');
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = crop, src =
		'images/themes/default/customize/tr.png' );
}

.customizeWindow .lt {
	background-repeat: repeat-y;
	background-image: url('images/themes/default/customize/lt.png');
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = 'scale', src =
		'images/themes/default/customize/lt.png' );
}

.customizeWindow .rt {
	background-repeat: repeat-y;
	background-image: url('images/themes/default/customize/rt.png');
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = 'scale', src =
		'images/themes/default/customize/rt.png' );
}

.customizeWindow .dr {
	width: 29px;
}

.customizeWindow .dl {
	width: 29px;
}

.customizeWindow .bt {
	background-repeat: repeat-x;
	background-image: url('images/themes/default/customize/bt.png');
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = 'scale', src =
		'images/themes/default/customize/bt.png' );
}

.customizeWindow .tt {
	padding-top: 21px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url('images/themes/default/customize/tt.png');
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = 'scale', src =
		'images/themes/default/customize/tt.png' );
}

.customizeWindow .content {
	background-repeat: repeat;
	background-image: url('images/themes/default/customize/back.png');
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = 'scale', src =
		'images/themes/default/customize/back.png' );
}

.tabName {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #6a929c;
}

/*-- customize window code --*/
.minimisedWindow {
	background-repeat: no-repeat;
	background-position: left top;
	background-image:
		url('images/themes/default/window/minimizedWindow.png');
	height: 51px;
	width: 159px;
	padding-left: 18px;
	padding-top: 20px;
	_background: none;
	_height: 31px; /* IE 6 includes padding in the height ...*/
	_width: 146px; /* IE 6 includes padding in the width ...*/
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = 'scale', src =
		'images/themes/default/window/minimizedWindow.png' );
}

/*-- Wallpaper box css --*/
.wallpaperBox { /*position:absolute!important;*/ /*top:50%;*/
	/*left:50%;*/
	width: 526px;
	height: 476px;
	/*margin-left:-220px;*/ /*margin-top:-250px;*/
}

.wallpaperBoxBg {
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-image: url('images/themes/default/wallpaperBoxBg.png');
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = 'scale', src =
		'images/themes/default/wallpaperBoxBg.png' );
}

.wallpaperText {
	font-weight: bold;
	font-size: 11px;
	width: 310px;
	color: #9e9e9e;
}

/*-- Wallpaper box css --*/
.customizeWindowButton {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 135px;
	height: 60px;
	background-image: url("images/themes/default/customize-button.png");
	background-repeat: no-repeat;
	cursor: pointer; /* for ie6 */
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = 'crop', src =
		'images/themes/default/customize-button.png' );
}

/*-- links slider code --*/
.slider {
	/*
	position: absolute;
	top: 50%;
	margin-top: -170px; 
	margin-left: 1px;
	*/
}

.slideButton {
	position: relative;
	top: 70px;
	left: 100px;
	width: 18px;
	height: 46px;
	cursor: pointer;
	background-image: url("images/themes/default/linksSlider/collapser.png")
		;
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = 'crop', src =
		'images/themes/default/linksSlider/collapser.png' );
}

.sliderTop {
	width: 144px;
	height: 54px;
	background-image: url("images/themes/default/linksSlider/sliderTop.png")
		;
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = 'crop', src =
		'images/themes/default/linksSlider/sliderTop.png' );
}

.sliderMid {
	width: 144px;
	background-image:
		url("images/themes/default/linksSlider/sliderTile.png");
	background-repeat: repeat-y;
	height: 230px; /* possibly this will be removed */
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = 'scale', src =
		'images/themes/default/linksSlider/sliderTile.png' );
}

.sliderBottom {
	width: 144px;
	height: 49px;
	background-image:
		url("images/themes/default/linksSlider/sliderBottom.png");
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = 'crop', src =
		'images/themes/default/linksSlider/sliderBottom.png' );
}

.slider .link {
	height: 24px;
	width: 89px;
	cursor: pointer;
	background-image: url("images/themes/default/linksSlider/link-bg.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
}

.slider .link .linkText {
	font-weight: bold;
	font-size: 11px;
	font-family: arial;
}

.slider .link TD {
	padding-left: 5px;
	margin1-right: 8px;
}

.slider .disabledLink {
	cursor: no-drop;
}

/*-- links slider code --*/

/*-- Background chooser code --*/ 
/* in order to increase chooser height, increase [1],[2],[3] and decrease [4] */
.backgroundChooser {
	/* position: absolute !important;  */
	width: 124px;
	height: 500px; /*-- [1] --*/
	/*  top: 50%;  */
	/* right: 0px;  */
	/* margin-top: -270px;  */ /* [4] half the height */
}

.chooserTop {
	width: 144px;
	height: 54px;
	background-image: url("images/themes/default/linksSlider/sliderTop.png")
		;
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = 'crop', src =
		'images/themes/default/linksSlider/sliderTop.png' );
}

.chooserBottom {
	width: 144px;
	height: 49px;
	background-image:
		url("images/themes/default/linksSlider/sliderBottom.png");
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = 'crop', src =
		'images/themes/default/linksSlider/sliderBottom.png' );
}

.chooserMid {
	width: 144px;
	background-image:
		url("images/themes/default/linksSlider/sliderTile.png");
	background-repeat: repeat-y;
	height: 400px; /*-- [2] --*/
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = 'scale', src =
		'images/themes/default/linksSlider/sliderTile.png' );
}

.chooseCollapse {
	position: relative;
	top: 170px; /*-- [3] --*/
	left: 0px;
	width: 18px;
	height: 46px;
	cursor: pointer;
	background-image: url("images/themes/default/linksSlider/collapser.png")
		;
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = 'crop', src =
		'images/themes/default/linksSlider/collapser.png' );
}

.colorContainer {
	width: 72px; /* 8 x 6 */
	height: 204px;
	border: 1px solid #c3c3c3;
	background-image: url("images/colorChooserBg.jpg");
}

.chooseColorTile {
	float: left;
	width: 12px;
	height: 12px;
	margin-right1: 3px;
	margin-bottom1: 3px;
	cursor: pointer;
}

.chooseImageTile {
	border: 1px solid #c4c4c4;
	float: left;
	width: 19px;
	height: 15px;
	margin-right: 3px;
	margin-bottom: 3px;
	cursor: pointer;
}

.bgSeperator {
	position: relative;
	clear: both;
	height: 1px;
	background-color: #c4c4c4;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 4px;
}

.notifierText {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}

.themeName {
	clear: both;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
}

/*-- Background chooser code --*/ /*-- frame content code --*/
.frameContent {
	margin: 0px;
	padding: 0px;
}

.frameContent LI,.frameContent UL {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.frameContent .textLink {
	font-size: 10px;
	font-weight: bold;
	background-color: transparent;
}

.frameContent .textLink:HOVER {
	font-size: 12px;
	font-weight: bold;
	background-color: #f9f9f9;
	border: 1px solid #f0f0f0;
	padding: 2px;
}

.frameContent .textLink:VISITED {
	font-size: 10px;
	font-weight: normal;
	background-color: transparent;
}

/*-- frame content code --*/ /*-- Design page related code --*/
.designBox {
	width: 255px;
	float: left;
	margin: 12px;
	font-family: verdana;
}

.designBox * {
	font-family: verdana;
}

.designBox .heading {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.designBox .descBox .descTitle {
	font-weight: bold;
	color: #58aabe;
}

.designBox .descBox .descContent {
	text-align: justify;
}

.designBox .heading .type {
	font-weight: bold;
	color: #ffc154;
}

.designBox .button {
	display: block;
	color: white;
	clear: left;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	width: 72px;
	height: 13px;
	background-image: url(images/designsViewBtn.gif);
}

.designBox .button:hover {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	border: 0px;
}

.designBox .designImgLink {
	display: block;
	float: left;
	border: 1px dotted white;
	margin-right: 5px;
	margin-bottom: 3px;
}

.designBox .designImgLink:HOVER {
	border: 1px dotted gray;
}

/*-- Design page related code --*/ 
/*-- videos page related code --*/
.videosContent .title {
	margin-top: 20px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 13px;
}

.videosContent .embedVideo {
	margin: 10px;
	margin-top: 5px;
}

.videosContent .videoBox {
	float: left;
	width: 300px;
	margin:10px;
}

.videosContent .groupTitle {
	clear: both;
	padding-top: 30px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

/*-- videos page related code --*/ 

/*-- viewport related code --*/
.flagText {
	color:#ffffff; /*#8b8b8b;*/
	font-family: Arial;
	font-size: 11px;
    font-weight:bold;
	text-align: center;
	width: 100%;
	height:26px;
}
.locationLabel {
	padding: 5px;
	font-size: 20px;
	color: #363636;
	border: 6px double #585858;
	background-color: white;
}

/*-- viewport related code --*/ /*-- online presence related code --*/
.onlinePresence {
	background-image: url("images/online-presence.png");
	_background: none;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( enabled
		= true, sizingMethod = crop, src = 'image/online-presence.png' );
}

/*-- online presence related code --*/ /*-- rounded Box --*/
.roundedBox .tl {
	width: 29px;
	height: 28px;
	background-image: url("images/roundedBox/tl.png");
}

.roundedBox .c {
	background-color: white;
}

.roundedBox .tt {
	background-image: url("images/roundedBox/tt.png");
}

.roundedBox .tr {
	width: 29px;
	height: 28px;
	background-image: url("images/roundedBox/tr.png");
}

.roundedBox .bl {
	width: 28px;
	height: 28px;
	background-image: url("images/roundedBox/bl.png");
}

.roundedBox .bt {
	background-image: url("images/roundedBox/bt.png");
}

.roundedBox .br {
	width: 28px;
	height: 28px;
	background-image: url("images/roundedBox/br.png");
}

.roundedBox .lt {
	width: 29px;
	background-image: url("images/roundedBox/lt.png");
}

.roundedBox .rt {
	width: 29px;
	background-image: url("images/roundedBox/rt.png");
}

/*-- email panel --*/
.emailPanel {
	width: 314px;
	height: 187px;
	background-image: url("images/email-me.gif");
}

.emailText {
	color: #0a4077;
	font-size: 12px;
}

/*-- email panel --*/

/*-- Movie dialogs  --*/
.movieBox {
	cursor:pointer;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #cfcfcf;
}

.firstMovieBox {
	border-top: 1px solid #cfcfcf;
}

.title {
	cursor:pointer;
	font-weight: bold;
	color: #9a8c2f;
}

.scene {
	cursor:pointer;
	font-weight: bold;
	color: #2d7b98;
}

.actor {
	font-weight: bold;
	color: #0c5a3e;
}

.comment {
	font-style: italic;
	color: #4a7d7b;
}

.dialog {
	font-size: 11px;
	color: #50504f;
}
/*-- Movie dialogs  --*/

/*-- Shout box --*/
.userName{
    font-size:12px;
    font-weight:bold;
    float:left;
    margin-right:4px;
    color: #53656a;
}
.specialUserName{
    font-size:12px;
    font-weight:bold;
    float:left;
    margin-right:4px;
    color: #478ace;
}
.specialUserText{
    font-size:12px;
    font-weight:bold;
    color: #6a951f;
}
.userTime{
    float:left;
    margin-right:10px;
    color: #7d7d7d;
}
.userText{
    font-size:12px;
    font-weight:bold;
    color: #707d7f;

}
.userTextError{
    font-size:12px;
    font-weight:bold;
    color: #de740d;
    margin-bottom:20px;
    margin-left:50px;
}
/*-- Shout box --*/

/*-- Navigator styles --*/
.navigator{
    border:1px solid #5d5d5d;
    margin:5px;
    background-color:#ffffff;
    filter:alpha(opacity=46);
    opacity:0.46;
    cursor:pointer;
}
.navDot{
    width:4px;
    height:4px;
    background-color:#020d27;
}
.lightDot{
    width:3px;
    height:3px;
    background-color:#959595;
}
/*-- Navigator styles --*/

/*-- seekers --*/
.HorizontalSeeker{
	left:50%;
	margin-left:-190px; /* = 380/2  */
}
.VerticalSeeker{
	top:50%;
	margin-top:-190px; /*  = 380/2  */
}

.seekersBg .ts{
    width:21px;
    height:68px;
}
.seekersBg .tt{
    width:380px;
    height:68px;
}
.seekersBg .te{
    width:21px;
    height:68px;
}
.seekersBg .rs{
    width:64px;
    height:19px;
}
.seekersBg .rt{
    width:64px;
    height:380px;
}
.seekersBg .re{
    width:64px;
    height:24px;
}
.seekersBg .bs{
    width:18px;
    height:60px;
}
.seekersBg .bt{
    width:380px;
    height:60px;
}
.seekersBg .be{
    width:22px;
    height:61px;
}
.seekersBg .ls{
    width:67px;
    height:18px;
}
.seekersBg .lt{
    width:67px;
    height:380px;
}
.seekersBg .le{
    width:67px;
    height:24px;
}
/*-- seekers --*/