/* Normal, standard links. */
a:link
{
	color: #217FBD;
	text-decoration: none;
}
a:visited
{
	color: #217FBD;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: none;
}

a.delicious_link {
    background-image: url('http://templora.com/_content/system/delicious.small.gif');
    background-repeat: no-repeat;
	padding-left: 15px;	
}


/* Top Navigation */
.top_ad
{
	background: url(images/header/header_04.jpg) no-repeat;
	width: 481px;
	height: 96px;
}
.top_nav
{
	background: url(images/header/header_05.jpg) no-repeat;
	width: 900px;
	height: 32px;
        text-align: center;
        color: #ccc;
}
.top_nav a, .top_nav a:link, .top_nav a:visited
{
	color: #ccc;
	text-decoration: none;
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
}
.top_nav a:hover 
{
	color: #ffffff;
}



/* Navigation links - for the link tree. */
.nav, a.nav:link, a.nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #ffffff;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #666666;
	font-size: 11px;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #E5E5E8;
	margin: 0px;
	padding: 12px 30px 4px 30px;
}

/* 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
{
}

/* 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;
}

/* No image should have a border when linked */
a img{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}
.codediv
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: 11px;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* 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;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	background-color: #ffffff;
}
.windowbg2
{
	color: #000000;
	background-color: #F9F9F9;
}
.windowbg3
{
	color: #000000;
	background-color: #E0E1E8;
}
/* 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, .catbg3, tr.catbg3 td
{
	color: #ffffff;
	font-style: normal;
	background: #627E94 url(images/titlebg.jpg) repeat-x;
}
.catbg3 a:link, .catbg3 a:visited
{
	color: #ffffff;
}

.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
}

.titlebg a:hover
{
	color: #ffffff;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
}

.titlebg2 a:hover
{
	color: #ffffff;
}

/* 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*/
.mbg, tr.mbg td
{
	color: #ffffff;
	font-weight: bold;
        height: 35px;
	background: #627E94 url(images/titlebg.jpg) repeat-x;
}
.mbg a:link, .mbg a:visited
{
	color: #ffffff;
	font-weight: bold;
}

.catbg , tr.catbg td
{
	color: #ffffff;
	font-style: normal;
	background: #627E94 url(images/titlebg.jpg) repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	color: #ffffff;
	font-style: normal;
	background: #627E94 url(images/titlebg.jpg) repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2
{
	border-bottom: solid 1px #375576;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
}
.catbg a:hover, .catbg2 a:hover
{
	color: #ffffff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background:#E3E3E3;
	padding-top:0px;
      padding-bottom:0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 0px;
	border: 1px solid #cccccc;
	background-color: transparent;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 10px;
	font-family: tahoma, sans-serif;
}
.normaltext, .middletext
{
	font-size: 11px;
}
.largetext
{
	font-size: 14px;
}
.pagetext, .pagetext a, .pagetext a:link
{
      color: #333333;
	font-size: 11px;
}
.pagetext a:hover
{
color: #000000;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error{
	color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 6px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) right bottom no-repeat;
	width: 1px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 1px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat right;
	width: 1px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 1px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 1px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 1px;
}

