/* ************************************* */
/* Common styles for the theme           */
/* ************************************* */

/* Normal, standard links. */
a:link
{
	color: #476C8E;
	text-decoration: none;
}
a:visited
{
	color: #476C8E;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* set a fontsize that will look the same in all browsers. */
body
{
	font: 95%/90% Verdana, Helvetica, sans-serif;
	background: #F4F4F4;
	margin: 0;
	padding: 0;
	
}

/* use dark grey for the text, leaving black for headers etc */
body, td, th , tr
{
	color: #444444;
}

/* lets give all forms zero padding/margins */
form
{
	padding: 0px;
	margin: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
	border: none;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* By default set the color on these tags as black. */
h1, h2, h3, h4, h5, h6, h7
{
	color: black;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

/* No image should have a border when linked. */
a img
{
	border: 0;
}

/* No lines around buttons in Firefox! */
a
{
	outline: none;
}

/* Reset all lists. */
ul, ul li
{
	padding: 0;
	margin: 0;
	list-style: none;
}

/* We can define lists to be lists tho! */
ul.normallist
{
	padding-left: 2em;
}

ul.normallist li
{
	list-style: disc;
}

/* ************************************* */
/* Some handy custom classes             */
/* ************************************* */

.floatright
{
	float: right;
}
.floatleft
{
	float: left;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 0.8em;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 0.85em;
}
.normaltext
{
	font-size: 1em;
}
.largetext
{
	font-size: 1.4em;
}

/* This style will make sure all headers use the same padding throughout. */
.headerpadding
{
	padding: 0.5em;
}
/* smaller padding used in paragraphs, sections etc */
.smallpadding
{
	padding: 0.2em;
}
/* larger padding used in paragraphs, sections etc */
.largepadding
{
	padding: 0.7em;
}

/* A small space to the next section. */
.marginbottom
{
	margin-bottom: 1em;
}
/* On the top too. */
.margintop
{
	margin-top: 1em;
}
/* remove bold/italic styles */
span.plainstyle
{
	font-weight: normal;
	font-style: normal;
}
/* float a list horizontally */
ul.horizlist
{
	width: 100%;
}
ul.horizlist li
{
	float: left;
	padding: 0.2em 0.4em 0.2em 0.4em;
	vertical-align: top;
}
/* make a inline-list */
ul.nolist li
{
	display: inline;
}
/* Helping style to clear floated items. */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
	display: inline-block;
	
}

/* Hides from IE-mac. \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac. */

/* ************************************* */
/* Some specific SMF elements            */
/* ************************************* */

/* A quote, perhaps from another post. */
blockquote
{
	color: #000000;
	border: 1px solid #000000;
	border-top: 0px;
	margin: 0px;
	margin-left: 5px;
	margin-right: 20%;
	padding: 5px;
	font-size: small;
	line-height: 1.4em;
	background: #F3F7FE;
	overflow: auto;
}

/* A code block - maybe even PHP ;). */
.code, code
{
	border: 1px solid #000000;
	border-top: 0px;
	margin: 0px;
	margin-left: 5px;
	margin-right: 20%;
	padding: 5px;
	font-size: small;
	background: #F3F7FE;
	overflow: auto;
	/* Put a nice border around it. */
	white-space: nowrap;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
	display: block;
}

code
{
	line-height: 1em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-size: small;
	padding: 5px;
	margin-left: 5px;
	margin-right: 20%;
	
	background: url(images/titlebg.png) repeat-x;
	border: 1px solid black;
}

.quoteheader a
{
	color: #000000;
	text-decoration: underline;
}

.codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-size: small;
	padding: 5px;
	margin-left: 5px;
	margin-right: 20%;
	background: url(images/tcc4_blog_listback.png) repeat-x;
	border: 1px solid black;
}

/* For links to change the code stuff... */
.codeoperation
{
	font-weight: normal;
}

/* Styling for BBC tags */
.bbc_color a
{
	color: inherit;
}

.bbc_img
{
	border: 0;
}

.bbc_list
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2em;
}

.bbc_list li
{
	list-style: disc;
}

.bbc_list li li
{
	list-style: circle;
}

.bbc_size
{
	line-height: 1.3em;
}

.bbc_table
{
	font: inherit;
	color: inherit;
}

.bbc_table td
{
	font: inherit;
	color: inherit;
	vertical-align: top;
}

