/*
###===========================================================================
#
# Copyright (c) 2006 by Computors Limited. All Rights Reserved.
#
# No part of this publication or software may be reproduced, transmitted,
# transcribed, stored in a retrieval system, or translated into any
# language without the prior written authorization of Computors Limited.
#
# This is a licensed product of Computors Limitied.
#
# File CSS    : site.css
#
# Description : Main Cascading Style Sheet for site
#
#-----------------------------------------------------------------------------
# History
# Version   Date     Author      Comments
# --------  -------  ----------  ---------------------------------------------
# 01.00.00  03Jun05  A.D.Smith   Initial Version.
# 02.14.00  17Oct05  A.D.Smith   Production Version.
# 02.14.00  17Oct05  A.D.Smith   Production Version.
# 02.15.00  26Jan06  A.D.Smith   Revisted Class's and Browser compatability
#
#-----------------------------------------------------------------------------
# NOTES
#
#
#
###===========================================================================
### Global Element Definitions
###===========================================================================
*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
HTML {
    overflow: -moz-scrollbars-vertical;
}
BODY {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #39168E;
    background-color: #FFFFFF;
}
H1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #333333;
}
H2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000066;
}
H3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #000066;
}
UL {
    list-style-type: disc;
    padding: 15px;
}
IMG {
/*    behavior: url(/js/pngbehavior.htc);*/
    border-width: 0px;
}
TABLE {
    border-collapse: collapse
}

.clsAdminMenu_back0 {
    clear: both;
}

#ntAdminMenu0d,
#ntAdminMenu1d,
#ntAdminMenu2d,
#ntAdminMenu3d,
#ntAdminMenu4d,
#ntAdminMenu5d {
  clear: both;
  float: left;
  display: block;
} 


A:link, A:visited, A:hover, A:active {
	color: #003399;
	text-decoration: underline;
    outline: none;
}
A:hover {
	color: #0099CC;
}
:focus {
    -moz-outline-style: none;
}

/*
###===========================================================================
### Base Template Definitions
###===========================================================================
*/
#BASE_Page {
	width: 100%;
	text-align: center;
    background: url(/images/page_background.gif);
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: repeat-y;
}
#BASE_Container {
	width: 760px;
    text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#BASE_Header {
    width: 760px;
    height: 58px;
    text-align: right;
    background-color: #003D98;
    background-image: url(/images/blue_sky_event_media_logo_bg.jpg);
}
#BASE_Header_Menu {
    width: 760px;
    height: 23px;
    background-image: url(/images/top_menu_background.gif);
}
#BASE_Content {
    width: 760px;
    overflow: hidden;
}
#BASE_Footer {
    clear: both;
    width: 760px;
    padding: 0px 50px 10px 50px;
}
.XCOPYRIGHT {
    width: 760px;
    height: 14px;
    font-family: verdana, sans-serif;
    font-weight: 500;
    font-size: 0.8em;
    color: #FFFFFF;
    text-align: right;
    background-image: url(/images/footer_background.gif);
    padding: 0px 5px 0px 0px;
}


/*
###===========================================================================
### Default
###===========================================================================
*/


.PageSelect {
  float: right;
  clear: none;
  padding: 2px;
  margin: 4px;
  border: 1px #CCCCCC solid;
  text-align: center;
}

a.XPageNav:link, a.XPageNav:visited, a.XPageNav:active {
    color: #BA0000;
    text-decoration: none;
}
a.XPageNav:hover {
    color: #FF7F7F;
}



SELECT, INPUT, TEXTAREA {
	font-family: Arial, Helevetica, sans-serif;
	font-size: 8pt;
	margin: 0px 0px 2px 0px;
    padding: 0px 0px 0px 0px;
}
TABLE.header {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
TABLE.footer {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
A.Login:link, A.Login:visited, A.Login:active {
	color: #333333;
	text-decoration: none;
}
A.Login:hover {
	color: #31803a;
	text-decoration: underline;
}
A.CartLink:link, A.CartLink:visited, A.CartLink:active {
	color: #333333;
	text-decoration: none;
}
A.CartLink:hover {
	color: #31803a;
	text-decoration: underline;
}


/*
###===========================================================================
### Global CSS for Form Messages
### Should not need to change these.
###===========================================================================
*/
.XFORMMSG {
	width: 450px;
	margin: 0px;
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}
.XFORMMSG_TEXT {
    float: left;
	clear: none;    
	font-size: 1em;
    padding: 0px 0px 0px 4px;
	color: #333333;
}
.XFORMMSG_ICON {
    float: left;
	clear: none;    
}
.XFORMMSG_OK {
	background-color: #DDFFDD;
	border-color: #00FF00;
}
.XFORMMSG_INFO {
	background-color: #DDDDFF;
	border-color: #0000FF;
}
.XFORMMSG_WARNING {
	background-color: #FFFFDD;
	border-color: #FFFF00;
}
.XFORMMSG_ERROR {
	background-color: #FFDDDD;
	border-color: #FF0000;
}




/*============================================================================*/
/* User Forms                                                                 */
/*============================================================================*/
DIV.Userform_Form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
DIV.Userform_Area {
	padding: 0px 0px 0px 0px;
}
DIV.Userform_MsgArea {
	width: 560px;
	background-color: #FFDDDD;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-width: 1px 1px 1px 1px;
	border-color: #FF0000;
	margin-left: 2px;
	padding-left: 2px;
	border-style: solid solid solid solid;
}
.XUSER_Title {
  color: #FFFFFF;
  font-family: "Trebuchet MS", arial;
  font-size: 1.8em;
  letter-spacing: -1px;
	height: 44px;
	padding: 12px 0px 15px 0px;
}
DIV.Userform_Text {
}
DIV.Userform_Section {
	float: none;
	clear: both;
}
DIV.Userform_SubTitle {
	clear: none;
	font-weight: bold;
}
DIV.Userform_Lab {
	float: left;
	clear: none;
	width: 150px;
	text-align: right;
	padding: 2px 4px 0px 0px;
	white-space: nowrap;
}
DIV.Userform_Data {
	float: left;
	clear: none;
	padding: 0px 0px 0px 0px;
}
DIV.Userform_Field_Comments {
	float: left;
	clear: none;
	font-size: 7pt;
	color: #666666;
	padding: 4px 0px 0px 8px;
}
.Userform_Divider {
	height: 2px;
	color: #3768AA;
	width: 80%;
	text-align: center;
}
DIV.Userform_Button_Area {
	float:left;
	clear: none;
}

