/* Normal, standard links. */
a:link
{
	color: #a8dbfe;
	text-decoration: none;
}
a:visited
{
	color: #a8dbfe;
	text-decoration: none;
}
a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	text-decoration: none;
}
a.nav:hover
{
	text-decoration: underline;
}
/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	font-size: small;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #99CCFF;
	background-image: url(images/mainpage.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	margin: 0px;
	padding: 2px 0px 8px 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
		  background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	margin: 1px;
	padding: 1px;
	font-size: 13px;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	font-family: "courier new", "times new roman", monospace;
	font-size: 13px;
	line-height: 1.3em;
	/* Put a nice border around it. */
	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
{
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	font-weight: bold;
}

/* 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
{
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	font-style: normal;
}

/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	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
{
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	text-decoration: none;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.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;
}


/* 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.png) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.png) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.png) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.png) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.png) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.png) 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: a8dbfe;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #ffffff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: #a8dbfe;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: #a8dbfe;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.png) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.png) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.png) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.png) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.png) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.png) no-repeat;
	width: 8px;
}

/* 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
{
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/* Ravishu Theme*/
.maindiv
{
	border-left: 1px solid #751a75;
	border-right: 1px solid #751a75;
	border-bottom: 2px solid #751a75;
	background: #FAFCFF;
}

.topbar
{
	background: #6699CC url(images/topbar.gif) repeat-x;
}
.mainpage
{
	background: #000000 url(images/mainpage.gif) repeat;
}


.topbar2
{
	background: #99CCFF url(images/topbar2.gif) repeat-x;
}
.menubar
{
	background: #6699CC url(images/menubar.gif) repeat-x;
	color: #FFFFFF;		
}
.menubg , tr.menubg td
{
	background: #6699CC url(images/menubar.gif) repeat-x;
	color: #FFFFFF;
}

.menubg2 , tr.menubg2 td
{
	background: #336699 url(images/menubarSelected.gif) repeat-x;
	color: #FFFFFF;
}
.menubg a:link, .menubg a:visited , .menubg2 a:link, .menubg2 a:visited 
{
	color: #FFFFFF;
}
.menubg a:hover, .menubg2 a:hover
{
	color: #E0E0FF;
}

.memberbardiv
{
	background: transparent url(images/memberbar.gif) repeat-x;
}
.memberbardivbottom
{
	background: transparent url(images/memberbar2.gif) repeat-x;
}

.memberbar, tr.memberbar td
{
}
.memberbar a:link, .memberbar a:visited 
{
	color: #336699;
}
.memberbar a:hover
{
	color: #0099FF;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #2de2c0;
}
a.nav:hover
{
	color: #ffffff;
}

/* Tables should show empty cells. */
table
{
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #f0c3ff;
}

/* The main body of the entire forum. */
body
{
	background: #000000 url(images/mainpage.gif) repeat;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #f0c3ff;
		  background-color: transparent;
}
input, button
{
		  color: #f0c3ff;
}

textarea
{
	color: #f0c3ff;
		  background-color: #451045;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
		  background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	color: #a8dbfe;
		  background-color: #451045;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	color: #7d277d;
	background-color: #7d277d;
}


/* A quote, perhaps from another post. */
.quote
{
	color: #f0c3ff;
	background-color: transparent;
	border: 1px solid #fb1111;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #f0c3ff;
	background-color: transparent;
	/* Put a nice border around it. */
	border: 1px solid #fb1111;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #f0c3ff;
}


/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
}
/* The new icon */

.newicon a:link, .newicon a:visited
{
		  background-color: transparent;
		  border: #fb1111 1px solid;
		  color: #f0c3ff;
}

/* Alternating colored backgrounds for several sections of the forum. */
.windowbg
{
	color: #f0c3ff;
	background: url(images/windowbg.gif) repeat-x;
	background-color: #4b114b;
}
.windowbg2
{
	color: #f0c3ff;
	background: url(images/windowbg2.gif) repeat-x;
	background-color: #451045;
}
.windowbg3
{
	color: #f0c3ff;
	background: url(images/windowbg3.gif) repeat-x;
	background-color: #4b114b;
}
/* Alternating backgrounds for posts. */
.postbg
{
	color: #f0c3ff;
	background: url(images/postbg.gif) repeat-x;
	background-color: transparent;
}
.postbg a:visited
{
	color: #80ccfe;
	text-decoration: none;
}
.postbg2
{
	color: #f0c3ff;
	background: url(images/postbg2.gif) repeat-x;
	background-color: transparent;
}
a.postbg2.visited:
{
	color: #80ccfe;
	text-decoration: none;
}
.postbg3
{
	color: #f0c3ff;
	background: url(images/postbg3.gif) repeat-x;
	background-color: transparent;
}
a.postbg3.visited:
{
	color: #80ccfe;
	text-decoration: none;
}
.recaptchabg
{
	color: #f0c3ff;
	background-color: white;
}
/* the today container in calendar */
.calendar_today
{
	color: #faebff;
	background: transparent url(images/calendar_today.png) repeat-x;
}

/* 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
{
	color: black;
	background-color: #751a75;
	background-image: url(images/titlebg.gif);
	background-repeat: repeat-x;
	border-bottom: solid 1px #751a75;
	border-top: solid 0px #FFFFFF;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	color: black;
}

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

.titlebg2 a:hover
{
}
.titlebg3, tr.titlebg3 th, tr.titlebg3 td
{
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(images/titlebg.gif);
	background-repeat: repeat-x;
}

/* 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-image: url(images/catbg.gif);
	background-color: #751a75;
	color: #000000;
}
.catbg2 , tr.catbg2 td
{
	background-image: url(images/catbg.gif);
	background-color: #751a75;
	color: #000000;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 0px #375576;
	background-repeat: repeat-x;
}
.catbg, .catbg2
{
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	color: #000000;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #000000;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #ffffff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: transparent;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #751a75;
	background-color: transparent;
}



/* 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: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

/* 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: #a8dbfe;
	font-size: 12px;
	font-weight: bold;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: #a8dbfe;

}
.mirrortab_back, .mirrortab_active_back
{
	color: #a8dbfe;
}




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

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #ffffff;
}

.mainstrip, .mainstrip_first, .mainstrip_last
{
	color: #a8dbfe;
}

.mainstrip a:link , .mainstrip a:visited
{
	color: #a8dbfe;
}

.mainstrip a:hover, .mainstrip a:hover
{
	color: #ffffff;
}
/* The AJAX notifier */
.ajax_in_progress
{
	background: transparent url(images/loading.gif) repeat-x;
	color: white;
}