.bbc_u
{
	text-decoration: underline;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* A more discreet highlight colour, for selected membergroups etc. */
.highlight2
{
	background-color: #B3F4B0;
	color: black;
}

/* ************************************* */
/* Real common classes                   */
/* ************************************* */

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
	color: #000000;
	background-color: #ECEDF3;
	color: #000000;
	background: url(images/eagle_darkfade.png) #EFEDED repeat-x;
}
.windowbg2
{
	color: #000000;
	background-color: #F6F6F6;
	color: #000000;
	background: url(images/eagle_lightfade.png) repeat-x #FFFFFF;
	
}
.windowbg3
{
	color: #000000;
	background-color: #E0E1E8;
	color: #000000;
	background: url(images/eagle_lightfade.png) repeat-x #FFFFFF;
}
.windowbg4
{
	color: #000000;
	background: url(images/eagle_lightfade.png) repeat-x #FFFFFF;
}

.windowbg_solved
{
	color: #000000;
	background: url(images/eagle_solvedgrad.png) #D4F8CA repeat-x;
}

/* Color for background of posts requiring approval */
.approvebg
{
	color: #000000;
	background-color: #F6E0D4;
}
/* Color for background of *topics* requiring approval */
.approvetbg
{
	color: #000000;
	background-color: #FFD47F;
}

