﻿/*

Amazing Grades Individual Skin CSS
Blue Theme

*/

body
{
    background-color:#e6eced;
}

#wrapper
{
	width:778px;
	margin: 0 auto;
	background-image:url();
	background-position:left 60px;
	background-repeat: repeat-y;
	position:relative;
	overflow:visible;
}

#header
{
	background:transparent url(../images/layout/aqua_top.png) no-repeat;
	background-repeat: no-repeat;
    height: 170px;
	padding: 0 0 0 40px;
	position:relative;
}

#nav
{
	height: 31px;
	width:778px;
	background-image:url(../images/layout/aqua_middle.png);
	background-repeat: no-repeat;
	overflow:visible;
	position:relative;
	padding:0;
	z-index:10;
	margin:0;
}

#columnsBackImage
{
    position:absolute;
	background-image:url(../images/layout/aqua_main.png);
	background-repeat: no-repeat;
	background-position:top left;
	overflow:hidden;
	width:778px;
	height:690px;
    left:0;
}

#columntop       
{
    display:none;
}

#columns
{
    background:transparent url(../images/layout/aqua_repeater.png);
    position:relative;
}

#columns #left       {z-index:10;}
#columns #right     {z-index:10;}

#right .top_welcome           {background-image:url(../images/layout/tabs/tab_welcome.gif);top:0px;}
#right .top_welcomeback    {background-image:url(../images/layout/tabs/desk_tabWelBack.png);top:0px;}

/*

Overwriting CSS Rules from Browse

*/

#browser div#caption1		{position:absolute;left:180px;top:8px;border:1px solid #328d9b;background-color:#F2F2F2;width:300px;padding:0.2em;display:none;}
#browser div#caption2		{position:absolute;left:180px;top:40px;border:1px solid #328d9b;background-color:#F2F2F2;width:300px;padding:0.2em;display:none;}

/*

Overwriting CSS Rules from ONE_school

*/

a
{
	color: #328d9b;
	text-decoration: none;
	font-weight:normal;
	border:none;
}

a:hover
{
    color: #328d9b;
    text-decoration: underline;
}

.orange
{
    color: #328d9b;
}

a.bluelink
{
	text-decoration:underline;
	color:#328d9b;
	border:none;
}

a.boldbluelink
{
	text-decoration:underline;
	font-weight:bold;
	color:#328d9b;
	border:none;
}

a.bluelink:hover
{
	text-decoration:underline;
	color:#328d9b;
	border:none;
}

a.orangelink
{
	text-decoration:none;
	color:#328d9b;
	border-bottom:1px dotted #328d9b;
}

a.orangelink:hover
{
	text-decoration:none;
	color:#328d9b;
	border-bottom:1px solid #328d9b;
}

a.buyLink:link, a.buyLink:active, a.buyLink:visited
{
    text-decoration:none;
	color:#328d9b;
}

a.buyLink:focus, a.buyLink:hover
{
    text-decoration:underline;
	color:#328d9b;
}

div#nav ul li.home a
{
	position:absolute;
	top:-130px;
	height:100px;
	width:360px;
	background-color:transparent;
}

div.pages a.page
{
    border-bottom:none;
}

#browseRadios label
{
    color:#328d9b;
}


#footer
{
    background:transparent;
	background-image:url(../images/layout/footer2.png);
	background-repeat:no-repeat;
	height:43px;
	width:778px;
	font-family:Verdana, Helvetica, Arial, Sans-Serif;
	text-align:center;
}

#footer a
{
    color:#536F7B;
    font-weight:normal;
    font-size:1em;
    text-decoration:underline;
}

#homelink
{
    width:46px;
    height:32px;
    background-image:url(../images/layout/topLink_home2.gif);
    background-repeat:no-repeat;
    position:absolute;
    display:block;
    top:152px;
    left:36px;
    z-index:999;
    cursor:pointer;
}

#trylink
{
    width:81px;
    height:32px;
    background-image:url(../images/layout/topLink_try2.gif);
    position:absolute;
    display:block;
    top:152px;
    left:90px;
    z-index:999;
    cursor:pointer;
}

#favorites
{
    width:81px;
    height:32px;
    background-image:url(../images/layout/topLink_favs2.gif);
    position:absolute;
    display:block;
    top:152px;
    left:90px;
    z-index:999;
    cursor:pointer;
}

#helplink
{
    width:38px;
    height:32px;
    background-image:url(../images/layout/topLink_help2.gif);
    position:absolute;
    display:block;
    top:152px;
    left:176px;
    z-index:999;
    cursor:pointer;
}

#searchbar .find
{
	display:block;
	position:relative;
	float:right;
	background-image:url(../images/buttons/searchEddy.png);
	background-repeat:no-repeat;
	width:44px;
	height:38px;
	left:-12px;
	top:-6px;
	text-decoration:none;
}

#searchbar .search 
{
	 float:left;
	 border:0;
	 padding:8px 2px 2px 2px;
	 margin:0;
	 width:177px;
	 height:22px;
	 color:#000;
	 background:url(../images/layout/searchBox.png) no-repeat;
	 background-position:right top;
	 position:relative;
	 top:-3px;
}

#contenttop
{
    height:55px;
}

.newList
{
    margin-bottom:10px;
}