﻿/* COLORS:
"Royal" blue: #0147FA
*/

/*Main Page Settings*/
html b
{
	font-weight:bold;
}

.silverlink
{
	padding:3px; 
	border: solid 2px #e2e8ed;
	background:url('../../Style/Images/bot_fade.png') repeat-x bottom #fff;
	font-size:smaller; 
	font-weight:lighter;
	padding-right:15px;
}

.silverlink_top
{
	padding:3px; 
	border: solid 2px #e2e8ed;
	background:url('../../Style/Images/top_fade.png') repeat-x top #fff;
	font-size:smaller; 
	font-weight:lighter;
	padding-right:15px;
}


.silverlink_top_borderless
{
	padding:3px; 
	background:url('../../Style/Images/top_fade.png') repeat-x top #fff;
	font-size:smaller; 
	font-weight:lighter;
	padding-right:15px;
}

.silverlink_top_borderless_notext
{
	padding:3px; 
	background:url('../../Style/Images/top_fade.png') repeat-x top #fff;
}

.silverlink_loading_top
{
	padding:3px; 
	background:url('../../Style/Images/top_fade.png') repeat-x top;
	font-size:smaller; 
	font-weight:lighter;
	padding-right:15px;
}

.silverlink_loading
{
	padding:3px; 
	background: Navy url('../../Style/Images/top_fade.png') repeat-x top;
	font-size:large;
	color:Gray; 
	font-weight:bold;
	padding-right:15px;
}

.silverlink_borderless
{
	padding:3px; 
	background:url('../../Style/Images/bot_fade.png') repeat-x bottom #fff;
	font-size:smaller; 
	font-weight:lighter;
	padding-right:15px;
}

.forumBG
{
/*	background-image:url('Style/Images/forums_bg.png'); background-repeat:repeat-y; padding-left:7px;*/
}

/*body a, a:link, a:visited, a:active
{
    font-weight:bold;
    color:Black;
    text-decoration:none;
}

body a:hover
{
    Color:Red;
    font-weight:bold;
}

a.header, header
{
    color:White;
}
*/
img
{ 
    border:none;
}

.title
{
   widows:0;
    orphans:0;
    width: 100%;
    padding-top:-20px;
    background: transparent;
	margin: auto;
}

.titletext
{
   text-align:right;
   font-weight:bold;  
}



/* Top Menu */
a.menu1
{
    background-image: url('../../Style/Images/menu1a.png');
    background-position:bottom left;
    display:inline-block;
}

a.menu1 a:hover, a.menu1:hover
{
    background-image: url('../../Style/Images/menu1b.png'); 
}
a.menu2
{
    background-image: url('../../Style/Images/menu2a.png');
    background-position:bottom left;
    display:inline-block;
}

a.menu2 a:hover, a.menu2:hover
{
    background-image: url('../../Style/Images/menu2b.png'); 
}
a.menu3
{
    background-image: url('../../Style/Images/menu3a.png');
    background-position:bottom left;
    display:inline-block;
}

a.menu3 a:hover, a.menu3:hover
{
    background-image: url('../../Style/Images/menu3b.png'); 
}
a.menu4
{
    background-image: url('../../Style/Images/menu4a.png');
    background-position:bottom left;
    display:inline-block;
}

a.menu4 a:hover, a.menu4:hover
{
    background-image: url('../../Style/Images/menu4b.png'); 
}
a.menu5
{
    background-image: url('../../Style/Images/menu5a.png');
    background-position:bottom left;
    display:inline-block;
}

a.menu5 a:hover, a.menu5:hover
{
    background-image: url('../../Style/Images/menu5b.png'); 
}
a.menu6
{
    background-image: url('../../Style/Images/menu6a.png');
    background-position:bottom left;
    display:inline-block;
}

a.menu6 a:hover, a.menu6:hover
{
    background-image: url('../../Style/Images/menu6b.png'); 
}
a.menu7
{
    background-image: url('../../Style/Images/menu7a.png');
    background-position:bottom left;
    display:inline-block;    
}

a.menu7 a:hover, a.menu7:hover
{
    background-image: url('../../Style/Images/menu7b.png'); 
}
a.menu8
{
    background-image: url('../../Style/Images/menu8a.png');
    background-position:bottom left;
    display:inline-block;
}

a.menu8 a:hover, a.menu8:hover
{
    background-image: url('../../Style/Images/menu8b.png'); 
}
/*News*/
.newsHeader
{
    font-weight:bold;
    font-size: .9em;
    color:Navy;
    border: solid 1px #0147FA;
    width:100%;    
}

.header
{
    font-weight:bold;
    font-size: .9em;
}


/* Login Controls */
.login
{
    width:auto;
    color:#0147FA;
    font-size:10pt;
    font-weight: lighter;
    padding:5px;
}

.login br
{
    padding: 3px;
}

.login_panel
{
    background-image:url(../../Style/Images/loginbg.png);
    background-repeat:no-repeat;
    background-position:top left;
    height:236px;
}