/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, #credits h3
{
	color: black;
	font-style: normal;
	background: url(images/titlebg.png) #47a6ff repeat-x;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg3, tr.titlebg3 th, tr.titlebg3 td
{
	color: white;
	font-style: normal;
	background: url(images/titlebg3.png) #47a6ff repeat-x;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg3, .titlebg3 a:link, .titlebg3 a:visited
{
	font-weight: bold;
	color: white;
	font-style: normal;
	padding: 5px;
}

.leftcolumnlink
{
	font-size: x-small;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
	
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers. */
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: url(images/catbg.png) #88A6C0 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg.png) #A1BFD9 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #375576;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}

.catbg_solved
{
	background: url(images/eagle-catbg-solved.png) #A1BFD9 repeat-x;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #ADADAD;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #696969;
	background-color: #FFFFFF;
}

.tborder2
{
	padding: 0px;
	border: 1px solid #696969;
	background-color: #FFFFFF;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	overflow: auto;
	line-height: 1.3em;
	width: 100%;
	display:
}

.postarea .post
{
	
	float: left;
}
/* add a visual divider between subject and post */
.post .inner
{
	padding-top: 0.7em;
	border-top: solid 1px #888;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	clear: right;
	padding: 1em 0 3px 0;
	border-top: solid 1px #888;
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}

/* Messages that somehow need to attract the attention. */
.alert
{
	color: red;
}

/* Calendar colours for birthdays, events and holidays */
.birthday
{
	color: #920AC4;
}

.event
{
	color: #078907;
}

.holiday
{
	color: #000080;
}

/* Colours for warnings */
.warn_mute
{
	color: red;
}

.warn_moderate
{
	color: orange;
}

.warn_watch
{
	color: green;
}

a.moderation_link, a.moderation_link:visited
{
	color: red;
	font-weight: bold;
}

.openid_login
{
	background: white url(images/openid.gif) no-repeat;
	padding-left: 18px;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 0.4em;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

#ajax_in_progress a
{
	color: white;
	text-decoration: underline;
	font-size: smaller;
	float: right;
}

/* ************************************* */
/* Buttons and menus                     */
/* ************************************* */

.buttonlist ul, .buttonlist_bottom ul
{
	background: url(images/maintab_first_prev.png) no-repeat bottom left;
	padding-left: 10px;
}
.buttonlist ul li, .buttonlist_bottom ul li
{
	margin: 0;
	padding: 0;
	display: inline;
}
.buttonlist ul li a, .buttonlist ul li a:visited, .buttonlist_bottom ul li a, .buttonlist_bottom ul li a:visited
{
	float: left;
	display: block;
	color: white;
	font-size: 0.8em;
	font-family: tahoma, sans-serif;
	text-transform: uppercase;
}
.buttonlist ul li a:hover, .buttonlist_bottom ul li a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
.buttonlist ul li a span, .buttonlist_bottom ul li a span
{
	background: url(images/maintab_back.png) repeat-x bottom left;
	display: block;
	padding: 0.1em 0.5em 0.5em 0.5em;
}
.buttonlist ul li a.active, .buttonlist_bottom ul li a.active
{
	background: url(images/maintab_last_prev.png) no-repeat bottom right;
	padding-right: 8px;
}
.buttonlist ul li a.active span em, .buttonlist_bottom ul li a.active span em
{
	padding: 0.1em 0.5em 0.5em 0.5em;
	display: block;
	font-style: normal;
	background: url(images/maintab_back.png) repeat-x bottom right;
}
.buttonlist ul li a.active span, .buttonlist_bottom ul li a.active span
{
	background: url(images/maintab_first_prev.png) no-repeat bottom left;
	padding: 0 0 0 8px;
}
.buttonlist ul li a span.last, .buttonlist_bottom ul li a span.last
{
	background: url(images/maintab_last_prev.png) no-repeat bottom right;
	padding: 0.1em 1.5em 0.5em 0.5em;
}

/* For links that are basically submit buttons. */
.buttonlist_submit
{
	background: transparent;
	color: white;
	text-transform: uppercase;
	vertical-align: top;
	text-decoration: none;
	font-size: 9px;
	font-family: tahoma, sans-serif;
	border: 0;
}

.buttonlist_submit:hover
{
	color: #e0e0ff;
}

/* ..for the "bottom" menu */
.buttonlist_bottom ul
{
	background: url(images/mirrortab_first.png) no-repeat top left;
}
.buttonlist_bottom ul li a span
{
	padding: 0.5em 0.5em 0.1em 0.5em;
	background: url(images/mirrortab_back.png) repeat-x top left;
}
.buttonlist_bottom ul li a.active
{
	background: url(images/mirrortab_last.png) no-repeat top right;
}
.buttonlist_bottom ul li a.active span em
{
	background: url(images/mirrortab_back.png) repeat-x top right;
}
.buttonlist_bottom ul li a.active span
{
	background: url(images/mirrortab_first.png) no-repeat top left;
}
.buttonlist_bottom ul li a span.last
{
	padding: 0.5em 1.5em 0.1em 0.5em;
	background: url(images/mirrortab_last.png) no-repeat top right;
}
/* the old type of menu, with images */
.oldbuttonlist
{
	text-align: right;
	padding: 0.5em;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}

/* These are for the auto suggest floating div type thing. */
.auto_suggest_div
{
	border: 1px solid #505050;
	position: absolute;
	font-size: .7em;
}

/* An auto suggest item */
.auto_suggest_item
{
	background-color: #FAFAFA;
	padding: 2px;
}

/* hovered auto suggest item */
.auto_suggest_item_hover
{
	background: url(images/autosuggest_back.gif) repeat-x;
	background-color: #7897B4;
	padding: 2px;
	cursor: pointer;
	color: white;
}

/* Custom classes for the Dynamic Memberlist mod */
.mlist_table
{
    width: 100%; 
    max-width: 1193px;	
	margin-top: 10px;	
}
.mlist_table a:link, .mlist_table a:visited
{
    text-decoration: none;
}
.mlist_table a:hover
{
    text-decoration: blink;
}
.underline a:hover
{
    text-decoration: underline;
}
.mlist_blocks
{
    background: url(images/memberlist_bg.gif ) center center no-repeat; 
	width: 169px; 
	height: 280px; 
	float: left; 
	text-align: center;
	padding: 6px 0 0 0;
}
.mlist_header
{
    height: 21px; 
	max-width: 145px; 
	background: none;
    padding: 13px 0 0 0;	
	margin: 0 13px 0 13px;
	font-weight: bold;
	overflow: hidden;
}
.mlist_avatar
{
    height: 150px; 
	width: 125px;
	margin: 6px 22px 7px 22px;
	overflow: hidden;
}
.mlist_group
{
    width: 139px;
	margin: 0 15px 0 15px;	
	overflow: hidden;
	height: 17px;
}
.mlist_details, .mlist_icons
{
    width: 125px;
	margin: 0 22px 3px 22px;
}



/* Custom classes for the Dynamic Memberlist mod */
.mlist_table
{
    width: 100%; 
    max-width: 1193px;	
	margin-top: 10px;	
}
.mlist_table a:link, .mlist_table a:visited
{
    text-decoration: none;
}
.mlist_table a:hover
{
    text-decoration: blink;
}
.underline a:hover
{
    text-decoration: underline;
}
.mlist_blocks
{
    background: url(images/memberlist_bg.gif ) center center no-repeat; 
	width: 169px; 
	height: 280px; 
	float: left; 
	text-align: center;
	padding: 6px 0 0 0;
}
.mlist_header
{
    height: 21px; 
	max-width: 145px; 
	background: none;
    padding: 13px 0 0 0;	
	margin: 0 13px 0 13px;
	font-weight: bold;
	overflow: hidden;
}
.mlist_avatar
{
    height: 150px; 
	width: 125px;
	margin: 6px 22px 7px 22px;
	overflow: hidden;
}
.mlist_group
{
    width: 139px;
	margin: 0 15px 0 15px;	
	overflow: hidden;
	height: 17px;
}
.mlist_details, .mlist_icons
{
    width: 125px;
	margin: 0 22px 3px 22px;
}



/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last
{

	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;

}
.maintab_back, .maintab_active_back
{
	text-decoration: none;
	vertical-align: middle;
}
.maintab_first
{
	padding: 0;
	margin: 0;
	background: url(images/maintab_first_prev.png) no-repeat bottom left;
	padding-left: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.png) repeat-x bottom left; 
	padding-bottom: 0px; 
}
.maintab_last
{
	background: url(images/maintab_last_prev.png) no-repeat bottom right;
	padding: 8px;
	padding-top: 9px;
	padding-bottom: 11px;
}
.maintab_active_first
{
	background: url(images/maintab_back.png) no-repeat bottom left;
	padding: 0 0 0 8px;
}
	
.maintab_active_back
{
	background: url(images/maintab_back.png) repeat-x bottom left;  
	padding-top: 0px;
	padding-bottom: 0px;
}
.maintab_active_last
{
	background: url(images/maintab_back.png) no-repeat bottom right;
	padding-right: 6px;
	padding-bottom: 0px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited
{
	color: white;
	text-transform: uppercase;

}

.maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	text-decoration: none;
	color: #AAAAAA;

}

#usercptgl, #joincptgl, #admincptgl
{
	display: none;
  position: absolute;
  line-height: 1.2;
  font-size: 12px;
  font-weight: normal;
  visibility: visible;
}

#usercptgl div, #joincptgl div, #admincptgl div
{
	top: 60px;
}

#joina
{
	color: #009900;
}

#logina
{
	color: #3300FF;
}

#loginb
{
	color: #990000;
}

#logina:hover, #joina:hover, #loginb:hover
{
	cursor: pointer;
	text-decoration: none;
}

.cp_titleb
{
	background: #5886b4 url(images/catbg.png);
	padding: 4px 5px 4px 5px;
	color: white;
	font-size: 14px;
	font-weight: 600;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.cp_titleb_cl
{
	background: url("images/close.png"); no-repeat;
	width: 17px;
	
}

.cp_header
{
	background: #f9f9f9;
	padding: 2px 2px 2px 2px;
	color: black;
	font-size: 13px;
	font-weight: 600;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-right: 1px solid black;
	border-bottom: 1px dashed black;
}
.cp_section
{
	background: #f9f9f9;
	padding: 2px 2px 2px 2px;
	color: black;
	font-size: 12px;
	font-weight: 300;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

ul.PMCE {
list-style:none;
margin:0;
padding:0;
}
	
ul.PMCE * {margin:0; padding:0}
ul.PMCE a {display:block; color:#FFF; text-decoration:none; margin:0; padding:0}
ul.PMCE li {position:relative; float:left; margin-right:0px; margin:0; padding:0}
ul.PMCE ul {position:absolute; top:21px; left:-20; background:#d1d1d1; display:none; opacity:0; list-style:none}
ul.PMCE ul li {position:relative; border:1px solid #000; border-top:none; width:180px; margin:0}
ul.PMCE ul li a {display:block; padding:3px 7px 5px; background-color: #666666;}
ul.PMCE ul li a:hover {background-color: #333333;}
ul.PMCE ul ul {left:180px; top:-1px}
ul.PMCE .menulink {border:1px solid #aaa; padding:5px 7px 7px; font-weight:bold; background:url(images/header.gif); width:134px}
ul.PMCE .menulink:hover, ul.menu .menuhover {background:url(images/header_over.gif)}
ul.PMCE .sub {background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat}
ul.PMCE .topline {border-top:1px solid #aaa}

.tcc4effect_boxes
{
	background: url(images/tcc4-boxes.png) no-repeat right bottom transparent;
}
.tcc4effect_cube
{
	background: url(images/tcc4effect_cube.png) no-repeat left top transparent;
}
.tcc4effect_phoenixlogo
{
	background: url(images/tcc4effect_phoenixlogo.png) no-repeat left top transparent;
}
.tcc4effect_io
{
	background: url(images/tcc4effect_io.png) repeat-y right top transparent;
}	

.blog_div_list
{
	width: 100%;
	display: inline-table;
}
.blog_div_list2
{
	background: url(images/eagle_lightfade.png) repeat #FFFFCC;
	width: 100%;
	display: inline-table;
	border-bottom: 1px solid #94cbff;
	
}

.blog_div_list3
{
	background: url(images/tcc4_bgshine.png) repeat #FF8080;
	width: 100%;
	display: inline-table;
	border-bottom: 1px solid #94cbff;

	
}

.blog_create_header
{
	background: url(images/tcc4_blog_listback.png) repeat-x #edf1f6; /* #fbfaac;*/
	border: 1px solid black;
	display: table;
	width: 100%;
	padding: 5px;
	font-weight: bold;
}

.blog_create_img
{
	background: url(images/blogs/blogadd.png) no-repeat left center;
	width: 84px;
	height: 64px;
	table-layout: fixed;
	float: left;
}

.blog_sets_header
{
	background: url(images/tcc4_blog_listback.png) repeat-x #edf1f6; /* #fbfaac;*/
	border: 1px solid black;
	display: table;
	width: 100%;
	padding: 5px;
	font-weight: bold;
}

.blog_sets_img
{
	background: url(images/earth_send.png) no-repeat left center;
	width: 84px;
	height: 64px;
	table-layout: fixed;
	float: left;
}

.blog_create_formtbl
{
	display: table;
}

.blog_create_formval
{
	width: 200px;
	min-height: 25px;
	float: left;
	vertical-align: top;
	text-align: left;
	padding: 5px;
}
.blog_bttn
{
	background: url(images/rightarrow_2_16.png) no-repeat;
	padding-bottom: 5px;
	margin-top: 5px;
	padding-left: 20px;
	border-bottom: 1px solid #CCCCCC;
}
.blog_ifo
{
	padding-bottom: 5px;
	margin-top: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.HP_B
{
	background: url(images/tcc4_blog_listback.png) repeat-x #edf1f6; /*#ffdc50; */ /* #fbfaac;*/
	width: 100%;
}

.tcc-logobg
{
	background: url(images/TCC-CUBE.png) no-repeat left;
	padding-left: 110px;
	height: 111px;
}
.checkbg
{
	background: url(images/apply.png) no-repeat center bottom;
	
	min-height: 100px;
	padding: 10px;
	padding-bottom: 100px;
	

	
}
.infobg
{
	background: url(images/info.png) no-repeat left top;
	
	min-height: 100px;
	padding: 10px;
	padding-left: 110px;
}
.groupbg
{
	background: url(images/group.png) no-repeat left top;
	
	min-height: 100px;
	padding: 10px;
	padding-left: 110px;
}
.contribbg
{
	background: url(images/db-add.png) no-repeat left top;
	
	min-height: 100px;
	padding: 10px;
	padding-left: 110px;
}
.adduserbg
{
	background: url(images/add_user.png) no-repeat left top;
	
	min-height: 100px;
	padding: 10px;

	padding-left: 110px;
}
.pwbg
{
	background: url(images/start.png) no-repeat left top;
	
	min-height: 64px;
	padding-left: 70px;
}

.tbl4
{
	display: table-cell;
	padding: 20px;
}
.itbg
{
	background: url(images/server.png) no-repeat left center;
	
	min-height: 64px;
	padding-left: 70px;
	
}
.prbg
{
	background: url(images/exec.png) no-repeat left center;
	
	min-height: 64px;
	padding-left: 70px;
	
}
.csbg
{
	background: url(images/demo.png) no-repeat left center;
	
	min-height: 64px;
	padding-left: 70px;
	
}
.elbg
{
	background: url(images/power.png) no-repeat left center;
	
	min-height: 64px;
	padding-left: 70px;
	
}
.admnbg
{
	background: url(images/admin100.png) no-repeat left top;
	
	min-height: 100px;
	padding: 10px;
	padding-left: 110px;
}

.cbg
{
	background: url(images/group64.png) no-repeat left center;
	
	min-height: 64px;
	padding-left: 70px;
	
}
.conbg
{
	background: url(images/contribute.png) no-repeat left center;
	
	min-height: 64px;
	padding-left: 70px;
	
}
.prbg
{
	background: url(images/personalize.png) no-repeat left center;
	
	min-height: 64px;
	padding-left: 70px;
	
}
.gtbg
{
	background: url(images/forward.png) no-repeat left center;
	
	min-height: 64px;
	padding-left: 70px;
	
}
.reg_auth
{
	background: url(images/lock-100.png) no-repeat left center;
	
	min-height: 100px;
	
	padding-left: 100px;
}


.reg_othr
{
	background: url(images/editcopy-100.png) no-repeat left center;
	
	min-height: 100px;
	
	padding-left: 100px;
}

.reg_adusr
{
	
	background: url(images/add_user.png) no-repeat left top;
	
	min-height:100px;
	
	padding-left: 100px;
}

.linktreek
{
	font-size: 14px;
	font-weight: bolder;
	background-position: left;
	padding-left: 22px; 
	background: url(images/kudos.png) no-repeat;
	height: 20px;
}

.linktrees
{
	font-size: 14px;
	font-weight: bolder;
	background-position: left;
	padding-left: 22px; 
	background: url(images/subscriptions.png) no-repeat;
	height: 100%;
}


#blog_title
{
	background-image:url(images/form_bg.jpg);
	background-repeat:repeat-x;

	padding-left: 30px;
	
	border:1px solid #d1c7ac;
	height: 30px;
	font-size: 25px;
	width: 99.5%;
	
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
}

#blog_tag
{
	background:#FFFFFF url(images/tag.png) no-repeat 4px 4px;
	padding-left: 30px;
	
	border:1px solid #d1c7ac;
	height: 30px;
	font-size: 25px;
	width: 97%;
	
	color:#333333;
	padding:3px;
	padding-left: 35px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
}

div#comment, div#adsearch, div#movesn, div#sn_cm, div#rejsn, div#unapsn /* these are for js hide/show divs.... */
{
	display: none;
}

.copywrite
{
	font-size: inherit;
	padding: 0px;
	display: run-in;
	font-size: small;
}

.checkfade
{
	background: #FFFFFF url(images/checkfade.png) no-repeat center center;
}
.mul li
{
	list-style: disc;
	list-style-position:outside;
	margin-left: 20px;
}



/* SNIPPETS */
#snippet_main ul li, #snippet_help ul li, #snippet_latest ul li, #snippet_catlist div div
{
	list-style: disc;
	list-style-position:outside;
	margin-left: 20px;
}

#snippet_catlist div div
{
	padding-bottom: 10px;
	padding-top: 5px;
}

#snippet_catlist div
{
	margin: -10px;
	margin-top: 0px;
	padding-right: 10px;
}

.sn_b
{
	background-color: #FCF8F5;
}
.sn_a
{
	background-color: #FCF8F5;
}

.sc_b
{
	background-color: #EBF2F8;
}
.sc_a
{
	background-color: #F4F4F4;
}

.sc_a, .sc_b
{
	border: 1px dashed gray;
}

#sn_cmttable tr th
{
	height: 20px;
}

.snippetblock
{
	background: url(images/rightarrow_2_16_leftmargin.png) no-repeat center left #EBF2F8;
	padding: 8px;
	padding-left: 25px;
	padding-top: 6px;
	margin-bottom: 3px;
	border: 1px solid gray;
}

#snippet_latest
{
	background: url(images/fileopen-100.png) no-repeat right bottom;
}

#snippet_main
{
	background: url(images/) no-repeat right bottom;
}	

#snippet_search2
{
	background: url(images/viewmag-48.png) no-repeat right center;
	padding: 10px;
}

.snippetimp
{
	padding: 5px;
	background-color: #FFFFCC;
	border-top: 1px solid gray;
}

.snippetadm
{
	padding: 5px;
	background-color: #FFCECF;
	border-top: 1px solid gray;
}

.snippetcode, .snippetcode2
{
	padding: 0px;
	background-color: #EBF2F8;
	border: 1px solid gray;
	height: 300px;
	overflow: auto;
	font-size: 13px;
	max-width: 800px;
}

.snippetcode2
{
	height: 150px;
}

.snippetcopy
{
	padding: 5px;
	margin-left: 30px;
	margin-top: 10px;
	
	background-color: #EBF2F8;
	border: 1px dashed gray;
	border-bottom: 0px;
}

.sn_nalist, .sn_nalist a
{
	color: #CC0000;
}

.sn_nabl
{
	background: url(images/cancel-16-mg.png) no-repeat center left #FFE4E4;
}
.sn_unbl
{
	background: url(images/cancel-16-mg.png) no-repeat center left #FFD7AE;
}

#snippet_warn
{
	background: #FFE4E4;
	
}

#snippet_warn #wn1
{
	font-size: 25px;
}

#snippet_warn #imgd
{
	background: url(images/warn.png) no-repeat center center;
	height: 48px;
	width: 48px;
}

#subsnt tr td span
{
	width: 150px;
	display: block;
}

#snad tr th
{
	background: #CCCCCC;
}

#snad tr th, #snad tr td
{
	padding: 5px;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

#rejsnip, #appsnip
{
	background: #66FF99 url(images/tcc4_bgsnine.png) repeat-x;
	border: 1px solid black;
	cursor: pointer;
}

#rejsnip:hover, #appsnip:hover
{
	background-color: #FFFF99;
}

#rejsnip
{
	background-color: #990000;
	margin-right: 20px;
}

.discul li
{
	list-style: disc;
	list-style-position:outside;
	margin-left: 20px;
}


.menudrops_bg
{
	display: none;
	margin-top: 11px;
	background: url(images/eagle-menugrad.png) repeat-x #0089fd;
	padding: 10px;
	padding-right: 40px;
	border: 1px solid #0067BE;
	border-top: 1px dashed #0067BE;
	color: #FFFFFF;
	z-index: 1000;
	max-height: 400px;
	overflow: auto;
	max-width: 300px;
}

.answerbutton, .nanswerbutton
{
	margin-left: 20px;
	margin-top: -22px;
	border: 1px solid #808080;
	border-bottom: 0;
	padding: 5px;
	display: table;
	background: url(images/eagle-catbg-solved.png) repeat-x #0089fd;
}
.nanswerbutton
{
	background: url(images/catbg.png) repeat-x #0089fd;
}
.answerbutton a, .answerbutton a:hover, .nanswerbutton a, .nanswerbutton a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}



/* stuff for the 1st time welcome box */
.black_overlay{
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 175%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: block;
	position: absolute;
	top: 10%;
	left: 25%;
	width: 50%;
	min-width: 500px;
	padding: 0;
	border: 1px solid gray;
	background-color: white;
	z-index:1002;
	overflow: auto;
}


/* Styles for the registration section.
------------------------------------------------------- */
.register_error
{
	border: 1px dashed red;
	padding: 5px;
	margin: 0 1ex 1ex 1ex;
}
.register_error span
{
	text-decoration: underline;
}


/* Styles for the login areas.
------------------------------------------------------- */
.login
{
	width: 540px;
	margin: 0 auto;
}
.login dl
{
	overflow: auto;
	clear: right;
}
.login dt, .login dd
{
	margin: 0 0 0.4em 0;
	width: 44%;
	padding: 0.1em;
}
.login dt
{
	float: left;
	clear: both;
	text-align: right;
	font-weight: bold;
}
.login dd
{
	width: 54%;
	float: right;
	text-align: left;
}
.login p
{
	text-align: center;
}


/* Display left-side profile information */
.unblock
{
	width: 150px;
	border: 1px solid #bbc4e0;
	background: url(images/plus_16.png) no-repeat center right #E5F1FF;
	background-position: 95% center;
	padding: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.unblock a
{
	color: #000000;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.unout #drop
{
	display: none;
	position: absolute;
	background: url(images/eagle-lightfade.png) repeat-x #d6e0ff;
	border: 1px solid #bbc4e0;
	margin-top: -1px;
	padding: 7px;
	width: 150px;
	font-size: 7pt;
}
.unblock:hover
{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
.unout:hover #drop
{
	display: block;
}

.dsbutton
{
	background: url(images/eagle-lightfade.png) repeat-x #E5F1FF;
	display: inline;
	margin-right: 2px;
	margin-top: 5px;
}
.dsbutton a
{
	background: no-repeat center right #E5F1FF;
	background-position: 5px center;
	border: 1px solid #bbc4e0;
	padding: 5px 7px;
	padding-left: 24px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.dsbutton a:hover
{
	text-decoration: none;
	background-color: #FFFFFF;
}
