/* BOLD LINKS  */
.boldlinks {
	font-family: Verdana; FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #319AFF; TEXT-DECORATION: underline;
}

.boldlinks:hover {
	COLOR: #98CCFF;
}

.boldlinks:active {
	COLOR: #319AFF;
}

/* NORMAL LINKS  */
.nomlinks {
	font-family: Verdana; FONT-SIZE: 11px; COLOR: #333333; TEXT-DECORATION: none;
}

.nomlinks:hover {
	COLOR: #319AFF; TEXT-DECORATION: underline;
}

.nomlinks:active {
	COLOR: #333333;
}

/* MIDDLE BOX  */
.background {
	background-image: url(images/blue/background.gif);
	background-repeat: repeat;
}

.middle {
	background-color: #FFFFFF;
}	

.toprightcorner {
	background-image: url(images/blue/top_right_corner.jpg);
	background-position: top;
	background-position: right;
	background-repeat: no-repeat;
}

.middlerightedge {
	background-image: url(images/blue/middle_right_edge.jpg);
	background-position: center;
	background-position: right;
	background-repeat: repeat-y;
}

.bottomrightcorner {
	background-image: url(images/blue/bottom_right_corner.jpg);
	background-position: bottom;
	background-position: right;
	background-repeat: no-repeat;
}

.bottomedge {
	background-image: url(images/blue/bottom_edge.jpg);
	background-position: bottom;
	background-position: center;
	background-repeat: repeat-x;
}

.bottomleftcorner {
	background-image: url(images/blue/bottom_left_corner.jpg);
	background-position: bottom;
	background-position: left;
	background-repeat: no-repeat;
}

.middleleftedge {
	background-color: #FFFFFF;
}

.topedge {
	background-color: #FFFFFF;
}

.topleftcorner {
	background-image: url(images/blue/top_left_corner.jpg);
	background-position: top;
	background-position: left;
	background-repeat: no-repeat;
}

/* NAV BAR  */
.navbottomrightcorner {
	background-image: url(images/blue/nav_bottom_right_corner.jpg);
	background-position: bottom;
	background-position: right;
	background-repeat: no-repeat;
}

.navmiddlerightedge {
	background-image: url(images/blue/nav_middle_right_edge.jpg);
	background-position: center;
	background-position: right;
	background-repeat: repeat-y;
}

.navbottomedge {
	background-image: url(images/blue/nav_bottom_edge.jpg);
	background-position: bottom;
	background-position: center;
	background-repeat: repeat-x;
}

.navbottomleftcorner {
	background-image: url(images/blue/nav_bottom_left_corner.jpg);
	background-position: bottom;
	background-position: left;
	background-repeat: no-repeat;
}

.navmiddleleftedge {
	background-color: #319AFF;
}

.navmiddle {
	background-image: url(images/blue/4kidztoday.jpg);
	background-position: bottom;
	background-position: center;
	background-repeat: no-repeat;
}

/* TOP NAVIGATION  */
.navback {
	text-align: right;
	background-color: #319AFF;
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
}

.navtop {
	text-align: right;
	background-color: #319AFF;
	font-family: Verdana; FONT-SIZE: 11px; COLOR: #FFFFFF; TEXT-DECORATION: none; FONT-WEIGHT: bold;
}

.navtop:visited {
	text-align: right;
	background-color: #319AFF;
	font-family: Verdana; FONT-SIZE: 11px; COLOR: #FFFFFF; TEXT-DECORATION: none; FONT-WEIGHT: bold;
}

.navtop:active {
	COLOR: #FFFFFF; FONT-WEIGHT: bold;
}

.navtop:hover {
	COLOR: #FFFFFF; TEXT-DECORATION: underline; FONT-WEIGHT: bold;
}

/* DATE  */
.date {
	text-align: left;
	background-color: #319AFF;
	font-family: Verdana; FONT-SIZE: 11px; COLOR: #FFFFFF; FONT-WEIGHT: bold;
} 

/* THEME PICKER  */
.themebackground {
	background-color: #D6EFFF;
	border-bottom: 1px dashed #319AFF;
	font-family: Verdana; FONT-SIZE: 11px; COLOR: #333333;
}

.dropmenu {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}

.themebanner {
	background-image: url(images/blue/theme_select.gif);
	background-position: bottom;
	background-position: right;
	background-repeat: no-repeat;
}

/* MY CONTROLS  */
.controlbanner {
	background-image: url(images/blue/my_controls.gif);
	background-position: bottom;
	background-position: right;
	background-repeat: no-repeat;
}

.controlbackground {
	border-bottom: 1px dashed #666666;
	font-family: Verdana; FONT-SIZE: 11px; COLOR: #333333;
}

.login {
	background-color: #D6EFFF;
	font: 11px;
	border: 1px solid #319AFF;
	font-family: Verdana;
	color: #333333;
}

