/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #6699FF;
}

body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

a:link 		{ color: #FFFFFF; text-decoration: none; }
a:hover 	{ color: #FFFFFF; text-decoration: underline; }
a:active	{ color: #FFFFFF; text-decoration: none; }
a:visited	{ color: #FFFFFF; text-decoration: none; }

a.navlinks:link 	{ color: #F63800; font-size: 12px; text-decoration: none; }
a.navlinks:hover 	{ color: #6699FF; font-size: 12px; text-decoration: underline; }
a.navlinks:active	{ color: #FDA409; font-size: 12px; text-decoration: none; }
a.navlinks:visited	{ color: #F63800; font-size: 12px; text-decoration: none; }

a.gamelinks:link 	{ color: #F63800; font-size: 12px; font-weight: bold; text-decoration: underline; }
a.gamelinks:hover 	{ color: #6699FF; font-size: 12px; font-weight: bold; text-decoration: none; }
a.gamelinks:active	{ color: #FDA409; font-size: 12px; font-weight: bold; text-decoration: underline; }
a.gamelinks:visited	{ color: #F63800; font-size: 12px; font-weight: bold; text-decoration: underline; }

a.titlelinks:link 		{ color: #F63800; font-size: 16px; font-weight: bold; text-decoration: none; }
a.titlelinks:hover 		{ color: #6699FF; font-size: 16px; font-weight: bold; text-decoration: underline; }
a.titlelinks:active		{ color: #F63800; font-size: 16px; font-weight: bold; text-decoration: none; }
a.titlelinks:visited	{ color: #F63800; font-size: 16px; font-weight: bold; text-decoration: none; }

/*a:link		 { color: #FF0000; text-decoration: none; }
a:visited 	{ color: #FF0000; text-decoration: none; }
a:hover 	{ color: #6699FF; text-decoration: underline; }
a:active 	{ color: #6699FF; text-decoration: none; }*/


.Box_Title {	
	font-family: Arial;
	font-weight: bold;
	color: #000066;
	font-size: 16px;
}

.Box_Title_Sub {	
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.Game_Title {	
	font-family: Arial;
	font-weight: bold;
	color: #F63800;
	font-size: 12px;
}

.Title	{ color: #F63800; font-size: 16px; font-weight: bold; text-decoration: none; }

.Header_txt { font-size: 18px; color: #000066; font-weight: bold; }
.Subheader_txt { font-size: 13px; color: #FFFFFF; font-weight: bold; }
.SubSubheader_txt { font-size: 10px; color: #FFFFFF; font-weight: bold; }


.Email_txt { font-size: 14px; color: #FFFFFF; }

.BodyHeader_txt { font-size: 16px; color: #012BA3; font-weight: bold; }
.Body_txt { font-size: 12px; color: #012BA3; }

.Header_Lft	{ color: #000066; font-size: 12px; font-weight: bold; }


.style4 {color: #FDA409; font-weight: bold; font-size: 12px;}
.style6 {font-size: 12px}
.style7 {color: #FF3002}
.style9 { font-weight: bold; font-size: 14px; color: #FFFFFF; }
.style14 {color: #FF0000; font-size: 18px; font-weight: bold;}
.style15 {font-size: 12px; color: #FF0000;}
.style16 {color: #3399FF}
.style17 {font-size: 14px}

/*----------------------\
| Accordian Menu Styles |
\----------------------*/

.arrowlistmenu{
width: 160px; /*width of accordion menu*/
background: white;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: #F63800;
background: white;
padding: 3px; /*header text is indented 10px*/
border-left: 1px solid #c17a02; 
border-top: 1px solid #c17a02; 
border-right: 1px solid #c17a02; 
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: #F3F3F3;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0 10px 0 45px;
border-left: 1px solid #c17a02; 
border-top: 1px solid #c17a02; 
border-right: 1px solid #c17a02; 
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #F63800;
background: white url(http://www.learninggamesforkids.com/images/arrowbullet.png) no-repeat top left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-size: 12px;
}

.arrowlistmenu ul li a:visited{
color: #F63800;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #6699FF;
}

/*--------------------------\
| End Accordian Menu Styles |
\--------------------------*/