/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  {

}

.ContentPane  { 
}

.RightPane  { 

}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
color: black;
font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	padding: 0 0 0px 0;
	text-indent: 0;
text-align:left;

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
font-family: Tahoma, Arial, Helvetica;
color: #6B8624;
	font-size: 150%;
	font-weight: bold;
	padding: 0 0 0px 0;
	text-indent: 0;
	letter-spacing: 1px;

}

H2  {
	font-family: Tahoma, Arial, Helvetica;
	color: black;
	font-size: 120%;
	font-weight: normal;
	padding: 0 0 0px 0;
	text-indent: 0;
	line-height:normal;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
text-align:left;
	
}

H3  {
	font-family: Tahoma, Arial, Helvetica;
	color: #6B8624;
	font-size: 120%;
	font-weight: bold;
	padding: 0 0 0px 0;
	text-indent: 0;
	letter-spacing: 1px;
}

H4  {
font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: black;

}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {

}


A:visited   {
}

A:hover {

}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {

}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {

}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/* -----------------------------------------------------------------------*/

/* New Styles go here */

/* -----------------------------------------------------------------------*/
#arrow_list ul li
{
list-style-type:none;

}

ul li
{

color: #96bc33;
}

/*ul
{
color: #96bc33;
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 0px 0;
	text-indent: 0;
}
li{
	margin: 0 0 0 10px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}

li{ 
	padding: 5px 0 5px 0;
	
}

li a{
	display: block;
	padding: 0 0 0 17px;
	background-image: url(http://www.reaseheath.ac.uk/dotnetnuke/portals/0/list.gif);
	color: #666666;
	background-repeat: no-repeat;
	text-decoration:underline;
}
li a:link, li a:visited{
	text-decoration: none;
}

li a:hover{
	background-image: url(http://www.reaseheath.ac.uk/dotnetnuke/portals/0/list_over.gif);
	color: #000000;
	background-repeat: no-repeat;
}*/

#leftcol{
	float: left;
	
	height: auto;
	text-align: left;
	display: inline;
	/*border-top: 5px solid #adc314;*/
	/*border-bottom: 5px solid #adc314;*/
  }
  
#leftcol h2{
	font-family: Helvetica, Arial, sans-serif;
	color: #d30b67;
	text-align: left;
	padding: 13px 0 10px 10px;
	font-size: 16px;
	}
#rightcol{
background-image: url(http://www.reaseheath.ac.uk/portals/0/green_strip.gif);
background-repeat:repeat-y;
background-color:#999999;
	float: left;
	height: auto;
	text-align: left;
	font-size:100%;
	/*display: inline;*/
	padding:2px;
	margin: 5px;
	/*border-top: 5px solid #adc314;*/
	/*border-bottom: 5px solid #adc314;*/
  }
  
#rightcol h2{
/*	font-family: Helvetica, Arial, sans-serif;
	color: #d30b67;
	text-align: left;
	padding: 13px 0 10px 10px;
	font-size: 16px;*/
	}

#arrow_list{
	margin: 0 0 0 10px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*border-top: 1px dotted #666666;*/
	list-style-type:none;
}

#arrow_list li{ 
	padding: 5px 0 5px 0;
	/*border-bottom: 1px dotted #666666;*/ 
	list-style-type:none;
}

#arrow_list li a{
	display: block;
	padding: 0 0 0 17px;
	background-image: url(http://www.reaseheath.ac.uk/portals/0/list.gif);
	color: #666666;
	background-repeat: no-repeat;
}

#arrow_list li a:link, #arrow_list li a:visited{
	text-decoration: none;
}

#arrow_list li a:hover{
	background-image: url(http://www.reaseheath.ac.uk/portals/0/list_over.gif);
	color: #000000;
	background-repeat: no-repeat;
}











