body
{
	font-family:Trebuchet MS;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

A:hover
{
	text-decoration: underline;
}

A
{
	text-decoration: none;
}

H1
{
	font-size: 20px;
	color:#02339C;
	text-align:center;
}

H2
{
	font-size: 16px;
	color:#02339C;
}

H3
{
	font-size: 12px;
	color:#02339C;
}


.System_Check_Title
{
	text-decoration: blink;
}

/* --- Start of Splash Page Styles --- */
.Splash_Page_Body
{
	margin: 0 0 0 0;
	/*background-color: #669ACC;*/
	background-color: #6699FF;
}

.Splash_Page_Main
{
	/* height: 95%; */
}
.Splash_Page_Footer
{
	background-color: #9EBDFE;
	color: #02339C;
	font-size: 12px;
	/* height: 5%; */
}
/* --- End of Splash Page Styles --- */

/* --- Application Styles */
/* --- Application Bar --- */
/* Round corner box for Application Bar */
.roundcont {
	background-color: White;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	/* background: url(http://localhost/vkidz/app/images/top-right.gif) no-repeat top right; */
	background: url(http://www.time4learning.com/app/images/top-right.gif) no-repeat top right; 

}

.roundbottom {
	/*background: url(http://localhost/vkidz/app/images/bottom-right.gif) no-repeat top right; */
	background: url(http://www.time4learning.com/app/images/bottom-right.gif) no-repeat top right; 
}

img.corner {
   width: 11px;
   height: 11px;
   border: none;
   display: block !important;
}

/* Application Bar Table Styles */

.Application_Bar_Body
{
	margin: 0 0 0 0;
}
.Application_Bar_Table
{
	width: 100%;
	background-color: Lime;
	border: none;
	border-collapse:collapse;
	height: 100%;
}

.Application_Bar_Main_Row
{
	background-color:#93b6ff;
}

.Application_Bar_Middle_Row
{
	background-color: #82aaff;
	height: 3px;
}

.Application_Bar_Bottom_Row
{
	background-color: #5189ff;
	height: 7px;
}

.Application_Bar_Timer
{
	font-size: 18px;
	font-family:Berlin Sans FB Demi;
	color:#4040FF;
	text-align:center;
	background-color:#F9BB60;
	border: none;
	width:45px;
	margin: 0px 25px 0px 25px;
}

.Application_Bar_Timer_Text
{
	z-index:auto;
	border: none;
	background-color: #F9BB60;
	width: 37px;
	text-align:right;
}

.Application_Bar_Timer_Cell
{
	background-position: center;
	background-image: url(http://www.time4learning.com/App/Images/timer_circle.jpg);
	background-repeat: no-repeat;
}

.Application_Bar_Activity_Cell
{
	width: 300px;
}

/* --- End of Application Bar Styles --- */

/* Start of Playground Styles */

.Playground_Table_Cell_Odd
{
	text-align:center;
	vertical-align:top;
	background-color:#ffcc99;
	color: #02339C;
	border-color:#5189ff;
	border-width: 3px;
	border-style:dotted;
}

.Playground_Table_Cell_Even
{
	text-align:center;
	vertical-align:top;
	background-color:#ffff99;
	color: #02339C;
	border-color:#5189ff;
	border-width: 3px;
	border-style:dotted;
}


.Playground_Image_Cell
{
	text-align:center;
	/*vertical-align:middle;*/
	color: #02339C;
	padding: 5px 0px 0px 0px;
	margin-left:10px;
}
.Playground_Head_Cell
{
	text-align:center;
	vertical-align:middle;
	color: #02339C
}

/* End of Playground Styles */

/* End of Application Styles */

/* --- Start of Inside Styles --- */

/* --- Menu Bar --- */

.Menu_Button_Cell {
	text-align: center;
	background-color: #FACD72;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}

.Menu_Button_Cell a 
{
	border: solid 1px black;
	display: block;
	padding: 2px;
}

.Menu_Button_Cell a:hover 
{
	border: solid 1px black;
	background-color: #a1c3d4;
	cursor: hand;
	text-decoration:none;
}

.Menu_Button_Cell_Selected {
	text-align: center;
	background-color: #a1c3d4;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}

.Menu_Button_Cell_Selected a 
{
	border: solid 1px black;
	display: block;
	padding: 2px;
}

.Menu_Button_Cell_Selected a:hover 
{
	border: solid 1px black;
	background-color: #a1c3d4;
	text-decoration:none;
	cursor:default;
}

.Sub_Menu_Button_Cell {
	text-align: center;
	background-color: #FACD72;
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
}

.Sub_Menu_Button_Cell a 
{
	border: solid 1px black;
	display: block;
	padding: 0px;
}

.Sub_Menu_Button_Cell a:hover 
{
	border: solid 1px black;
	background-color: #a1c3d4;
	cursor: hand;
	text-decoration:none;
}

.Sub_Menu_Button_Cell_Selected {
	text-align: center;
	background-color: #a1c3d4;
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
}

.Sub_Menu_Button_Cell_Selected a 
{
	border: solid 1px black;
	display: block;
	padding: 0px;
}

.Sub_Menu_Button_Cell_Selected a:hover 
{
	border: solid 1px black;
	background-color: #a1c3d4;
	text-decoration:none;
	cursor:default;
}


.Header_Table
{	
	/*background-color: #90B0FF;*/
	background-color: #93B6FF;	
	width: 100%;
	border-collapse: collapse;
	/*background-image: url(http://www.time4learning.com/images/1_blue_pixel.gif);*/
	/*background-repeat: repeat;*/
}

/* this class is used to define the cell that will hold the menu bar */
.Header_Content_Cell
{
	vertical-align:top;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* this class is used to define the cell that will hold the footer bar */
.Footer_Content_Cell
{
	vertical-align:bottom;
	padding-top: 0px;
	margin-top: 0px;
}

.Footer_Table
{
	width: 100%;
	height: 31px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse:collapse;
}

/* this class is used to define the cell that will hold the page content */
.Content_Cell
{
	height: 100%;
	padding: 20px 20px 20px 20px;
	background-image: url(http://www.time4learning.com/images/time4learning.com_background.jpg);
	background-repeat:repeat;
	/*background-color: Red;*/
}
.Logo_Image
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:50;
}

/* Content */

.Login_Title_Cell
{
	background-color: #0066FF;
	text-align:center;
	color:white;
}

.Sub_Title_Cell
{
	background-color:Navy;
	color:White;
	text-align:center;
}

.Content_Body
{
	background-color: #FACD72;
}

/* Side Bar */

.Side_Table
{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 80px;
	border: none 0px;
	padding: 0px 0px 0px 0px;
	border-collapse:collapse;
	margin: 0px 0px 0px 0px;
}

.Side_Table_Left_Column
{
	width: 175px;
	font-size: 12px;
	vertical-align:top;
	text-align:center;
	background-color:#5189ff;
	height: 100%;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: none 0px;
	border-collapse: collapse;
	position:relative;
	top:0px;
	left:0px;
}

.Side_Table_Content
{
	font-size: 12px;
	text-align:center;
}
.Side_Table_Right_Column
{
	vertical-align:top;
	padding: 20px 20px 20px 20px;
}

.Side_Table_Text_Cell
{
	vertical-align:top;
	text-align:center;
}

/* Testimonials */

.Testimonial_Column_Odd
{
	font-size: 12px;
	background-color:#93b6ff;
	text-align:center;
	padding: 20px 20px 20px 20px;
}

.Testimonial_Column_Even
{
	font-size: 12px;
	background-color:#5189ff;
	text-align: center;
	padding: 20px 20px 20px 20px;
}

.Testimonial_Table
{
	width: 100%;
	height:100%;
	position: absolute;
	left: 0px;
	top: 0px;
	border: none;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
}

/* job page */
.Job_Row
{
	vertical-align:middle;
	text-align:center;
	border-bottom: solid 1px black;
}
.Job_Description_Row
{
	vertical-align:middle;
	text-align:left;
	border-bottom: solid 1px black;
}

.Category_Title
{
	font-size: 28px;
	font-weight: bold;
}

.Left_Page_Content
{
	MARGIN-TOP: 0px; 
	MARGIN-BOTTOM: 0px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px
}

/* --- End of Inside Styles --- */



.MenuButtons a {
	background-color: #e4e4e4;
	padding: 5px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000000;
	/*font-family: Verdana, Helvetica, Arial, sans-serif;*/
	/*font-size: 8px;*/
}

.MenuButtons a:hover 
{
	background-color: #a1c3d4;
	padding: 5px;
	display: block;
	cursor: hand;
	text-align: center;
	text-decoration: none;
	/*font-family: Verdana, Helvetica, Arial, sans-serif;*/
	/*font-size: 8px;*/
}


.Member_Login_Cell a {
	text-align: center;
	background-color: #FACD72;
	border: solid 1px black;
	display: block;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	width: 156px;
}

.Member_Login_Cell a:hover 
{
	background-color: #a1c3d4;
	cursor: hand;
	text-decoration:none;
}

.Menu_Table
{
	/*position:absolute;
	top: 0px;*/
}

.Sub_Menu_Table
{
	/*position:absolute;*/
	/*top: 75px;*/
	width: 75%;
}

.Playground_Text_Cell
{
	height: 29px;
}

.Playground_Text_Cell a {
	text-align: center;
	background-color: #FACD72;
	display: block;
	padding: 6px;
	font-size: 16px;
	font-weight: bold;
	width: 245px;
	height: 100%;
	border-color: Silver;
	border-width: 3px;
	border-style: inset;

	/*margin-right: 10px;*/
}

.Playground_Text_Cell a:hover 
{
	background-color: #a1c3d4;
	cursor: hand;
	text-decoration:none;
	border-color: Silver;
	border-width: 3px;
	border-style: outset;
	/*margin-right: 10px;*/
}

.Playground_Content_Table
{
	/*border: solid 1px black;*/
	border-collapse:collapse;
	width: 95%;
	/*margin: 2px 2px 2px 2px;*/
}

.Playground_Activity_Image
{
	border-color: Silver;
	border-width: 3px;
	border-style: outset;
}

.Application_Bar_Activity_Drop_Down
{
	font-family: Comic Sans MS;
	font-size: 16px;
	font-weight: bold;
	width: 95%;
	color: #4040FF;
	/*background-color:Transparent;*/
}

.Animation_Page_Text
{
	
}

.Animation_Page_Body
{
	font-family: Comic Sans MS;
	background-color:#93b6ff;
}

