/* @override 
	http://tiger:8888/workspace/smf/Themes/rt_smf_internetgazette/style.css?rc2
	http://tiger:8888/workspace/smf/Themes/rt_smf_internetgazette/style.css?rc3
*/

/* 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;
}

/* 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;
}

/* the today container in calendar */
.calendar_today
{
}

td.windowbg img, td.windowbg2 img
{
	margin-right: 1ex;
}

tr.windowbg2 td,
tr.windowbg td {
	padding: 4px;
}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
table.nopad .titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	font-size: 100%;
	font-weight: bold;
	padding: 4px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
}

.titlebg a:hover
{
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
}

.titlebg2 a:hover
{
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext,
td.smalltext div
{
text-transform: uppercase;
	font-size:  11px;
	font-weight:  normal;
	text-transform: none;
}

td.smalltext {
	text-align: left;
}

.middletext
{
  line-height: 18px;
  text-indent: 10px;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* 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;
}

.mainbody h3{
	margin-bottom: 1ex;
	font-size: 140%;
 }

.leftbox{
	padding: 2px 8px 8px 4px;
}
#useropts
{
	margin: 0;
	list-style: none;
	padding-left: 1ex;
}

#leftmenu{
	border-right: solid 1px #d0d0d0;
	padding: 6px 10px 10px 10px;
}
#mainmenu
{
	padding-left: 10px;
}

.maintab_back, .mirrortab_back
{
	border: solid 1px #d0d0d0;
	background: #fdfdfd;
	padding: 4px;
}

/* versatility only stuff */

span.pathway a {
	margin: 0;
}

span.pathway img {
	margin: 0;
	padding: 0;
}

.showcasesmf {
	width: 100%;
}

.showcasesmf td {

	width: 50%;
}

div.avatar {
  float: left;
}

div.profile_info {
  margin-left: 80px;
}

div.moduletable.center {
  text-align: center;
  margin: 20px 0;
}

td.postbuttons a {
  margin: 0;
  padding: 0;
}

td.postbuttons img {
  margin: 0;
  padding-right: 0px;
}

a.collapse_expand img {
	vertical-align: middle;
	margin-right: 5px;
}

td.smalltext {
	font-weight: normal;
}

td.smalltext img {
	margin-left: 10px;
	margin-top: 2px;
}

#smf_menu{
	overflow: auto;
	padding: 1em;
	border: solid 1px #d0d0d0;
}
#smf_menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#smf_menu ul li{
	margin: 0;
	float: left;
}
#smf_menu ul li a{
	display: inline;
	margin: 0.5em;

}



.catbg3 a {

}

table.nospace .catbg,
table.nospace .catbg2,
table.nospace .catbg td,
table.nospace .catbg2 td,
table.nospace tr.catbg div {
	text-transform: uppercase;
	font-family: "Arial Narrow", "Helvetica Neue Bold Condensed", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height:24px;
	padding-top: 2px;
}

table.nospace tr.catbg td,
table.nospace .catbg2 td,
table.nospace td.catbg,
table.nospace td.catbg2 {
	padding: 3px;
}

.catbg a,
.catbg2 a {
	font-weight: bold;
}

div.tborder2 .bordercolor {
	border: 0;
}

/* dark */
div.dark hr.hrcolor {
	height: 1px;
	background: #d8d8c8;
	border: 0;
	overflow: hidden;
}

div.dark .catbg {
	background: url(images/catbg_dark.png) 0 0 repeat-x;

}

div.dark .catbg2 {
	background: url(images/catbg2_dark.png) 0 0 repeat-x;
}

div.dark .bordercolor {
	border: 1px solid #d2d2c3;
}

div.dark .tborder {
	border: 1px solid #d2d2c3;
}

div.dark .windowbg2 {
	background: #f9f7e6;
	padding: 6px;
}

div.dark .windowbg {
	background: #fffff2;
	padding: 6px;
}

div.dark .titlebg {
	background: #e9e9d8;
	padding: 6px;
	font-weight: bold;
}

/* light */
div.light hr.hrcolor {
	height: 1px;
	background: #efefef;
	border: 0;
	overflow: hidden;
}

div.light .catbg {
	background: url(images/catbg_light.png) 0 0 repeat-x;

}

div.light .catbg2 {
	background: url(images/catbg2_light.png) 0 0 repeat-x;
}



div.light .bordercolor {
	border: 1px solid #efefef;
}

div.light .tborder {
	border: 1px solid #efefef;
}

div.light .windowbg2 {
	background: #f4f4f4;
	padding: 6px;
}

div.light .windowbg {
	background: #fafafa;
	padding: 6px;
}

div.light .titlebg {
	background: #efefef;
	padding: 6px;
	font-weight: bold;
}

/* pga */
div.pga hr.hrcolor {
	height: 1px;
	background: #d8d8c8;
	border: 0;
	overflow: hidden;
}

div.pga .catbg {
	background: url(images/catbg_dark.png) 0 0 repeat-x;

}

div.pga .catbg2 {
	background: url(images/catbg2_dark.png) 0 0 repeat-x;
}

div.pga .bordercolor {
	border: 1px solid #d2d2c3;
}

div.pga .tborder {
	border: 1px solid #d2d2c3;
}

div.pga .windowbg2 {
	background: #f9f7e6;
	padding: 6px;
}

div.pga .windowbg {
	background: #fffff2;
	padding: 6px;
}

div.pga .titlebg {
	background: #e9e9d8;
	padding: 6px;
	font-weight: bold;
}

/* beige */

div.beige hr.hrcolor {
	height: 1px;
	background: #efefef;
	border: 0;
	overflow: hidden;
}

div.beige .catbg {
	background: url(images/catbg_beige.png) 0 0 repeat-x;

}

div.beige .catbg2 {
	background: url(images/catbg2_beige.png) 0 0 repeat-x;
}

div.beige .bordercolor {
	border: 1px solid #e4e4db;
}

div.beige .tborder {
	border: 1px solid #e4e4db;
}

div.beige .windowbg2 {
	background: #f6f6f1;
	padding: 6px;
}

div.beige .windowbg {
	background: #fbfbfa;
	padding: 6px;
}

div.beige .titlebg {
	background: #efefe9;
	padding: 6px;
	font-weight: bold;
}