/* Next Event */
.event_panel
{
    background-image:url(../../Style/Images/eventbg.png);
    background-repeat:no-repeat;
    background-position:top left;
    height:236px;
}

.event
{
    width:auto;
    color:#0147FA;
    font-size:11pt;
    font-weight: lighter;
    padding:5px;
}


/*Misc*/
.hidden
{
    visibility:hidden;
}

.modalBackground 
{
    background-color:Black;
    filter:alpha(opacity=60);
    opacity:0.6;
}


.error
{
    color:Maroon;
    font-weight:bold;
    font-family:Georgia, Serif;
}

.button
{
    font-weight: bold;
    font-size: 10pt;
}

.padded
{
    padding:7px;
}

.lowered
{
    margin-top:5px;
    margin-left: -5px;
}

.btn { text-align:center; font-size:10pt; font-weight:bold; margin-top:5px; padding-bottom:-10px; vertical-align:middle;  text-indent:12px; display: block; width:93px !important; height:25px !important; background-repeat:no-repeat; background-position:top left; float:left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.NewsHeader { float:none; background-image:url(../../Style/Images/shade.png)}
.btn.blue { background-image:url(../../Style/Images/btn_blue.png); color:White; }
.default { background:Blue; color:White; cursor:pointer; padding:8px; border-top:1px dotted white; font-style:italic; }
.default:hover {background: Navy;}

.btn.pink { background: #e1a; }
.btn:hover {   background-image:url(../../Style/Images/btn_darkblue.png); }
.btn:active {   background-image:url(../../Style/Images/btn_lightblue.png); color:Navy; }
.btn[class] { background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }

p { clear: both; padding-bottom: 2em; }
form { margin-top: 2em; }
form p .btn { margin-right: 1em; }
textarea { margin: 1em 0;}

.DAL a {
text-decoration:none;
color: #6267ff;
font-weight: bold;
padding: 1px;
border:none;
}

.DAL a:hover 
{
    color: Red;
    text-decoration:none;
}

.DAL #container  
{
    height:100%;
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #6267ff;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
    
}
.DAL #header { 
	background: #FFFFFF; 
} 
.DAL #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.DAL #header a, img
{
    border:none;
}

.DAL #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 188px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:225px;
	color:White;
	background: url(/images/template/menubackground.jpg) top no-repeat #ffffff;	
}

.DAL #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent;
	text-align: inherit;	
}


.a1 /*a1 is a header style, used for page titles, all following a* styles are variants and sub-headers/content */
{
    border: solid 1px #ccccff;
    border-bottom-width: 2px;
    font-weight:bold;
    font-size:13pt;
    padding:2px;
    background: #003399;
    width:570px;
    color: White;
}
.a2, .a2 a /*a2 is a footer style that matches a1, with the text aligned to the right*/
{
    border: none;
    border-bottom-width: 2px;
    font-weight:lighter;
    font-size:9pt;
    text-align:right;
    padding:2px;
    background: #003399;
    vertical-align:bottom;
    color: White;
}

.a2center
{
    border: solid 1px #ccccff;
    border-bottom-width: 2px;
    font-weight:lighter;
    font-size:smaller;
    text-align:center;
    padding:2px;
    background: #ccccff;
    vertical-align:bottom; 
}
.a2 a:hover, .a2center a:hover
{
    color:Red;
    text-decoration:none;
}

.a3, .a6, .a3 a, .a6 a
{
    /*border-bottom: solid 1px #ccccff;*/
    font-weight:bold;
    font-size:11pt;
    padding:2px;
    text-decoration:none;
    color:Navy;
}

.a3 a:hover, a6 a:hover
{
    color:Red;
    text-decoration:none;
}

.a4 p, .a3 p
{
    font-weight:lighter;
    font-size: 8pt;
    margin-top: -3px;
    margin-bottom: 1px;
    margin-left: 2px;
}

.a4
{
    border-bottom: solid 1px #ccccff;
    margin-left: 8px;
    font-size: 10pt;
    color:Blue;
    margin-left: 2px;
    vertical-align:bottom;
}

.a4borderless
{
    margin-left: 8px;
    font-size: 10pt;
    color:Blue;
    margin-left: 12px;
    vertical-align:bottom;
}

.a4borderless a
{
    text-decoration: none;
    color:Navy;
    font-size: 9pt;
    border:none;
    text-align:right;
}

.a4borderless a:hover
{
    text-decoration: none;
    color: Red;
    border: none;
}

.a5
{
    font-weight:lighter;
    font-size: 8pt;
    margin-top: -8px;
    margin-bottom: -2px;
    margin-left: 135px;
    background:transparent;
    border:none;
}

.a6 p
{
    font-weight:lighter;
    font-size: 8pt;
    margin-top: -1px;
    margin-bottom: 3px;
    margin-left: 2px;
}

.a7 /*Small links/text, used as part of the top menu if the user is signed in.*/
{
     font-family: Trebuchet MS, Book Antiqua, Georgia, Arial, Times New Roman;
    text-align: right;
  font-weight:lighter;
    font-size: 8pt;
    color: #6267ff;
    margin-right:30px;
}
.a7 a
{
    text-decoration: none;
  
}

