
	html,body
	{
		background: url("./../images/theme/top_repeat.gif") repeat-x;
		padding: 0;
		margin: 0;
		font-size: 12px;
		font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
		color: #000;
	}

	#header
	{
		position: relative;
		margin: 10px auto 0 auto;
		width: 950px;
		height: 90px;
		background: url("./../images/theme/header.gif") no-repeat;
	}
	#header .last_login
	{
		color: #cccccc;
		font-size: 10px;
		position: absolute;
		right: 52px;
		top: -6px;
	}
	#header .help
	{
		color: #cccccc;
		font-size: 10px;
		position: absolute;
		right: 30px;
		top: -6px;
	}
	
	#searchBox
	{
		position: absolute;
		left: 32px;
		top: -8px;
		color: #ccc;
		font-size: 11px;
	}
	#autoCompleteSearchInAdminCP
	{
		border: 1px solid #ccc;
		width: 70px;
		border-left: 4px solid #fa9830;
		height: 10px;
		padding: 2px;
		color: #696766;
		font-size: 11px;
	}
	#suggestHeader
	{
		font-weight: bold;
		font-size: 14px;
		border-bottom: 1px solid #ccc;
		color: red;
	}

	#header .menu
	{
		padding: 40px 0px 20px 60px;
		overflow: hidden;
	}
	#header .menu a
	{
		margin-right: 14px;
		text-decoration: none;
		color: #000;
		border: 1px solid #c0c0c0;
		padding: 10px;
		-moz-box-shadow: 0 0 5px #888;
		-webkit-box-shadow: 0 0 5px#888;
		box-shadow: 0 0 5px #888;
	}
	#header .menu a:hover, #header .menu a.active
	{
		background: url("./../images/theme/options_head.png");
		color: #fff;
	}

	#container
	{
		position: relative;
		margin: 0 auto;
		width: 950px;
		min-height: 50px;
		background: url("./../images/theme/container.gif");
	}
	#container .content
	{
		position: relative;
		margin: 0 60px;
	}

	#footer
	{
		clear: both;
		position: relative;
		margin: 0 auto;
		width: 950px;
		height: 35px;
		background: url("./../images/theme/footer.gif") no-repeat;
	}

	#copyright
	{
		position: relative;
		margin: 0 auto;
		width: 950px;
	}
	#copyright a:link, #copyright a:visited
	{
		color: #ed8415;
		text-decoration: none;
	}
	#copyright a:hover
	{
		text-decoration: underline;
	}
	#copyright .tsue
	{
		padding: 5px;
		margin-right: 35px;
		float: right;
		font-size: 10px;
		font-weight: bold;
	}
	#copyright .debug
	{
		padding: 5px;
		margin-left: 35px;
		float: left;
		font-size: 10px;
		font-weight: bold;
	}

	.dotted-bottom-gray
	{
		border-bottom: 1px dotted #ccc;
	}

	.option_box
	{
		float: left;
		width: 165px;
		height: 60px;
		overflow:hidden;
		border:1px solid #c0c0c0;
		padding: 10px;
		color: #000;
		background: #eaeaea;
		cursor: pointer;
		font-weight: bold;
		font-size: 13px;
		margin: 5px 20px 15px 0;
		-moz-box-shadow: 0 0 5px #888;
		-webkit-box-shadow: 0 0 5px#888;
		box-shadow: 0 0 5px #888;
	}
	.option_box span
	{
		font-size: 11px;
		display: block;
		margin-top: 8px;
		font-weight: normal;
		color: #a1a1a1;
		font-family:Tahoma, Geneva, sans-serif;

	}
	.option_box img
	{
		margin-right: 5px;
	}
	.option_box:hover
	{
		background: #fff;
		color: #fa9830;
	}

	.disabledOptionBox
	{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
		-moz-opacity: 0.3;
		-khtml-opacity: 0.3;
		opacity: 0.3;
		cursor: not-allowed;
	}

	#options
	{
		position: relative;
	}
	#options .head
	{
		background: url("./../images/theme/options_head.png") repeat-x top;
		padding: 5px 10px;
		margin: 3px auto 0;
		border-bottom: 1px solid #cf6c02;
		border-top: 1px solid #cf6c02;
		color: #fff;
		font-size: 13px;
	}
	#options .optionGroup
	{
		font-size: 11px;
		padding: 5px 10px;
		border-bottom: 1px solid #cf6c02;
	}
	#options .optionGroup:hover
	{
		background: #f8ae5e;
		cursor: pointer;
	}
	#options .optionGroup span, .smallPassiveText
	{
		font-size: 10px;
		margin-left: 8px;
		color: #6f6b6b
	}
	.smallPassiveTextlowMargin
	{
		font-size: 10px;
		margin-left: 4px;
		color: #6f6b6b
	}
	.smallPassiveTextBlock
	{
		display: block;
		font-size: 10px;
		color: #6f6b6b
	}
	#options .optionGroup a
	{
		text-decoration: none;
		font-weight: bold;
		color: #000;
	}
	#options .optionsScroll
	{
		max-height: 670px;
		overflow: auto;
	}

	.small
	{
		font-size: 11px;
	}

	.verySmall
	{
		font-size: 10px;
	}

	.greenBackground
	{
		background: #91bd09;
	}
	.redBackground
	{
		background: #e62727;
	}
	.greyBackground
	{
		background: #ddd;
	}

	.forumDeepSub
	{
		font-size: 10px;
		color: purple;
		margin-left: 30px;
	}
	.forumSub
	{
		font-size: 12px;
		color: blue;
		margin-left: 15px;
	}
	.forumMain
	{
		font-size: 14px;
		font-weight: bold;
		color: red;
	}

	.table
	{
		border: 1px solid #cf6c02;
	}
	.tableHeader
	{
		background: url("./../images/theme/options_head.png");
		padding: 5px 10px;
		color: #fff;
		font-size: 14px;
	}
	.tableHeader a
	{
		color: #f4e8e8;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}
	.tableHeader a:hover
	{
		color: #fff;
	}
	.tableContentTDHeader
	{
		background: #f8ae5e;
		font-size: 13px;
		padding: 5px 10px
	}
	.tableContentTD
	{
		padding: 5px 10px;
		border-top: 1px solid #cf6c02;
	}
	.tableContentTR:hover
	{
		background: #f8ae5e;
	}
	.tableContentTD a
	{
		color: #000;
		text-decoration: none;
		font-weight: bold;
	}
	.tableContentTD img
	{
		border: 0;
		padding-left: 8px;
	}
	.tdTop
	{
		vertical-align: top;
	}

	.hidden
	{
		display: none;
	}

	#optionsInOverlay
	{
		padding: 5px;
		border: 1px solid #ccc;
		margin-bottom: 10px;
	}
	#optionsInOverlay label
	{
		cursor: pointer;
	}
    #optionsInOverlay label.block
    {
        display: block;
        margin-bottom: 9px;
    }
    #optionsInOverlay label.block input
    {
        display: block;
    }
    .textarea
    {
        width: 97%;
        height: 50px;
        font-size: 13px;
        font-family: Calibri, 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #000000;
        background-color: #ffffff;
        padding: 3px;
        margin-top: 3px;
        border: 1px solid silver;
        border-radius: 4px; -webkit-border-radius:  4px; -moz-border-radius:  4px; -khtml-border-radius:  4px;
        outline: 0;
    }
    .textarea:focus
    {
        background-color: #f9cb9a;
    }

	.phraseTextarea
	{
		width: 97%;
        height: 250px;
        font-size: 12px;
        font-family: Calibri, 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #000000;
        background-color: #ffffff;
        padding: 3px;
        margin-top: 3px;
        border: 1px solid silver;
        border-radius: 4px; -webkit-border-radius:  4px; -moz-border-radius:  4px; -khtml-border-radius:  4px;
        outline: 0;
	}
	.phraseTextarea:focus
	{
		background-color: #f9cb9a;
	}

	.textareaHeightNormal
	{
		height: 110px !important;
	}

	.templateTextarea
	{
		width: 97%;
        height: 380px;
	}
	.templateTextarea:focus
	{
		background-color: #f9cb9a;
	}

	.templateTextareaTinyMCE
	{
		width: 97%;
        height: 380px;
	}

	.standartAClass
	{
		color: #fa9830;
		font-size: 13px;
	}

    .optionTitle
    {
        display: block;
        font-weight: bold;
        background: url("./../images/theme/options_head.png");
        color: #fff;
        padding: 3px;
        margin-bottom: 2px;
    }

    .spanContent
	{
		display: block;
		font-size: 11px;
		padding: 3px;
		text-align: justify;
		color: #9d9b9b;
	}

	.selectNoWidth
	{
		font-size: 12px;
		font-family: Calibri, 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #000000;
		background-color: #ffffff;
		padding: 3px;
		border: 1px solid silver;
		border-radius: 4px; -webkit-border-radius:  4px; -moz-border-radius:  4px; -khtml-border-radius:  4px;
		outline: 0;
	}

	.ratioBad{color:#e51419;}
	.ratioGood{color:#80b57c;}
	.ratioNull{color:#0de7d5;}

	.select, input.text
	{
		width: 97%;
		font-size: 13px;
		font-family: Calibri, 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #000000;
		background-color: #ffffff;
		padding: 3px;
		margin-top: 3px;
		border: 1px solid silver;
		border-radius: 4px; -webkit-border-radius:  4px; -moz-border-radius:  4px; -khtml-border-radius:  4px;
		outline: 0;
	}
	input.text:focus
	{
		background-color: #f9cb9a;
	}
	input.textnormal
	{
		width: 75%;
	}
	input.textanormal
	{
		width: 65%;
	}
	input.texthalf
	{
		width: 47.5%;
	}
	input.texttiny
	{
		width: 22%;
	}
	input.textVeryTiny
	{
		width: 15%;
	}

	.smallSelect
	{
		width: 25%;
	}

    input.sortFirst, input.sortSecond
    {
        width: 40px;
        text-align: center;
        font-size: 13px;
        font-family: Calibri, 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #000000;
        background-color: #ffffff;
        padding: 4px;
        margin-top: 3px;
        border: 1px solid silver;
        border-radius: 4px; -webkit-border-radius:  4px; -moz-border-radius:  4px; -khtml-border-radius:  4px;
        outline: 0;
    }
    input.sortFirst:focus, input.sortSecond:focus
    {
        background-color: #f9cb9a;
    }
    input.sortSecond
    {
        width: 30px;
        font-size: 12px;
        padding: 3px;
    }

	.comboBox
	{
		padding: 3px;
		margin-right: 5px;
		margin-bottom: 5px;
		float: left;
	}
	.comboBox input
	{
		display: block;
		padding-top: 2px;
	}
	.comboBox input.texttiny
	{
		width: 200px;
	}

    #submit_reset_container
    {
        padding: 5px;
        border: 1px solid #ccc;
        margin-top: 5px;
        text-align: center;
    }

	#loading
	{
		background: #000;
		position: absolute;
		top: 100px;
		left: 45%;
		padding: 10px;
		z-index: 100000000;
		display: none;
		border-radius: 4px; -webkit-border-radius:  4px; -moz-border-radius:  4px; -khtml-border-radius:  4px;
		-moz-box-shadow: 10px 10px 5px #888;
		-webkit-box-shadow: 10px 10px 5px #888;
		box-shadow: 10px 10px 5px #888;
		color: #fff;
	}
	#loading img
	{
		vertical-align: middle;
		padding-right: 3px;
	}

	.submit, #toggleText
	{
		background: url("./../images/global/navigation.png") center;
		color: #FFFFFF;
		font-size: 14px;
		font-weight: normal;
		padding: 3px 5px 2px 5px;
		text-shadow: #333333 1px 1px;
		-moz-border-radius: 2px;
		-khtml-border-radius: 2px;
		-webkit-border-radius: 2px;
		border: 1px solid #333333;
		cursor: pointer;
	}
	.submit:hover, #toggleText:hover
	{
		background: url("./../images/global/navigation-hover.png") center;
		text-decoration: none;
		border: 1px solid #E47600;
	}

	.submitPadding
	{
		padding-top: 10px;
	}

	#adminlogin label
	{
		display: inline-block;
	}
	#adminlogin input.atext
	{
		padding: 5px;
		border: 1px solid #ccc;
		color: #456;
		letter-spacing: 1px;
		display: block;
	}
	#adminlogin input.button
	{
		display: block;
	}
	.loginIPlogged
	{
		position: absolute;
		right: 5px;
		top: -60px;
	}
	.loginWelcome, .loginFailed
	{
		width: 480px;
		padding: 5px;
		color: #000;
		position: absolute;
		top: -60px;
		left: 0;
		border-bottom: 1px solid #ccc;
	}
	.loginFailed span
	{
		display: block;
		font-weight: bold;
		font-size: 13px;
		color: #fb2222;
	}
	.loginWelcome span
	{
		display: block;
		font-weight: bold;
		font-size: 13px;
	}
	#adminlogin .selectbox
	{
		padding: 5px;
		border: 1px solid #ccc;
		color: #456;
		letter-spacing: 1px;
		display: block;
	}

	#demoMode
	{
		position: fixed;
		width: 100%;
		bottom: 0;
		padding: 3px;
		text-align: center;
		background: red;
		color: #fff;
		z-index: 10000000;
		border-top: 1px solid #000;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
	}

	#globalWarnings
	{
		position: fixed;
		padding: 5px;
		margin: 0px;
		left: 0;
		bottom: 0px;
		background: red;
		color: #fff;
		z-index: 10000000;
		border: 1px solid #fff;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
		line-height: 1.4;
	}
	#globalWarnings .closeWarning
	{
		cursor: pointer;
		width: 24px;
		height: 24px;
		position: absolute;
		top: -14px;
		right: -14px;
		background: url("./../images/status/remove-24.png") no-repeat;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	#globalWarnings a
	{
		color: #fff;
	}
	#globalWarnings hr
	{
		border: 0;
		height: 1px;
		background: #fff;
		margin: 1em 0;
	}

	.pointer
	{
		cursor: pointer;
	}

	.middle
	{
		vertical-align: middle;
	}

	.top
	{
		vertical-align: top;
	}

	.helpImage
	{
		cursor: pointer;
		vertical-align: top;
		border: 0;
	}

	.logout
	{
		position: absolute;
		right: 15px;
		font-size: 11px;
		letter-spacing: 0;
		padding-top: 5px;
	}
	.logout a, table a
	{
		text-decoration: none;
		color: #830202;
	}
	.logout a:hover, table a:hover
	{
		color: #fb2222;
	}

	/* DROP DOWN MENU */
	.dropDownMenu
	{
		display: inline-block;
		cursor: pointer;
	}

	#dropDownMenu
	{	
		background: #dddddd;
		font-size: 11px;
		border: 1px solid #cf6c02;
		border-top: 5px solid #cf6c02;
		overflow: hidden;
		box-shadow: 0px 5px 5px rgba(0,0,0, 0.5); -webkit-box-shadow: 0px 5px 5px rgba(0,0,0, 0.5); -moz-box-shadow: 0px 5px 5px rgba(0,0,0, 0.5); -khtml-box-shadow: 0px 5px 5px rgba(0,0,0, 0.5);
		position: absolute;
		z-index: 7500;
		display: none;
	}
	#dropDownMenu a
	{
		padding: 5px 10px;
		display: block;
		text-decoration: none;
	}
	#dropDownMenu a:hover
	{
		background: #ffffff;
		color: #000000;
		text-decoration: none;
	}

	.error
	{
		padding: 7px 7px 7px 32px;
		border: 1px solid #7c0404;
		color: #fff;
		font-size: 13px;
		background: #b12727 url("./../images/status/warning-24.png") no-repeat 5px 2px;
	}

	.success, .successStay
	{
		padding: 7px 7px 7px 32px;
		border: 1px solid #049a0e;
		color: #fff;
		font-size: 13px;
		background: #4ab851 url("./../images/status/success-24.png") no-repeat 5px 2px;
	}
	.success a
	{
		color: #fff;
	}
	.success a:hover
	{
		color: #000;
	}

	.torrentImage
	{
		float: left;
		padding: 3px;
		margin-right: 10px;
	}
	.torrentImage img
	{
		width: 40px;
		height: 60px;
		border: 0;
		padding-left: 0;
	}
	.torrentDetails
	{
		margin-bottom: 7px;
	}
	.torrentDetails img
	{
		padding-left: 0;
		padding-right: 7px;
	}

	.torrentFixed
	{
		margin: 3px 0;
		padding: 3px 0;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
	}
	.torrentFixed img
	{
		width: 16px;
		height: 16px;
		border: 0;
		vertical-align: middle;
	}

	/* the overlayed element */
	.apple_overlay
	{
		display:none;
		background: #fff;
		border-radius: 4px; -webkit-border-radius:  4px; -moz-border-radius:  4px; -khtml-border-radius:  4px;
		padding: 10px;
		width: 930px;
		-moz-box-shadow: 10px 10px 5px #888;
		-webkit-box-shadow: 10px 10px 5px #888;
		box-shadow: 10px 10px 5px #888;
	}

	.apple_overlay .overlay_text
	{
		position: relative;
		padding: 5px;
		overflow: auto;
		max-height: 846px;
	}

	.overlay_text .soptionTitle
	{
		margin: 0;
		padding: 0;
		font-size: 16px;
		font-weight: bold;
		color: #830202;
		margin-bottom: 5px;
	}

	.overlay_text h2, .h2
	{
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: bold;
		color: #830202;
	}
	.overlay_text a, .overlay_text h2 a
	{
		color: #830202;
	}
	.overlay_text a:hover, .overlay_text h2 a:hover
	{
		color: #fb2222;
	}

	/* default close button positioned on upper right corner */
	.apple_overlay .close
	{
		background-image:url("./../images/overlay/close.png");
		position:absolute;
		right: -15px;
		top: -20px;
		cursor:pointer;
		height:35px;
		width:35px;
	}

	.center
	{
		text-align: center;
	}
	.clear
	{
		clear: both;
	}
	.floatRight
	{
		float: right;
	}
	.floatLeft
	{
		float: left;
	}

	fieldset
	{
		margin:0;
		padding:0;
		border: 0;
	}

	img
	{
		border: 0;
		vertical-align: middle;
	}

	.pagination
	{
		padding: 0;
		margin: 3px 0;
	}
	.pagination ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.pagination li
	{
		display: inline;
		margin-left: 3px;
	}
	.pagination li a, .pagination li.disabled
	{
		color: #fff;
		border: 1px solid #fff;
		text-decoration: none;
		padding: 1px 4px;
	}
	.pagination li a:hover, .pagination li.active a
	{
		background: #f8ae5e;
		color: #000;
		text-decoration: none;
	}

	.adminPerms
	{
		position: relative;
		border: 1px solid #ccc;
		margin: 0 auto;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 2em;
	}

	.adminPerms
	{
		margin: 0; 
		padding: 0; 
		border: 0; 
		outline: 0; 
		text-decoration: none;
		list-style: none;
	}
	.adminPerms li
	{
		float: left;
		width: 240px;
		margin: 5px;
		list-style: none;
	}

	a.linkDisabled, .linkDisabled
	{
		color: #6f6b6b;
		text-decoration: line-through;
	}

	#toggleText
	{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 890px;
		opacity: 0.8; filter: alpha(opacity=80);
		border: 1px solid red;
		text-align: center;
		padding: 10px;
	}

	#sendMail, #sendPM
	{
		font-size: 12px;
		background: #F5F5F5;
		border: 1px solid #DDDDDD;
		padding: 5px 10px;
		border-radius: 5px; -webkit-border-radius:  5px; -moz-border-radius:  5px; -khtml-border-radius:  5px;
	}
	#mailCount, #PMCount
	{
		display: inline;
	}
	#mailStop, #PMStop
	{
		float: right;
		font-weight: bold;
		font-size: 11px;
		padding-right: 5px;
		cursor: pointer;
		color: #830202;
	}
	#mailStop:hover, #PMStop:hover
	{
		color: #fb2222;
	}

	.revertTemplate a
	{
		color: red;
		font-weight: bold;
		text-decoration: none;
	}
	.revertTemplate a:hover
	{
		text-decoration: underline;
	}

	.accountUpdated
	{
		font-weight: bold;
		color: red;
		border-bottom: 1px dotted #000;
	}

	/* GOOGLE  CHART */
	#chart_div
	{
		border: 1px solid #DDDDDD;
		border-radius: 5px; -webkit-border-radius:  5px; -moz-border-radius:  5px; -khtml-border-radius:  5px;
		z-index: 100;
	}
	#chart_buttons
	{
		text-align: left;
		margin-bottom: 11px;
	}
	#chart_buttons a
	{
		margin-right: 2px;
		padding: 5px 10px;
		font-size: 11px;
		border-radius: 5px; -webkit-border-radius:  5px; -moz-border-radius:  5px; -khtml-border-radius:  5px;
		color: #fff;
		text-decoration: none;
		background: #830202;
	}
	#chart_buttons a:hover, #chart_buttons a.active
	{
		background: #fa9830;
	}
	#chart_notice
	{
		padding: 5px;
	}
	#yearSelector
	{
		float: right;
	}
	#yearSelector select
	{
		width: 100px;
		font-size: 11px;
		font-family: Calibri, 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #000000;
		background-color: #ffffff;
		padding: 2px;
		border: 1px solid silver;
		border-radius: 4px; -webkit-border-radius:  4px; -moz-border-radius:  4px; -khtml-border-radius:  4px;
		outline: 0;
	}

	/* THREAD PREFIXES */
	.prefixButton
	{
		background: #222 repeat-x; 
		display: inline-block; 
		padding: 0 5px; 
		color: #fff; 
		text-decoration: none;
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
		border-bottom: 1px solid rgba(0,0,0,0.25);
		position: relative;
		cursor: pointer;
		margin-right: 5px;
		display: inline-block;
	}
	.pink.prefixButton
	{
		background-color: #e22092;
	}
	.green.prefixButton
	{
		background-color: #91bd09;
	}
	.red.prefixButton
	{
		background-color: #e62727;
	}
	.orange.prefixButton
	{
		background-color: #ff5c00;
	}
	.blue.prefixButton
	{
		background-color: #2981e4;
	}
	.yellow.prefixButton
	{
		background-color: #ffb515;
	}
	.black.prefixButton
	{
		background-color: #000000;
		color: #fff;
	}

	.apiLogs
	{
		border: 1px solid #DDDDDD;
		border-radius: 5px; -webkit-border-radius:  5px; -moz-border-radius:  5px; -khtml-border-radius:  5px;
		padding: 5px 10px;
		-moz-box-shadow: 0 0 5px #888;-webkit-box-shadow: 0 0 5px#888;box-shadow: 0 0 5px #888;
	}

	/* TSUE NEWS */
	#tsue_news
	{
		text-align: center; 
		border: 1px solid #DDDDDD;
		border-radius: 5px; -webkit-border-radius:  5px; -moz-border-radius:  5px; -khtml-border-radius:  5px;
		padding: 5px 10px;
		margin: 10px;
		margin-bottom: 0;
		-moz-box-shadow: 0 0 5px #888;-webkit-box-shadow: 0 0 5px#888;box-shadow: 0 0 5px #888;
	}

	#tsue_news h2
	{
		font-weight: bold;
		font-size: 18px;
		color: #e47600;
		padding: 5px 0;
		margin: 0;
	}

	#tsue_news h3
	{
		font-weight: bold;
		font-size: 14px;
		color: #000;
		padding-top: 10px;
		padding-bottom: 5px;
		margin: 0;
	}

	#tsue_news .dottedBottom
	{
		padding-bottom: 5px;
		margin-bottom: 10px;
		border-bottom: 1px dotted #ccc;
	}

	#tsue_news .warning
	{
		font-weight: bold;
		font-size: 11px;
		color: #ec1015;
	}

	#tsue_news p
	{
		padding: 0;
		margin: 0;
	}
	/* TSUE NEWS */

	/* BREADCRUMB */
	.breadBoxTop
	{
		overflow: hidden;
		margin-bottom: 10px;
	}

	.breadcrumb
	{
		font-size: 11px;
		background: #F5F5F5;
		border: 1px solid #DDDDDD;
		border-radius: 5px; -webkit-border-radius:  5px; -moz-border-radius:  5px; -khtml-border-radius:  5px;
		overflow: hidden;
		zoom: 1;
	}

	.breadcrumb .crust
	{
		display: block;
		float: left;
		position: relative;
		zoom: 1;
	}

	.breadcrumb .crust a.crumb
	{
		text-decoration: none;
		background-color: #F5F5F5;
		border-bottom: 1px solid #DDDDDD;
		padding: 0 10px 0 18px;
		margin-bottom: -1px;
		outline: 0 none;
		-moz-outline-style: 0 none;
		display: block;
		line-height: 24px;
		_border-bottom: none;
		color: #fa9830;
	}

	.breadcrumb .crust:first-child a.crumb
	{
		padding-left: 10px;
		border-top-left-radius: 4px; -webkit-border-top-left-radius:  4px; -moz-border-radius-topleft:  4px; -khtml-border-top-left-radius:  4px;
		border-bottom-left-radius: 4px; -webkit-border-bottom-left-radius:  4px; -moz-border-radius-bottomleft:  4px; -khtml-border-bottom-left-radius:  4px;
	}
		
	.breadcrumb .crust:last-child a.crumb
	{
		font-weight: bold;
		font-size: 14px;
	}

	.breadcrumb .crust .arrow
	{
		border: 12px solid transparent;
		border-right: 1px none black;
		border-left-color: #DDDDDD;
		display: block;
		position: absolute;
		right: -12px;
		top: 0px;
		z-index: 50;
		width: 0px;
		height: 0px;
	}

	.breadcrumb .crust .arrow span
	{
		border: 12px solid transparent;
		border-right: 1px none black;
		border-left-color: #F5F5F5;
		display: block;
		position: absolute;
		left: -13px;
		top: -12px;
		white-space: nowrap;
		overflow: hidden;
		text-indent: 9999px;
		width: 0px;
		height: 0px;
	}

	.breadcrumb .crust:hover a.crumb
	{
		background-color: #999;
	}

	.breadcrumb .crust:hover .arrow span
	{
		border-left-color: #999;
	}

	.breadcrumb .crust .arrow
	{
		/* hide from IE6 */
		_display: none;
	}

	/********* QUOTE BLOCKS ***********/
	.CodeBlockQuote
	{
		border: 1px solid #f9d9b0;
		border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px;
	}
	.CodeBlockQuote .title
	{
		font-size: 11px;
		color: #141414;
		background: #f9d9b0 repeat-x top;
		padding: 5px 10px;
		border-bottom: 1px solid #f9d9b0;
		border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; -khtml-border-top-left-radius: 4px;border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; -khtml-border-top-right-radius: 4px;
	}
	.CodeBlockQuote .quotecontent
	{
		font-style: italic;
		font-size: 9pt;
		background: #fff4e5 repeat-x top;
		padding: 3px 5px 0 35px;
		overflow: auto;
		line-height: 1.5;
		min-height: 25px;
		max-height: 300px;
		background-image: url("./../images/status/quote.png");
		background-position: 5px top;
		background-repeat: no-repeat;
		text-align: justify;
		border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px;
	}

	/**** CODE AND PRE *****************/
	pre
	{
		background: #F7F7F7;
		font-family: Verdana, Tahoma, Verdana;
		display: block;
		margin: 0 10px 15px 10px;
		padding: 10px;
		font-size: 12px;
		border: 1px solid #E6E6E6;
		overflow: auto;
	}
	code
	{
		font-family: Verdana, Arial, Tahoma !important;
		font-size: 12px;
		background: #F7F7F7;
		overflow: auto;
	}

	.phpErrorLog
	{
		max-height: 500px;
		overflow: auto;
		font-size: 11px;
	}

	.phpErrorLogs ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.phpErrorLogs li
	{
		display: inline;
		margin-left: 3px;
	}
	.phpErrorLogs li a
	{
		color: red;
		border: 1px solid #fff;
		text-decoration: none;
		padding: 1px 4px;
	}
	.phpErrorLogs li a:hover
	{
		background: #f8ae5e;
		color: #000;
		text-decoration: none;
	}

	.forumIcon
	{
		float: left;
		width: 50px;
		height: 50px;
		border: 1px solid #ccc;
		background: #fff;
		overflow: hidden;
		margin: 10px;
		cursor: pointer;
		text-align: center;
	}
	.forumIcon img
	{
		width: 48px;
		height: 48px;
		border: 0;
	}

	.forumIcon:hover, .selectedForumIcon
	{
		background: #bf2525;
	}

	/* TIPSY */
	.tipsy { padding: 5px; font-size: 11px; position: absolute; z-index: 100000; }
	.tipsy-inner { padding: 5px 8px 4px 8px; background-color: #000; color: #fff; max-width: 400px;}
	.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
	.tipsy-arrow { position: absolute; background: url("./../images/tipsy/tipsy.gif") no-repeat top left; width: 9px; height: 5px; }
	.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
	.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
	.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
	.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
	.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
	.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
	.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
	.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }

	/* DateInput */
	.date
	{
	}

	/* CALENDAR */
	#calroot
	{
		/* place on top of other elements. set a higher value if nessessary */
		z-index:10000;
		margin-top:-1px;
		width:198px;
		padding:2px;
		background-color:#fff;
		font-size:11px;
		border:1px solid #ccc;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-moz-box-shadow: 0 0 15px #666;
		-webkit-box-shadow: 0 0 15px #666;
	}

	/* head. contains title, prev/next month controls and possible month/year selectors */
	#calhead
	{
		padding:2px 0;
		height:22px;
	}

	#caltitle
	{
		font-size:14px;
		color:#0150D1;
		float:left;
		text-align:center;
		width:155px;
		line-height:20px;
		text-shadow:0 1px 0 #ddd;
	}

	#calnext, #calprev
	{
		display:block;
		width:20px;
		height:20px;
		background:transparent url("./../images/jqueryTools/prev.gif") no-repeat scroll center center;
		float:left;
		cursor:pointer;
	}

	#calnext
	{
		background-image:url("./../images/jqueryTools/next.gif");
		float:right;
	}

	#calprev.caldisabled, #calnext.caldisabled
	{
		visibility:hidden;
	}

	/* year/month selector */
	#caltitle select
	{
		font-size:10px;
	}

	/* names of the days */
	#caldays
	{
		height:14px;
		border-bottom:1px solid #ddd;
	}

	#caldays span
	{
		display:block;
		float:left;
		width:28px;
		text-align:center;
	}

	/* container for weeks */
	#calweeks
	{
		background-color:#fff;
		margin-top:4px;
	}

	/* single week */
	.calweek
	{
		clear:left;
		height:22px;
	}

	/* single day */
	.calweek a
	{
		display:block;
		float:left;
		width:27px;
		height:20px;
		text-decoration:none;
		font-size:11px;
		margin-left:1px;
		text-align:center;
		line-height:20px;
		color:#666;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	}

	/* different states */
	.calweek a:hover, .calfocus
	{
		background-color:#ddd;
	}

	/* sunday */
	a.calsun
	{
		color:red;
	}

	/* offmonth day */
	a.caloff
	{
		color:#ccc;
	}

	a.caloff:hover
	{
		background-color:rgb(245, 245, 250);
	}

	/* unselecteble day */
	a.caldisabled
	{
		background-color:#efefef !important;
		color:#ccc	!important;
		cursor:default;
	}

	/* current day */
	#calcurrent
	{
		background-color:#498CE2;
		color:#fff;
	}

	/* today */
	#caltoday
	{
		background-color:#333;
		color:#fff;
	}
	/* DateInput */


	/* SCROLLABLE */
	.scrollable
	{
		/* required settings */
		position:relative;
		overflow:hidden;
		width: 663px;
		height: 180px;
		/* custom decorations */
		border:1px solid #ccc;
		background:url("./../images/jqueryTools/h300.png") repeat-x;
		margin: 0 auto 10px auto;
	}

	.vertical
	{
		width: 248px;
	}

	/*
		root element for scrollable items. Must be absolutely positioned
		and it should have a extremely large width to accomodate scrollable items.
		it"s enough that you set the width and height for the root element and
		not for this element.
	*/
	.scrollable .items
	{
		/* this cannot be too large */
		width:20000em;
		position:absolute;
		clear:both;
	}

	.scrollable .items div
	{
		float:left;
		width:663px;
	}

	/* single scrollable item */
	.scrollable img
	{
		float:left;
		margin: 10px 11px 10px 10px;
		background-color:#fff;
		padding:2px;
		border:1px solid #ccc;
		width: 105px;
		height: 155px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}

	.vertical img
	{
		margin: 10px 6px;
	}

	/* active item */
	.scrollable .active
	{
		border:2px solid #000;
		position:relative;
		cursor:default;
	}

	/* this makes it possible to add next button beside scrollable */
	.scrollable
	{
		float:left;
	}

	/* prev, next, prevPage and nextPage buttons */
	a.browse
	{
		background:url("./../images/jqueryTools/hori_large.png") no-repeat;
		display:none;
		width:30px;
		height:30px;
		float:left;
		margin:40px 10px;
		cursor:pointer;
		font-size:1px;
	}

	/* right */
	a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
	a.right:hover 		{ background-position:-30px -30px; }
	a.right:active 	{ background-position:-60px -30px; }


	/* left */
	a.left				{ margin-left: 0px; }
	a.left:hover  		{ background-position:-30px 0; }
	a.left:active  	{ background-position:-60px 0; }

	/* up and down */
	a.up, a.down
	{
		background:url("./../images/jqueryTools/vert_large.png") no-repeat;
		float: none;
		margin: 10px 50px;
	}

	/* up */
	a.up:hover  		{ background-position:-30px 0; }
	a.up:active  		{ background-position:-60px 0; }

	/* down */
	a.down 				{ background-position: 0 -30px; }
	a.down:hover  		{ background-position:-30px -30px; }
	a.down:active  	{ background-position:-60px -30px; }


	/* disabled navigational button */
	a.disabled
	{
		visibility:hidden !important;
	}
	/* SCROLLABLE */
	
	/* CSS3 Focus Effects for Input and Textarea */
	input, textarea
	{
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
	  transition: border linear 0.2s, box-shadow linear 0.2s;
	}

	input:focus, textarea:focus
	{
	  border-color: rgba(82, 168, 236, 0.8);
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	  outline: 0;
	  outline: thin dotted \9;
	  /* IE6-9 */
	}

	input[type="file"]:focus,
	input[type="radio"]:focus,
	input[type="checkbox"]:focus,
	select:focus
	{
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	  outline: thin dotted #333;
	  outline: 5px auto -webkit-focus-ring-color;
	  outline-offset: -2px;
	}

	.ui-sorttable{list-style-type: none; margin: 0; padding: 0;}
	.ui-sorttable li { margin: 3px; padding: 5px; font-size: 1.2em; height: 1.5em; float: left; width: 250px; font-size: 11px; cursor: move;}
	.ui-sorttable li input{vertical-align: middle;}
	html>body .ui-sorttable li { height: 1.5em; line-height: 1.2em; }
	.ui-state-highlight { height: 1.5em; line-height: 1.2em; }
	
	.ui-autocomplete
	{
		max-height: 500px;
		width: 600px !important;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
		/* add padding to account for vertical scrollbar */
		padding-right: 20px;
		z-index: 1000000 !important;
		zoom: 1 !important;
		font-size: 11px !important;
	}

	.ui-tabs .ui-tabs-nav li a { font-size: 10px !important;}
	.ui-widget-header{background: none !important; border: 0 !important; border-bottom: 1px solid #ccc !important;}

	code
	{
		color: #000;
		padding: 0 3px 1px 3px;
		border: 0;
		vertical-align: baseline;
		font-size: 11px;
		font-family: Pragmata, Menlo, "DejaVu LGC Sans Mono", "DejaVu Sans Mono", Consolas, "Everson Mono", "Lucida Console", "Andale Mono", "Nimbus Mono L", "Liberation Mono", FreeMono, "Osaka Monospaced", Courier, "New Courier", monospace;
	}
	
	.ui-autocomplete-loading { background: white url("./../images/ajax/fb_ajax-loader.gif") right center no-repeat; padding-right: 5px;}