/***********************\
    Document elements
\***********************/

body, table		{font-family:verdana, arial, sans-serif;
				font-size:8pt;}

img				{border:0px;}


fieldset		{border:0px;
				margin:0px;}

input, select	{border:1px solid black;
				width:150px;
				font-size:8pt;
				margin-bottom:2px;}
select			{width:60px;}

textarea		{border:1px solid black;
				font-family:verdana;
				font-size:8pt;}

p				{margin:3px;
				margin-bottom:5px;}
p:hover			{background:#ededed;}

a				{font-family:verdana, arial, sans-serif;
				font-size:8pt;
				text-decoration:none;
				color:#993322;}
a:visited		{color:#993322;}
a:hover			{text-decoration:underline;}

/***********************\
          Classes
\***********************/

.code			{font-family:monospace;
				padding-left:3px;
				color:#4444dd;}

.header			{font-family:arial, sans-serif;
				font-size:13pt;
				font-weight:bold;
				margin-bottom:10px;}

.button			{background:#ccc;
				font-family:verdana;
				font-size:8pt;}

.error			{color:red;
				margin-bottom:5px;}

.bold			{font-weight:bold;}

.dark_row		{background:#f0f0f0;}
.light_row		{background:#dfdfdf;}

.italic			{font-style:italic;}

.menu_header		{background:#ededed;
					padding:3px;
					font-weight:bold;
					font-size:8pt;}


.question			{font-family:verdana, sans serif;
					font-size:8pt;
					font-weight:bold;
					margin-bottom:20px;}

.answer				{font-family:verdana, sans serif;
					font-size:8pt;
					margin-left:20px;
					margin-top:5px;
					font-weight:normal;
					font-style:italic;}

.extra_info			{font-family:arial, sans serif;
					font-size:10pt;
					font-style:italic;}

.spacer				{clear:both;}

/***********************\
         Uniques
\***********************/
#container #main_box	{float:right;}

#container #menu		{float:left;}

#container				{width:790px;
						padding:5px;
						background:#fafafa;
						border:2px solid #aaaaaa;
						margin-left:auto;
						margin-right:auto;}

html>body #container	{width:780px;} /* IE fix */

#announce				{color:red;
						font-size:12pt;
						font-family:arial, sans serif;
						margin-bottom:10px;
						background:white;
						border:1px solid #cccccc;
						font-weight:bold;}

#menu					{vertical-align:top;
						width:130px;
						border:1px solid #cccccc;
						background:white;
						text-align:left;}

#menu2					{border-right:2px solid black;
						padding:10px;
						text-align:right;
						vertical-align:top;
						height:200px;
						width:100px;}

#main_box				{width:640px;
						border:1px solid #cccccc;
						padding:3px;
						background:white;
						text-align:left;
						overflow:auto;}

html>body #main_box		{width:635px;} /* IE fix */


#copy					{margin-bottom:5px;
						margin-left:auto;
						margin-right:auto;
						border:1px solid #cccccc;
						background:white;
						font-style:italic;
						font-size:7pt;
						padding:3px;
						text-align:center;}
#copy a					{font-size:7pt;}

#logo					{padding:3px;
						margin-bottom:5px;
						border:1px solid #cccccc;
						background:white;}

#code					{margin-bottom:20px;}
#filter_desc			{margin-bottom:20px;}
#ieIsFuckedUp			{text-align:center;} /* Fix IE fuckups */