/* 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;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
body {
	background-color:#3D3D3D;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:left;
	color:#666666;
}
.bodyarea
{
padding: 10px;
width: 900px;
background: #DDE5EA;
}
.footer
{
vertical-align: middle;
color: #E3E3E3;
text-align:left;
background: url(images/footer.jpg) repeat-x;
height: 112px;
}
.footer a, .footer a:link, .footer a:visited
{
color: #E3E3E3;
font-size: 8pt;
font-family: Tahoma;
text-decoration: none;
}
.footer a:hover
{
color: #ffffff;
}

.navbar
{
padding-right: 20px;
padding-left: 20px;
font-weight: bold;
text-align:left;
color: #e3e3e3;
font-size: 8pt;
font-family: Tahoma;
background: url(images/index_05.jpg) no-repeat;
width: 970px;
height: 29px;
}
.navbar a, .navbar a:link, .navbar a:visited
{
padding-left: 20px;
padding-right: 20px;
color: #cccccc;
}
.navbar a:hover
{
color: #ffffff;
}
a.navlink
{
color: #E3E3E3;
font-size: 8pt;
font-family: Tahoma;
font-weight: bold;
text-decoration: none;
padding-left: 20px;
padding-right: 20px;
}
a.navlink:hover
{
color: #ffffff;
}
.panel
{
border: 1px solid #ccc;
}
.gcat
{
	text-align:left;
background-color:#DDE5EA;
background-image:url(sidenavh1.gif);
background-repeat:repeat-x;
border-bottom:1px solid #ccc;
height:25px;
padding:10px 0px 0px 10px;
font-weight:bold;
color:#000066;
}
.content
{
	text-align:left;
background-color: #E7E7E7;
padding: 5px 0px 5px 0px;
}

.tutbody {
	text-align:left;
background-color: #fff;
  padding: 5px;	
}

.bcat, tr.bcat
{
	text-align:left;
background-color:#0073AB;
background-image:url(images/bcat.jpg);
background-repeat:repeat-x;
border-bottom:1px solid #ccc;
height:25px;
padding:10px 0px 0px 10px;
font-weight:bold;
color:#ffffff;
}
tr.bcat td, .bcat a, .bcat a:hover, .bcat a:link, .bcat a:visited
{
font-weight:bold;
color:#ffffff;
}

div#col_left 
{
float:left;
width:175px;
overflow:hidden;
}
div#col_mid 
{
float:left;
width:512px;
overflow:hidden;
}
div#col_top1
{
float:left;
width:495px;
margin-left:8px;
margin-bottom:8px;
overflow:hidden;
}
div#col_top2
{
float:left;
width:245px;
margin-left:8px;
margin-bottom:8px;
overflow:hidden;
}
div#mainbod
{
text-align: left;
float:left;
margin-left:8px;
width:695px;
overflow:hidden;
}
div#col_right 
{
float:left;
margin-left:8px;
width:175px;
overflow:hidden;
}

a.menulink
{
background-image:url(images/menuback.gif);
background-position: 5% center;
text-decoration: none;
background-repeat:no-repeat;
background-color:#F9F9F9;
display:block;
padding:5px 5px 5px 25px;
font-size:11px;
border-bottom:1px solid #ECECEC;
border-right:1px solid #ECECEC;
margin-bottom:1px;
}
a.menulink:link, a.menulink:visited, a.menulink:active {
color:#828282;
}
a.menulink:hover {
color:#333333;
background-color: #F4F4F4;
}
.submenu1
{
text-decoration: none;
color:#333333;
background-color:#F9F9F9;
display:block;
padding:5px 5px 5px 5px;
font-size:11px;
border-bottom:1px solid #ECECEC;
border-right:1px solid #ECECEC;
margin-bottom:1px;
}
.submenu2
{
text-decoration: none;
color:#333333;
background-color:#F4F4F4;
display:block;
padding:5px 5px 5px 5px;
font-size:11px;
border-bottom:1px solid #ECECEC;
border-right:1px solid #ECECEC;
margin-bottom:1px;
}
.type_text
{
width: 400px;
}
.type_textarea
{
width: 630px;
height: 300px;
font-family: 'Courier New', monospace;
font-size:12px;
}
.excerpt
{
width: 630px;
font-family: 'Courier New', monospace;
font-size:12px;
}
.submitform
{
align: center;
}

.teaser {
   padding: 5px;
   margin-bottom: 0px;
}

.odd {background-color: #F9F9F9;
border-bottom: 1px solid #ECECEC;}
.even {background-color: #F7F7F7;
border-bottom: 1px solid #ECECEC;}

.teaser odd {background-color: #F9F9F9;
border-bottom: 1px solid #ECECEC;}
.teaser even {background-color: #F7F7F7;
border-bottom: 1px solid #ECECEC;}

.teaser p {
   padding:0px;
   margin: 0px;
}

.teaser .ttitle {

   font-size: 14px;
}

.teaser img {
   border: 1px solid #AAA;
   margin: 0px 5px 5px 0px;
}

.teaser .ratestar, .ratestar {
   margin: 0px 3px 0px 0px;
   border: 0px;	
}
.captimg {
   border: 0;
}


/* Tutorial view style*/

.tutorialinfo {
   padding-bottom: 5px;
   margin-bottom: 0px;
   border-bottom: 1px solid #000;
}

.tutorialinfo p {
   padding: 0px;
   margin: 0px;
}

.tutorialinfo .ttitle {
   font-size: 23px;
}

.bb_button {
   background-image: url(images/bbc/bbc_bg.gif);
   margin: 1px 2px 1px 1px;
   width:23px;
   height:22px;
}
.uinfo
{
background-color: #ffffff;
border: 1px solid #E7E7E7;
height: 20px;
padding-top: 5px;
}
.afftext
{
background-color: #EBF4FA;
border: 1px solid #000000;
}
.affbut
{
background-color: #68AF07;
color: white;
font-weight: bold;
}
.postbit
{
border:1px solid #E7E7E7;
background:#fff;
padding:2px;
margin:1px 0 1px 0;
}

/* Graficon Styles*/
.head1
{
width: 100%;
padding-top: 3px;
padding-bottom: 3px;
background-color: #e7e7e7;
border: 1px solid #EAEAEA;
color: #666666;
font-size: 15px;
text-align: center;
font-weight: bold;
}
.para1
{
padding: 4px;
font-size: 11px;
}
.memberlink
{
font-size: 15px;
font-weight: bold;
}
.prizes
{
padding: 4px;
border: 1px solid #e7e7e7;
font-size: 13px;
font-weight: bold;
}

.frontlist {
	width: 100%;
	background-color: #f9f9f9;
}

.frontlist .flheader td{
	padding: 5px 3px 5px 3px;
	font-weight:bold;
	text-align:center;	
}

.frontlist .flcol {
	padding: 5px;
	vertical-align:top;
	width:33%;
}

.frontlist .flcol2 {
	padding: 5px;
	vertical-align:top;
	width:33%;
	text-align:center;
}

.frontlist p {
	margin: 5px;
        padding: 0;
}



.gentext
{
color: #666666; 
font-family: Verdana;
width:80px;
font-size:10px;
border:1px solid #cccccc;
padding:2px;
}
.genlab
{
padding: 3px 10px 3px 3px;
font-weight: bold;
font-size: 14px;
}
#itemimg {

}
.regtext
{
color: #666666; 
font-family: Verdana;
width:150px;
font-size:14px;
border:1px solid #666;
font-weight: bold;
padding:5px;
}

.template_list th {
	text-align:left;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}
.template_list td {
	text-align:right;	
	border-bottom: 1px solid #eee;
	padding-left: 3px;
}
.template_list_img {
	padding:3px;
	border: 1px solid #ddd;
	width:100px;
	height:100px;
}
.tpl_list_title {
  margin:4px 0px 4px 0px;
  font-size: 14px;
  font-weight: bold;
}
.template_view {
  float:left;
}

.template_view th, .template_view td {
  font-size: 13px;
}
