/* Blueprint CSS */
label {font-weight:700; color:#FFF;}
fieldset {padding:1.4em;margin:0 0 1.5em;border:1px solid #ccc;}
legend {font-weight:700;font-size:1.2em;}
input.text, input.title, textarea, select {margin:.5em 0;border:1px solid #BBB;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
.error, .notice, .success {padding:.4em;margin-bottom:.3em;border:2px solid #DDD;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
 
/* Defaults */
a { text-decoration: none; color: #e78513; }
a:hover { text-decoration: none; color: #585858;}
h1 { color: #585858; font-size: 1.4em;}
h2 { color: #000;}
h3 { color: #7a7a7a; font-size: 1.3em;}
h4 { color: #7F462D;}
h5 { color: #7F462D;}
h6 { color: #7F462D;}
b { font-weight: 400; color: #3798DC; }
hr { color: #EEE;}

/* Alignments */
.Right { float: right; }
.TRight { text-align: right; }
.Left { float: Left; }
.Auto { margin: 0 auto; }
.Center { text-align: center; }
.Push-Up { margin: -15px 0 0; }
.Push-Up-2 { margin: -20px 0 0; }
.Slab { background-color: #000; }

.Line-2 { line-height: 20px }

.Inline { display: inline; }

/* Static Widths */
.w1010 { width: 1010px; }
.w998 { width: 998px; }
.w746 { width: 746px; }
.w735 { width: 735px; }
.w734 { width: 734px; }
.w260 { width: 260px; }
.w239 { width: 200px; }

/* Percentage Widths */
.w100p { width: 100%; }
.w99p { width: 99%; }
.w98p { width: 98%; }
.w97p { width: 97%; }
.w96p { width: 96%; }
.w95p { width: 95%; }

/* Percentage Heights */
.h100p { height: 100%; }
.h50p { height: 50%; }

/* Backgrounds */
.BG { background-color: #fafafa; }
.BG-Shaded { background-color: #efefef; }
.BG-Tile { background: url(../images/Background_Tile.jpg) 0 0;}
.BG-Right { background: url(../images/Right-BG.png) 0 0 no-repeat; }
.BG-Left { background: url(../images/Left-BG.png) 0 0 repeat-x; width: 254px; }
.BG-LeftMenu { background: url(../images/Left-Top-Panel2.png) 0 0 no-repeat; width: 242px; }
.GB-DDM { background: url(../images/Button_Hover.png) 0 0 repeat-x; }
.Border { border: 2px solid #626262; }
.Border-2 { border: 2px solid #a4a4a4; }

/* Top Margins */
.TM1 { margin: 2px 0 0; }
.TM2 { margin: 4px 0 0; }
.TM3 { margin: 5px 0 0; }
.TM4 { margin: 6px 0 0; }
.TM5 { margin: 8px 0 0; }
.TM6 { margin: 10px 0 0; }
.TM7 { margin: 12px 0 0; }

.TM12 { margin: 95px 0 0; }

/* Right Margins */
.RM1 { margin: 0 2px; }
.RM2 { margin: 0 4px; }
.RM3 { margin: 0 5px; }
.RM4 { margin: 0 6px; }
.RM5 { margin: 0 8px; }
.RM6 { margin: 0 10px; }
.RM7 { margin: 0 12px; }

.LM15 { margin: 0 30px; }

/* Bottom Margins */
.BM1 { margin: 0 0 2px; }
.BM2 { margin: 0 0 4px; }
.BM3 { margin: 0 0 5px; }
.BM4 { margin: 0 0 6px; }
.BM5 { margin: 0 0 8px; }
.BM6 { margin: 0 0 10px; }
.BM7 { margin: 0 0 12px; }

/* Left Margins */
.LM1 { margin: 0 0 0 2px; }
.LM2 { margin: 0 0 0 4px; }
.LM3 { margin: 0 0 0 5px; }
.LM4 { margin: 0 0 0 6px; }
.LM5 { margin: 0 0 0 8px; }
.LM6 { margin: 0 0 0 10px; }
.LM7 { margin: 0 0 0 12px; }

.LM10 { margin: 0 0 0 16px; }
.LM15 { margin: 0 0 0 30px; }

/* Top Paddings */
.TP1 { padding: 1px 0; }
.TP2 { padding: 4px 0; }
.TP3 { padding: 5px 0; }
.TP4 { padding: 6px 0; }
.TP5 { padding: 8px 0; }
.TP6 { padding: 10px 0; }

.TP10 { padding: 20px 0; }

/* Bottom Paddings */
.BP1 { padding: 0 0 1px; }
.BP2 { padding: 0 0 4px; }
.BP3 { padding: 0 0 5px; }
.BP4 { padding: 0 0 6px; }
.BP5 { padding: 0 0 8px; }
.BP6 { padding: 0 0 10px; }

/* Paddings */
.Pad { padding: 2px; }
.Pad-2 { padding: 4px; }
.Pad-3 { padding: 6px; }
.Pad-4 { padding: 8px; }
.Pad-5 { padding: 10px; }
.Pad-6 { padding: 14px; }

/* Line Spacings */
.Space { line-height: 16px; }
.Space-2 { line-height: 18px; }
.Space-3 { line-height: 19px; }
.Space-4 { line-height: 20px; }

/* Colors */
.White { color: #FFF; }
.Black { color: #000; }
.Red { color: red; }
.Custom-Blue { color: #3798DC; }
.Custom-Red { color: #9b4f2e; }
.Custom-Gray { color: #414141; }
.Custom-Orange { color: #e78513; }
.Custom-DOrange { color: #AD610F; }
.Custom-LGray { color: #575757; } .Custom-LGray a:hover { color: #3798DC; }
.Custom-DGray { color: #585858; }

.Spacer {clear: both; line-height: 0;}
table.Simple {margin: 0; border-style: solid; border-color: #FFF; border-collapse: collapse; background-color: #f0f0f0;}
.Simple-2 {font-size: 1.2em; margin: 0; border-style: solid; border-color: #FFF; border-collapse: collapse; background-color: #f0f0f0; display:block;}

#XMLStyle table {border-top: 1px solid #DDD; width: 100%;}
#XMLStyle table tr td {background: #f6f6f6; padding: 0 20px; height: 29px; line-height: 29px; border-bottom: 1px solid #DDD;}
#XMLStyle table tr.odd td {background: #fbfbfb;}
#XMLStyle table tr:hover td { background: #fdfcf6; }
#XMLStyle table .action {text-align: right; padding: 3px 20px 3px 10px;}
#XMLStyle table tr .action a { margin: 0 0 0 10px; text-decoration: none; color: #9b9b9b; }
#XMLStyle table tr:hover .action .edit { color: #c5a059; }
#XMLStyle table tr:hover .action .delete { color: #a02b2b; }
#XMLStyle table tr:hover .action .view { color: #55a34a; }
#XMLStyle table tr:hover .action a:hover { text-decoration: underline; }

/* 10px = 1em | 18px = 1.8em */
body {width: 1010px; padding: 0; margin: auto; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 62.5%;}
.Container {width: 1010px; height: 100%; background-color: #d4d4d4;}
.Header {background: url(../images/GLC_Header.jpg) 0 0 no-repeat; width: 1006px; height: 187px; margin: 0 auto;}

.Member {float: left; margin: 75px 0 0; padding: 0 0 0 8px; height: 45px; color: #FFF;}
.Member a {color: #FFF; text-decoration: none;}
.Member a:hover {color: #37BFF6;}
.Member input.Login {background: url(../images/icons/Icon-Go.png) 0 0 no-repeat; width: 40px; height: 15px; border: none; margin: 1px 0 0 4px; padding: 1px 0 0;}
.DTVStream {float: right;}
.AcctBar {margin: 75px 0 0 14px; height: 18px; color: #FFF; float: left; background-color: inherit;}
.DateTime {font-size: 1.2em; font-weight: 700; margin: 2px 0 0 14px; height: 18px; color: #FFF; float: left; background-color: inherit;}
.DateTime a {color: #FFF; text-decoration: none;}
.Search {font-size: 1.3em; font-weight: 700; color: #FFF; float: right; margin: 115px 10px 0; height: 15px;}

.bubplastic.horizontal {font-size: 1em; font-weight: 700; width: 1006px; height: 28px; margin: 0 auto; padding: 0; background: url(../images/bg-bubplastic.gif) 0 0 repeat-x;}
.bubplastic.horizontal ul {list-style: none; margin: 0; padding: 0;}
.bubplastic.horizontal ul li {float: left; margin: 3px 0 0; padding: 0; background: transparent url(../images/bg-bubplastic-button.gif) top left no-repeat;}
.bubplastic.horizontal ul li a {display: block; height: 27px; padding-left: 35px; float: left; color: #CECECE; text-decoration: none;}
.bubplastic.horizontal ul li a span.menu_ar {display: block; float: left; height: 22px; padding: 5px 35px 0 0; background: transparent url(../images/bg-bubplastic-button.gif) top right no-repeat; cursor: pointer;}
.bubplastic.blue ul li a:hover, .bubplastic.blue ul li.highlight a {background: transparent url(../images/bg-bubplastic-h-blue.gif) top left no-repeat;}
.bubplastic.blue ul li a:hover span.menu_ar, .bubplastic.blue ul li.highlight a span.menu_ar {background: transparent url(../images/bg-bubplastic-h-blue.gif) top right no-repeat; color: #FFF;}
.bubplastic.blue ul li.highlight_orange a {background: transparent url(../images/bg-bubplastic-h-orange.gif) top left no-repeat;}
.bubplastic.blue ul li.highlight_orange a span.menu_ar {background: transparent url(../images/bg-bubplastic-h-orange.gif) top right no-repeat; color: #FFF;}

#TopMenu {position: absolute; line-height: 18px; z-index: 200 !important; text-decoration: none;}
#TopMenu a {width: 199px; display: block; text-indent: 3px; border:1px solid #868c90; padding: 2px 0 0; text-decoration: none; color: #CECECE; z-index: 200 !important;}
#TopMenu a:hover{width: 100%; background-color: #2d4c63; color: #FFF; z-index: 1000;}
.SmallBox {font-size: 1.4em; background: url(../images/Small_Box.jpg) 0 0 no-repeat; width: 264px; height: 106px; float: left; margin: 2px 2px 0 4px; padding: 5px 0 0;}
.MediumBox {
	font-size: 1.3em;
	font-weight: 700;
	background: url(../images/Medium_Box.jpg) 0 0 no-repeat;
	width: 264px;
	min-height: 410px;
	height: auto !important;
	height: 410px;
	float: left;
	margin: 2px 2px 2px 4px;
}
.MediumBox-2 {
	font-size: 1.5em;
	font-weight: 700;
	background-color: #e2e2e2;
	width: 258px;
	min-height: 410px;
	height: auto !important;
	height: 100%;
	float: left;
	margin: 2px 0 2px 4px;
	border: 3px solid #FFF;
}
.LargeBox {
	background: url(../images/Large_Box.jpg) 0 0 no-repeat;
	width: 734px;
	min-height: 430px;
	height: auto !important;
	height: 430px;
	margin: 2px 4px 2px 2px;
}
.LargeBox a {
	color: #f08d18;
}
.LargeBox-2 {
	background-color: #F6F6F6;
	width: 731px;
	min-height: 430px;
	height: auto !important;
	height: 100%;
	margin: 2px 4px 2px 0;
	border: 1px solid #FFF;
}
.NewsBox {
	font-size: 1.1em;
	font-weight: 700;
	background: url(../images/News_Box.jpg) 0 0 no-repeat;
	width: 1002px;
	min-height: 209px;
	height: auto !important;
	height: 208px;;
	margin: 2px 4px 0;
}
.NewsCol {
	float: left;
	width: 300px;
	margin: 10px 0 0 24px;
}
.NewsHeader {
	font-size: 1.5em;
	color: #FFF;
	padding: 0 0 0 2px;
}
.NewsSubHeader {
	background: url(../images/NewsSubHeader.png) 0 0 no-repeat;
	width: 300px;
	height: 24px;
	padding: 5px 0 0 8px;
}
.NewsList {
	width: 300px;
	padding: 2px 0 0;
	color: #cacaca;
}
.NewsList a {
	color: #363636;
	clear: both;
	line-height: 15px;
}
.NewsList a:hover {
	color: #e1e1e1;
}
.Box {
	font-size: .9em;
	margin: 0;
	padding: 0;
	height: auto;
	font-weight: 700;
}
.Box-2 {
	font-size: .9em;
	width: 1002px;
	margin: 0 0 0 4px;
	padding: 0;
	height: auto;
	font-weight: 700;
}
.Backdrop {
	font-size: .9em;
	background: url(../images/Backdrop.png) repeat-x;
	width: 254px;
	height: 16px;
	padding: 1px;
	margin: 0 0 0 2px;
}
.Backdrop a:hover {
	background: url(../images/Backdrop-Dark.png) repeat-x;
	width: 100%;
	padding: 2px;	
}
.Content {
	font-size: 1.3em;
	font-weight: 700;
	min-height: 349px;
	height: auto !important;
	height: 349px;
	margin: 2px;
	padding: 2px 0 2px 4px;
	width: 722px;
	line-height: 17.5px;
}
.Content a:hover {
	color: #585858;
}
.Heading {
	font-size: 1.5em;
	font-weight: 700;
	color: #3798DC;
	margin: 3px;
	padding: 4px 2px 2px;
	background-color: #e6e6e6;
	width: 724px;
	border-bottom: 4px solid #FFF;
}
.Heading a:hover {
	color: #3798DC;
}
.Content-W {
	font-size: 1.3em;
	font-weight: 700;
	min-height: 349px;
	height: auto !important;
	height: 349px;
	margin: 2px;
	padding: 2px 0 2px 4px;
	width: 990px;
	line-height: 18px;
}
.Content-W li {
	margin: 0 0 0 12px;
}
.Content-W p {
	line-height: 26px;
	display: block;
}
.Heading-W {
	font-size: 1.5em;
	font-weight: 700;
	color: #3798DC;
	width: 992px;
	margin: 3px 3px 0;
	padding: 4px 2px;
	background-color: #e6e6e6;
	border-bottom: 4px solid #FFF;
}
.SubHeading-W {
	color: #62625C;
	margin: 0 3px;
	padding: 2px 0 2px 4px;
	background-color: #EFEFEF;
	width: 992px;
}
.Icon {
	display: block;
	float: left;
	margin: 2px 4px 4px;
}
.Text {
	float: left;
	padding: 1px 0;
	width: 100%;
}
.Tv {
	font-size: 1.1em;
	background: url(../images/icons/Icon-Tv.png) 0 0 no-repeat;
	color: #FFF;
	line-height: 16px;
	height: 200px;
	padding: 5px 0 0;
	margin: 0 0 0 14px;
}
.PushIcon {
	margin: 0 4px;
	float: left;
}
.PushIcon-2 {
	margin: -2px 4px 0 1px;
	float: left;
}
.PushIcon-3 {
	margin: -4px 4px 0 -1px;
	float: left;
}
.Left-Black { 
	float: left; 
	padding: 4px 2px 0; 
	margin: 4px 8px 0; 
	width: 238px; 
	height: 18px; 
	color: #FFF; 
	background-color: #6a6a6a; 
	border: 2px solid #cbcbcb; 
} 
.Left-White { 
	float: left; 
	padding: 4px 2px 2px; 
	width: 237px; 
	height: 18px; 
	color: #4B4B4B; 
	margin: 2px 9px 0; 
	background-color: #f8f8f8; 
	border: 2px solid #f3f3f3; 
}
.Books {
	height: auto;
	margin: 2px;
	padding: 2px 0 2px 4px;
	background-color: #fafafa;
	border: 2px solid #f3f3f3;
}
.RightBottom {
	font-size: 1.3em;
	font-weight: 700;
	display: block;
	background: url(../images/Rotation_Box.jpg) 0 0 no-repeat;
	width: 730px;
	height: 88px;
	margin: 3px 2px 0;
	padding: 4px 0 0 6px;
	color: #FFF;
}
.RightBottom span {
	padding: 4px 0 0;
	margin: 0 0 0 4px;
	text-align: center;
	display: block;
	color: #3798DC;
}
.RightBottom img{
	float:left;
	margin: -15px 10px 5px;
	border: 4px solid #cacaca;
}
.RightBottom a {
	color: #7F462D;
	text-decoration: none;
}
.RightBottom b {
	margin: 0;
	padding: 0;
}
.Footer {
 	font-size: 1.1em;
	font-weight: 700;
	background: url(../images/Sitemap_Box.jpg) 0 0 no-repeat;
	width: 1002px;
	height: 38px;
	color: #FFF;
	margin: 0 0 0 4px;
}
.Sitemap {
	float: left;
	padding: 7px 0 0 8px;
}
.Sitemap a {
	text-transform: uppercase;
	color: #FFF;
}
.Copyright {
	float: right;
	padding: 10px 8px 0;
}