
A:visited {
	COLOR: #000000; TEXT-DECORATION: none; font-size : 11px;
	}
A:link {
	COLOR: #333333; TEXT-DECORATION: none; font-size : 11px;
	}
A:hover {
	COLOR: #cccccc; TEXT-DECORATION: bold; font-size : 11px;
	}
A:active {
	COLOR: #666666; TEXT-DECORATION: none; font-size : 11px;
	}


.Buttons {
	BORDER-RIGHT: #666666 1px inset; BORDER-TOP: #000000 1px inset; FONT-SIZE: 11px; 
	BACKGROUND-IMAGE: url(box_shadow.gif);
	BORDER-LEFT: #000000 1px inset; COLOR: #000000; BORDER-BOTTOM: #666666 1px inset; FONT-FAMILY: Arial; 
}

.cell {
	BORDER-RIGHT: 1px solid Black; BORDER-TOP: 1px solid Black; FONT-WEIGHT: normal; FONT-SIZE: 11px; BORDER-LEFT: 1px solid Black; COLOR: white; BORDER-BOTTOM: 1px solid Black; FONT-FAMILY: Arial; HEIGHT: 20px; BACKGROUND-COLOR: #A66B2E;
   padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom : 0;
}

.cellover{
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-WEIGHT: normal; FONT-SIZE: 11px; BORDER-LEFT: #000000 1px solid; COLOR: #000000; BORDER-BOTTOM: #000000 1px solid; FONT-FAMILY: Arial;
	background: #ffffff;
	color: black;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-repeat: repeat-x;
	BACKGROUND-IMAGE: url(../images/box_shadow.gif);
	
}

.Fields {
	BORDER-RIGHT: #000000 1px inset; BORDER-TOP: #000000 1px inset; BORDER-BOTTOM: #000000 1px inset; BORDER-LEFT: #000000 1px inset; FONT-SIZE: 11px;
	color: #ffffff;
	background: black;
	filter: alpha(opacity=90);
   
}

.Form {
     MARGIN-TOP: 0px;
     MARGIN-BOTTOM: 0px
	 }
	 
.headline {
	BORDER-RIGHT: 1px solid Black; BORDER-TOP: 1px solid Black; FONT-WEIGHT: normal; FONT-SIZE: 11px; BORDER-LEFT: 1px solid Black; COLOR: black; BORDER-BOTTOM: 1px solid Black; FONT-FAMILY: Arial; 
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: #ffffff;
	
	}
	
	
		/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003 Frederico Caldeira Knabben
 *
 * Licensed under the terms of the GNU Lesser General Public License
 * (http://www.opensource.org/licenses/lgpl-license.php)
 *
 * For further information go to http://www.fredck.com/FCKeditor/ 
 * or contact fckeditor@fredck.com.
 *
 * fck_editor.css: Styles used by the editor structure (toolbar, etc).
 *
 * Authors:
 *   Frederico Caldeira Knabben (fckeditor@fredck.com)
 */

BODY, TD, SELECT, INPUT
{
	font-size: 11px;
	font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}

SELECT, INPUT
{
	vertical-align: middle;
}

.Toolbar
{
	background-color: #ffffff;
    BACKGROUND-IMAGE: url(../images/box_shadow_dgray.gif);
	color: Black;

}

.ButtonOut
{
	filter: alpha(opacity=100);
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-left: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
    BACKGROUND-IMAGE: url(../images/box_shadow.gif);
}

.ButtonOver
{
    filter: alpha(opacity=80);
    BACKGROUND-COLOR: #ffffff;
	border-right: #000000 0px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 0px solid;

}

.ButtonOff
{
	filter: gray() alpha(opacity=30);
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #ccccccc 1px solid;
	border-bottom: #cccccc 1px solid;
    BACKGROUND-IMAGE: url(../images/box_shadow.gif);
}

.ButtonHidden
{
	visibility: hidden;
}

.EditorBody
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

.EditorArea
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	height: 100%;
}	 

.buttons-out {
	filter: alpha(opacity=40);
    BACKGROUND-IMAGE: url(../images/box_shadow_dgray_opp.gif);
}

.buttons-over {
	filter: alpha(opacity=80);
    BACKGROUND-IMAGE: url(../images/box_shadow_dgray_opp.gif);
}

.redbox{
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000  1px solid; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #000000  1px solid; COLOR: #ffffff; BORDER-BOTTOM: #000000  1px solid; FONT-FAMILY: Arial;
	background: red;
	color: white;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.greenButton {
	BORDER-RIGHT: #000000  1px solid; BORDER-TOP: #000000  1px solid; BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000  1px solid; FONT-SIZE: 14px;
	BACKGROUND-IMAGE: url(../images/box_shadow_mehndi_opp.gif);
	color: black;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.orangeButton {
	BORDER-RIGHT: #000000  1px solid; BORDER-TOP: #000000  1px solid; BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000  1px solid; FONT-SIZE: 14px;
	BACKGROUND-IMAGE: url(../images/orange_mxmania.gif);
	color: black;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.blueButton {
	BORDER-RIGHT: #000000  1px solid; BORDER-TOP: #000000  1px solid; BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000  1px solid; FONT-SIZE: 14px;
	BACKGROUND-IMAGE: url(../images/blue_mxmania.gif);
	color: black;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}
	 
.whitebox {
	BORDER-RIGHT: 1px solid Black; BORDER-TOP: 1px solid Black; FONT-WEIGHT: normal; FONT-SIZE: 11px; BORDER-LEFT: 1px solid Black; COLOR: black; BORDER-BOTTOM: 1px solid Black; FONT-FAMILY: Arial; 
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: #ffffff;
	}