.a7 a:hover
{
    text-decoration: none;
    color:Red;
}

.newstable{
 background:transparent;
 border: solid 1px #ccccff;
 padding: 2px;
 width:570px;
}

.misctable
{
 background:transparent;
 border: solid 1px #ccccff;
 padding: 0; 
}

.commentstable
{
 background:transparent;
 border: solid 1px #ccccff;
 width: 180px;
 margin:0;
 margin-left: 4px;

}

.comtableheader
{
    background:#003399;
    color:White;
    font-size: medium;
    font-weight: bolder;
}

.comtablefooter, .comtablefooter a
{
    background:#003399;
    color:White;
    font-size: medium;
    font-weight: bolder;
    text-align:right;
}


.sidemenutext 
{ 
  font-weight: 700;
  font-family: Book Antiqua, Georgia, Times New Roman;
  font-size: 11pt;
  color: White;
}

.sidemenutext a:hover
{
  color:Red; 
  text-decoration: none;
}

.sidemenutext a
{
    text-decoration: none;
    	color:Navy;

}

.newslist
{
    background:transparent;
    font-weight:normal;
    font-size:smaller;
    color:#000066;
}

.DAL #mainContent { 
    font-family:  Trebuchet MS, Book Antiqua, Georgia, Arial, Times New Roman;
    font-size: 10pt;
    font-weight:lighter;
    text-align: left;
    width: 600px;
    padding-top: 6px;
} 


.DAL #topmenu {
background: url(/images/template/topmenubg.jpg) center no-repeat;
width:100%;
height:40px;
padding-top: 20px;
padding-left: 12px;
overflow:visible;

}


.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.signin
{
    float:right;
    text-align: right;
    color: #6267ff;
    margin-right:30px;
    font-family: Trebuchet MS, Book Antiqua, Georgia, Arial, Times New Roman;    text-align: right;
    font-size:smaller;
    font-weight:lighter;
    text-transform:capitalize;
    text-decoration:none;
    font-style:italic;
}

.signin a
{
    font-style:normal;
}

.signin a:hover
{
    color: Red;
    text-decoration:none;
}


.Forum_Avatar
{
    width: 160px;
    height: 120px;
    border: 1px #ccccff;
    padding-left: 100px;
    background-position:center;
    background-repeat:no-repeat;
    float:left;
    filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;
}

.Forum_DisplayName
{
    text-align:center;
    font-size: 11pt;
    font-weight:bolder;
    color:Blue;
    filter:alpha(opacity=100);-moz-opacity:1.00;opacity:1.00;
}

.Forum_Signature
{
    font-family: Trebuchet MS, Book Antiqua, Georgia, Arial, Times New Roman;
    background: White;
    color:Navy;
    text-align:center;

}

.Forum_Reply
{
    border: solid 1px #6267ff;
    border-bottom-width: 2px;
    padding:2px;
    background: #ccccff;
    color: White;
    font-family: Trebuchet MS, Book Antiqua, Georgia, Arial, Times New Roman;
    text-align: left;
    font-size:10pt;
}

.Forum_Post
{
    font-size: 11pt;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    color: Black;
    padding-left: 5px;
    padding-right: 5px;
}

#h1, h1, .h1, .DAL h1, .DAL #h1
{
	font-size:smaller;
	padding:8px;
	font-style:italic;
	border: dotted 1px Blue;
	color: Navy;
	background:url('../../Style/Images/whitefade.png') repeat-x bottom Silver;
}

.Forum_Post h1
{
    font-style:italic;
    text-align:left;
    background-color: Black;
    color: #FF9965;
    font-size: 10pt;
    border: solid 1px #6267ff;
    border-bottom: solid 3px #6267ff;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align:top;
    margin-bottom:8px;
}

.Forum_Post h2
{
	color: #336691;
    text-align:left;
    font-size: 10pt;
    margin: 0;
    font-style:normal;
}

.Forum_Header
{
    border: none;
    background: White url(/images/template/midround.jpg) repeat-x left;
    color: White;
    font-family: Trebuchet MS, Book Antiqua, Georgia, Arial, Times New Roman;
    text-align: left;
    font-size:10pt;
}


.Forum_RoundedEdge_L
{
    background: White url(/images/template/lfround.jpg) no-repeat left;
    text-align: left;
    color:White;
    font-size: 10pt;
    width:17px;
    height:45px;
    border:none;
}

.Forum_RoundedEdge_R
{
    background: White url(/images/template/rtround.jpg) no-repeat right;
    text-align: left;
    color:White;
    font-size: 10pt;
    width: 18px;
    height: 45px;
    border:none;
}

.Forum_Quote
{
    font-size: smaller;
    color:Maroon;
    text-align:left;
}
.Forum_Description
{
	font-weight: lighter;
	color: Blue;
	padding-bottom: -2px;
    padding-left: 6px;
    font-size:small;
    float:left;
    filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}
  