/* ================================
    CSS STYLES FOR U-Shop overall portals
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body	{
	background-color: #efefef;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	margin-left:5x;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.SitePane  {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px; 
}

/*.ImagePane  {
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}*/

.BottomPane  { 
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.LeftPane  {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-image:url(images/LP-bkg.gif);
	background-repeat:repeat;
	background-position:left top;
	background-attachment: fixed;
}

.ContentPane  {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color:#FFFFFF
}

.RightPane  { 
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

/* overall font sizing for Search, Date Breadcrumbs, Login, Reigister, Copyright, Terms and Privacy */
.SkinObject {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

/* hyperlink style for the selected tab */
A.SkinObject:link {
	color: #333333;
}

A.SkinObject:visited  {
	color: #999999;
}

A.SkinObject:hover    {
	color: #666666;
	text-decoration:underline;
}

A.SkinObject:active   {
	color: #666666;
	text-decoration:underline;
}
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* 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 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}

/* 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:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1	{
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

A:visited   {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}

A:hover {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration:underline;
}

A:active    {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration:underline;
}

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_MenuBar {
	height: 25px; 
	background-color: transparent;
}

.MainMenu_MenuItem {
	color: #000000;
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-style: normal;
	background-color: transparent; 
	border-bottom: none; 
	border-top: none; 
	font-weight:bold;
	border-left: #cccccc 0px solid;
	border-bottom: #cccccc 0px solid;
	border-top: #cccccc 0px solid;
	border-right: #cccccc 0px solid;
}

.MainMenu_MenuIcon {
	background-color: #999; 
	text-align: center; 
	width: 0px; 
	height: 25px;	/* stops vertical adjust of submenus when set to 20, possibly cos dnn admin icons are 20 high*/
	/*border-color: #B8D0B8;  VERY IMPORTANT TO NOT HAVE BORDER VALUES, STOPS HORIZONTAL ADJUSTMENT OF SUBMENU ON INITIAL ROLLOVER */
	border-left: #EEEEEE 0px solid; 
	border-bottom: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid; 
}


.MainMenu_MenuItemSel {/* must be below MainMenu_MenuIcon in order to over ride it during sub menu selection */
	cursor: pointer; 
	cursor: hand; 
	color: #333333;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-style: normal; 
	background-color: transparent; 
	border-bottom: none; 
	border-top: none; 
	font-weight:bold;
}

.MainMenu_SubMenu {
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	background-color: #999;	
	border-bottom: #ffffff 1px solid; 
	border-left: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-right: #ffffff 0px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#B8D0B8, Direction=90, Strength=0);
}

.MainMenu_SubMenuItemSel {
	color: #ffffff;
	background-color: #666666;
}

.MainMenu_MenuArrow {
	font-family: webdings; /* font family and size VERY IMPORTANT to stop readjustment of submenu selected widths and heights */
	font-size: 10pt; 
	width: 0;
	/*border-color: #B8D0B8;  VERY IMPORTANT TO NOT HAVE BORDER VALUES, STOPS HORIZONTAL ADJUSTMENT OF SUBMENU ON INITIAL ROLLOVER */
}

.MainMenu_MenuBreak {/* THIS IS THE CLASS FOR THE SEPARATOR!!! */
	background-color: transparent; 
	border-bottom: none; 
	border-top: none; 
}

/*Sites Specific

.skywatcherH1  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #9999FF;
}

.skywatcherlogoBG	{
	background-attachment: fixed;
	background-color: #9999FF;
	background-image: url(images/SW-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.skywatchersiteBG {
	background-attachment: fixed;
	background-color: #9999FF;
	background-image: url(images/SW-site.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.skywatcherimagesBG {
	background-color: #9999FF;
	background-image: url(images/SW-images.jpg);
}
.skywatcherBGcolor {
	background-color: #9999FF;
}

.binocularH1  {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #669966;
}
.binocularBG	{
	background-color:#669966;
}	
*/


