@charset "utf-8";
/* CSS Document */

html, body 				{ 	font-size:14px; 
							font-family: 'Raleway', sans-serif;
							line-height:25px;
							background: url(/images/bg_gradient.png) repeat-x 0 0, url(/images/stripes_bg.gif) repeat 0 0; background-color: #D1DAE0;
						}
						

table, caption, tbody, tfoot, thead, tr, th, td, div 
							{
								border: 0;
								margin: 0;
								padding: 0;
								vertical-align: baseline;
							}						
						
						
						
						
/* MAIN DIV WRAPPER */
.main_div_wrapper		{
							margin:0 auto; 
							width:964px; 
							border:thin solid #999;
							display:table;
							background-color:#FFFFFF;
						}


/* MAIN TEXT TITLE */
.main_title 			{
							color: #666666; /* Purple: #327ac5 */
							font-size: 26px;
							height: 70px;
							line-height: 32px;
							margin-left: 150px;
						}

						
/* Index Page */



/* Test Styles */
.top_nav_spacing		{	/*display: inline-table;*/ 
							padding: 0px 0px 0px 0px;
							margin: 0px 0px 0px 50px;				
						}
						
.row_padding			{	padding: 5px;
						
						}						
						


/* Welcome Page Button */

.begin_test_button			{
							color:#FFFFFF; 
							background-color:#a65a5b; /* #327ac5*/
							padding:10px; 
							font-weight:bolder; 
							width:225px;
							cursor: pointer;
							margin-left:auto; 
							margin-right:auto;
							text-align:center;
							border-radius:5px;
						}							

.begin_test_button:hover	{
							color:#FFFFFF; 
							background-color:#7a3336;  /* #947bba*/
							padding:10px;
							font-weight:bolder;
							width:225px;
							cursor: pointer;
							margin-left:auto;
							margin-right:auto;
							text-align:center;
							border-radius:5px;
						}							
						


/* Welcome Input */

.mode_radio				{
							border: 1px solid #000000;
							font-family: Arial;
							font-size: 16px;
							height: 23px;
							text-decoration: none;
							text-indent: 7px;						
						}

/* Welcome Page - clear all answers */

.clear_answers_button			{
							color:#FFFFFF; 
							background-color:#4A929B; 
							padding:10px; 
							font-weight:bolder; 
							width:225px;
							cursor: pointer;
							margin-left:auto; 
							margin-right:auto;
							text-align:center;
							border-radius:5px;
						}							

.clear_answers_button:hover	{
							color:#FFFFFF;
							background-color:#58AFBA;
							padding:10px;
							font-weight:bolder;
							width:225px;
							cursor: pointer;
							margin-left:auto;
							margin-right:auto;
							text-align:center;
							border-radius:5px;
						}	


/* Practice Test Buttons - next / back */
						
.button					{	 
							border: 1px solid #006;
							background: #a65a5b;  /*#327ac5*/
							color:#FFFFFF;
							font-weight:bold;
							width:122px;
							padding:7px;
							height:35px;
							border-radius: 5px 5px 5px 5px;							
	
						}	

.button:hover					{	 
							border: 1px solid #006;
							background: #7a3336; /*#947BBA*/
							color:#FFFFFF;
							font-weight:bold;
							width:122px;
							padding:7px;
							height:35px;
							border-radius: 5px 5px 5px 5px;
							cursor:pointer;							
	
						}	
												
.button_end					{	 
							border: 1px solid #006;
							background: #327ac5;
							color:#FFFFFF;
							font-weight:bold;
							width:172px;
							padding:7px;
							height:35px;
						    border-radius: 5px 5px 5px 5px;
							cursor:pointer;								
	
						}							
						



.button_show_answer		{	 
							border: 1px solid #006;
							background: #4A929B;
							color:#FFFFFF;
							font-weight:bold;
							width:122px;
							padding:7px;
							height:35px;
							border-radius: 5px 5px 5px 5px;							
	
						}	

.button_show_answer	:hover	{	 
							border: 1px solid #006;
							background: #58AFBA;
							color:#FFFFFF;
							font-weight:bold;
							width:122px;
							padding:7px;
							height:35px;
							border-radius: 5px 5px 5px 5px;
							cursor:pointer;							
	
						}	

						
.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #ed766b;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ed766b;
	box-shadow:inset 0px 1px 0px 0px #ed766b;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ed2813), color-stop(1, #c73232) );
	background:-moz-linear-gradient( center top, #ed2813 5%, #c73232 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed2813', endColorstr='#c73232');
	background-color:#ed2813;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 37px;
	text-decoration:none;
	text-shadow:1px 1px 0px #c29a97;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c73232), color-stop(1, #ed2813) );
	background:-moz-linear-gradient( center top, #c73232 5%, #ed2813 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c73232', endColorstr='#ed2813');
	background-color:#c73232;
}.classname:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
					