.loginbutton {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #319AFF;
    background-color: #D6EFFF;
    border: 1px solid #319AFF;
}

/* NAVIGATION PANEL  */
.navigationbackground {
	background-color: #EEEEEE;
	border-bottom: 1px dashed #666666;
}

.navigationbanner {
	background-image: url(images/navigation.gif);
	background-position: bottom;
	background-position: left;
	background-repeat: no-repeat;
}

/* COPYRIGHT  */
.copyright {
	font-family: Verdana; FONT-SIZE: 11px; COLOR: #319AFF; TEXT-DECORATION: none;
}

.copyright:hover {
	COLOR: #98CCFF; TEXT-DECORATION: underline;
}

.copyright:active {
	COLOR: #319AFF;
}

.box {
	font-family: Verdana; FONT-SIZE: 11px; COLOR: #333333;
}

/* WHATS NEW  */
.whatsnew {
	background-image: url(images/blue/whatsnew.gif);
	background-position: bottom;
	background-position: center;
	background-repeat: no-repeat;
}

/* ABOUT US  */
.aboutus {
	background-image: url(images/blue/about_us.gif);
	background-position: bottom;
	background-position: center;
	background-repeat: no-repeat;
}

/* MAIN TEXT  */
.maintext {
	text-align: left;
	font-family: Verdana; FONT-SIZE: 12px; COLOR: #333333;
}

/* CONTACT US  */
.contactus {
	background-image: url(images/blue/contact_us.gif);
	background-position: bottom;
	background-position: center;
	background-repeat: no-repeat;
}

/* CONTACT FORM */
.contactform {
	background-color: #D6EFFF;
	font: 12px;
	border: 1px solid #319AFF;
	font-family: Verdana;
	color: #333333;
}

.contactbutton {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #333333;
    background-color: #D6EFFF;
    border: 1px solid #319AFF;
}

/* MAIN LINKS  */
.mainlinks {
	font-family: Verdana; FONT-SIZE: 12px; COLOR: #333333; TEXT-DECORATION: none;
}

.mainlinks:hover {
	COLOR: #319AFF; TEXT-DECORATION: underline;
}

.mainlinks:active {
	COLOR: #333333;
}

/* CONDITIONS  */
.conditions {
	background-image: url(images/blue/conditions.gif);
	background-position: bottom;
	background-position: center;
	background-repeat: no-repeat;
}

/* FAMILY  */
.family {
	background-image: url(images/blue/family_websites.gif);
	background-position: bottom;
	background-position: center;
	background-repeat: no-repeat;
}

/* NEW THINGS  */
.newthings {
	background-image: url(images/blue/new_things.gif);
	background-position: bottom;
	background-position: center;
	background-repeat: no-repeat;
}

/* FOR PARENTS  */
.forparents {
	background-image: url(images/blue/for_parents.gif);
	background-position: bottom;
	background-position: center;
	background-repeat: no-repeat;
}

/* SEARCH FORM */
.searchform {
	background-color: #D6EFFF;
	font: 12px;
	border: 1px solid #319AFF;
	font-family: Verdana;
	color: #333333;
}

.searchbutton {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #333333;
    background-color: #D6EFFF;
    border: 1px solid #319AFF;
}

/* ADVANCED SEARCH  */
.advancedsearch {
	background-image: url(images/blue/advanced_search.gif);
	background-position: bottom;
	background-position: center;
	background-repeat: no-repeat;
}

/* TV & MOVIES  */
.tvmovies {
	background-image: url(images/blue/tv_movies.gif);
	background-position: bottom;
	background-position: center;
	background-repeat: no-repeat;
}

/* GAMES  */
.games {
	background-image: url(images/blue/games.gif);
	background-position: bottom;
	background-position: center;
	background-repeat: no-repeat;
}

/* LOOKING THINGS UP  */
.lookingthingsup {
	background-image: url(images/blue/looking_things_up.gif);
	background-position: bottom;
	background-position: center;
	background-repeat: no-repeat;
}

/* PETS  */
.pets {
	background-image: url(images/blue/pets.gif);
	background-position: bottom;
	background-position: center;
	background-repeat: no-repeat;
}

/* SCHOOL  */
.school {
	background-image: url(images/blue/school.gif);
	background-position: bottom;
	background-position: center;
	background-repeat: no-repeat;
}

/* STORIES  */
.stories {
	background-image: url(images/blue/stories.gif);
	background-position: bottom;
	background-position: center;
	background-repeat: no-repeat;
}

/* HOBBIES  */
.hobbies {
	background-image: url(images/blue/hobbies.gif);
	background-position: bottom;
	background-position: center;
	background-repeat: no-repeat;
}

/* SECTION HEADINGS  */
.sectionheading {
	font-family: Verdana; FONT-SIZE: 12px; COLOR: #333333; FONT-WEIGHT: bold;
}