
					/* Begin general styles for all pages */

* {
	margin: 0;
	padding: 0;
}
body{
	color: #CCCCCC;
	background-repeat:repeat-x;
	font-weight: normal;
	/*font-family: Calibri, "Trebuchet MS", Helvetica, sans-serif; */
	background-color: #000000;	
	/*background-image: url(http://www.adcmobile.com/bg-2.gif);
	background-attachment: fixed;*/
}
img {
	/* img controls anything that all of the images have in common; in this case, we make sure no images have borders (we can add borders to specific images later) */
	border: 0;
}
a:link, a:visited {
	/* a:link, a:visited control the default link behavior for all of the links on the page (but most of the link behaviors are changed later in the CSS) */
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	/* a:hover controls the default hover behavior of all links */
	color: #0099FF;
}
.clear {
	/* .clear is used to push elements down past floated elements */
	clear: both;
}
#wrapper {
	/* #wrapper contains the entire contents of the page */ 
	width: 950px;
	margin: 0;
	padding: 0;
	background: #000;
}
/* Worpress Gallery */
#wp_gallery #wrapper {
	/* #wrapper contains the entire contents of the page */ 
	margin: 0 0 0 20px;
	padding: 0;
	background: #000;
	width: 950px;
	line-height: 1.3em
}
#plogger-header  {
	/* #header contains the gallery name and the search box */
	margin: 0 auto 0;
	text-align: left;
	width: 900px;
}
/* Worpress Gallery */
#wp_gallery #plogger-header  {
	/* #header contains the gallery name and the search box */
	margin: 0 auto 0;
	text-align: left;
	width: 910px;
}
#plogger-header  h1 #gallery-name  {padding: 0px 0 0 15px;}

p.sub-subnav {
	/* one can edit header.php, within the commented <p></p> tags, to add a few words below the breadcrumbs, in which case this controls that text */
	clear: both;
	margin: 8px 25px;
	text-align: center;
	font-size: 1.2em;
}
#gallery-name {
	/* #gallery-name controls the name of the gallery */
	float: left;
	margin: 5px 0 0 0;
	padding: 0 0 0px 15px;
	color: #fff;
	font: 1.8em "Trebuchet MS";
}

#search-container {
	/* #search-container contains the search box and the search button */
	float: right;
	white-space: nowrap;
	height: 25px;
	margin: 0px 0 0 0;
}
#search-container input {
	/* #search-container input is the search input box */
	float: left;
	width: 190px;
	margin: 3px 0 0 0;
	padding: 1px;
	border: 1px solid #666666;
	color: #FFFFFF;
	background: #000;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.2em;
}
#search-container input.submit {
	/* #search-container input.submit is the search button */
	width: 110px;
	height: 26px;
	cursor: pointer;
	color: #fff;
	background: #000 url(images/srch_btn_2gray.png) no-repeat;
	border: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 4px 0px 0px 8px;
	padding: 0px 0px 5px 5px;

}
#search-container input.submit:hover {
	/* #search-container input.submit:hover is the search button hover behavior */
	color: #0099FF;
}
#subnav_top {
	/* #subnav_top is above the breadcrumb navigation */
	background: url(images/subnav_topb.jpg) no-repeat center top;
	height: 1px;
	display: block;
	clear: both;
	margin-top: 0px;
}
#subnav_bottom {
	/* #subnav_bottom is below the breadcrumb navigation */
	background: url(images/subnav_topb.jpg) no-repeat center top;
	height: 1px;
	display: block;
}
#breadcrumbs {
	/* #breadcrumbs contains the breadcrumbs nav */
	width: 940px;
	height: 22px;
	background: url(images/global_nav_black.jpg) repeat-x center top;
	color: #fff;
	padding: 0px 0 0 10px;
}
#breadcrumb_links {
	padding: 10px;
	width: 600px;
	text-align: left;
	font-size: 14px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#breadcrumb_links a {
	/* #breadcrumb_links a controls the link behavior of the breadcrumbs text */
	padding: 0 0 0 10px;
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
}
#breadcrumb_links a:hover {
	/* #breadcrumb_links a:hover, #slideshow a:hover a controls hover behavior of the breadcrumbs links */
	color: #0099FF;
	text-decoration: none;
}
#slideshow {
	/* #slideshow contains the 'View as Slideshow' link */
	margin: 0 0 0 25px;
}
#slideshow a {
	/* #slideshow a controls the text of the 'View as Slideshow' link */
	float: left;
	display: block;
	margin: 0 -168px 0 0; /* negative right margin equal to width fixes centering issue in IE7 */
	padding: 2px 18px 0;
	color: #fff;
	width: 168px;
	height: 26px;
	font: bold 1.0em "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	background: #000 url(images/dnld_btn_1gray.gif) no-repeat;
}
#slideshow a:hover {
	/* #slideshow a:hover controls the hover behavior of the 'View as Slideshow' link */
	color: #0099FF;
	text-decoration: underline;
}
#no-pictures-msg {
	/* #no-pictures-msg controls the "no collections", "no albums", and "no picture" messages displayed when a visitor goes to a page without collections, albums, or a picture */
	margin: 0 0 200px;
	padding: 80px 0;
	font-size: 1.4em;
	text-align: center;
}
.checkbox {
	/* .checkbox controls the appearance of the checkbox on all pages */
	clear: both;
	margin: 4px auto 0;
	padding: 0;
}

					/* Begin collection and album page styles */

#thumbnail-container {
	/* #thumbnail-container contains the entire list of all collections or the entire list of all albums, as appropriate */
	margin: 0 auto 0;
	width: 98%;
	/* background: #000 url(images/spot_bg.jpg) no-repeat center bottom; */
}
#wp_gallery  #thumbnail-container {
	/* #thumbnail-container contains the entire list of all collections or the entire list of all albums, as appropriate */
	margin: 0 auto 0;
	width: 98%;
	/* background: #000 url(images/spot_bg.jpg) no-repeat center bottom; */
}
#collections {
	/* #collections contains the entire list of all collections or the entire list of all albums, as appropriate (yes, it's redundant to #thumbnail-container) */
	margin: 0 20px;
	width: 98;
	min-height: 300px;
	background: #000;
}
.collection {
	width: 49%;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.collection-image-link {
	/* .collection-image-link controls the link surrounding the thumbnail image of each collection or album in the list */
	margin: 0 0 0 25px;
	border: 1px solid #404040;
	display: block;
	float: left;
	margin-right: 15px;
	padding: 3px;
}
.collection-image-link:hover {
	/* .collection-image-link:hover controls the hover behavior of the link surrounding the thumbnail image of each collection or album in the list */
	border: 1px solid #cccccc;
}
.photos {
	/* .photos controls the thumbnail picture on the collection(s) and album pages */
	vertical-align: bottom; /* firefox hack to remove the gap below images surrounded by an anchor (the space under the image is apparently called the line descent) */
}
.collection h2 {
	/* .collection h2 controls the collection or album title */
	margin: 0px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.collection h2 a {
	/* .collection h2 controls the link behavior of the collection or album title */
	color: #ffffff;
		font-size: 16px;
	font-weight: bold;
}
.collection h2 a:hover {
	/* .collection h2:hover controls the hover behavior of the collection or album title */
	color: #0099FF;
}
.meta-header {
	/* .meta-header controls the "Contains X Albums" or "Contains X Pictures" text */
	margin: 0;
	padding: 0;
	color: #eeeeee;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: small;
}
.collection p {
	/* .collection p controls the description of the collection or album */
	margin: 6px 0 0 0;
}

					/* Begin album page styles */

ul.slides {
	/* ul.slides controls the unordered list of the thumbnails of images within an album */
	margin: 10px 0 15px;
	padding: 0;
}
ul.slides li {
	/* ul.slides li controls each list item within the unordered list of the thumbnails of images within an album */
	float: left;
/*	margin: 0 0 0 13px; (do not specify a margin if you're using the thumbnail centering function in album.php) */
	padding: 6px;
	display: inline;
	text-align: center;
}
ul.slides li img {
	/* ul.slides li img controls the thumbnail image itself */
	border: 1px solid #404040;
	background: #000000;
	padding: 3px;
}
ul.slides li a {
	/* ul.slides li a controls the thumbnail image link behavior */
	display: block; /* display:block required to make anchor tag's border surround img in Firefox */
}
ul.slides li img:hover {
	/* ul.slides li img:hover controls the thumbnail image hover behavior */
	background: #404040;
	border: 1px solid #cccccc;
}
.thumbnail p {
	/* .thumbnail p controls the title of the image, as it is displayed under the thumbnail on the album page */
	/* width is set inline in album.php and equal to the width of the thumbnail image */
	font-size: 11px;
	margin: 4px 0 0 0;
	padding: 0 6px;
	line-height: 1.2em;
	font-weight: bold;
	height: 3.5em;
	overflow: hidden;
}

					/* Begin "picture" page styles */
					

#big-picture-container {
	/* #big-picture-container contains the picture, the prev/next image buttons, the camera details and the thumbnail nav (if enabled) */
	/* background: #000 url(images/spot_bg.jpg) no-repeat center bottom; */
}
#big-picture {
	/* #big-picture contains the picture, the prev/next buttons, the camera details and the thumbnail nav (if enabled) */
	margin: 0 auto 0;
	width: 950px;
	padding: 10px 0 10px 0;
	background: #000;
}

#big-picture h2{
	margin: 20px auto 10px;
}
.picture-title {
	/* .picture-title controls the picture title */
 	width: 60%;
	margin: 0 auto 6px;
	text-align: center;
	font-size: 1.3em;
	color: #ffffff;
}
.date {
	/* .date controls the picture date */
 	width: 950px;
	margin: 10px auto 10px;
	text-align: center;
	font-size: 1.1em;
	color: #eeeeee;
	letter-spacing: 1px;
}
#nav-link-img-prev {
	/* #nav-link-img-prev controls the prev button */
	float: left;
	margin: 5px 0 0 10px;
	display: inline;
	width: 98px;
	height: 26px;
	background: url(images/prev_btn_1gray.gif) no-repeat;
	padding: 0px;
	border: none;
	font: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
}
#nav-link-img-prev-disabled {
	/* #nav-link-img-prev-disabled is a placeholder div when there is no prev button */
	float: left;
	margin: 5px 0 0 25px;
	width: 98px;
	height: 26px;
}
#nav-link-img-next {
	/* #nav-link-img-next controls the next button */
	float: right; /* 19px left margin fixes picture description centering issue in IE7 by making total width = to that of prev button */
	display: inline;
	width: 79px;
	height: 26px;
	background: url(images/srch_btn_2gray.gif) no-repeat;
	padding: 0px;
	border: none;
	font: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 19px;
}
#nav-link-img-next-disabled {
	/* #nav-link-img-next-disabled is a placeholder div when there is no next button */
	float: right;
	margin: 5px 25px 0 19px; /* 19px left margin fixes picture description centering issue in IE7 by making total width = to that of prev button */
	width: 79px;
	height: 26px;
}
#nav-link-img-prev a {
	/* #nav-link-img-prev a controls the text of the prev button */
	color: #ffffff;
	display: block;
	padding: 2px 0px 0px 13px;
}
#nav-link-img-next a {
	/* #nav-link-img-next a controls the text of the next button */
	color: #ffffff;
	display: block;
	padding: 2px 0px 0px 21px;
}
#nav-link-img-prev a:hover, #nav-link-img-next a:hover {
	/* #nav-link-img-prev a:hover, #nav-link-img-next a:hover controls the common hover behavior of the prev/next buttons  */
	color: #0099FF;
}

#picture-holder {
	/* #picture-holder contains the picture */
	width: 950px;
	clear: both;
	margin: 30px 0 0 0;
}
.photos-large {
	/* width: 600px; */
    display: block;
	padding: 3px;
	background: #000;
	border: 1px solid #404040;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#picture-holder a:hover {
	/* #picture-holder a:hover controls the hover behavior of the picture itself */
	white-space: normal;
}
#picture-description {
	/* #picture-description controls the picture's description */
 	width: 550;
	margin: 0 auto 0;
	text-align: center;
	font-size: 14px;
	width: 600px;
}
#picture-description li {
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-size: 10px;
	list-style-type: disc;
}
#print {
	/* #print contains the 'Print Image' link */
	height: 36px;
	float: left;
}
#print a {
	/* #print a controls the 'Print Image' link */
	display: block;
	width: 98px;
	height: 26px;
	background: url(images/prev_btn_1gray.gif) no-repeat;
	margin: 0 -98px 0 25px;
	padding: 6px 0 0;
	border: none;
	font: bold 1.0em "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
}
#print a:hover {
	/* #print a:hover controls the hover behavior of the 'Print Image' link */
	color: #0099FF;
}

					/* exif stuff is for the 'camera details' table */

#exif_toggle {
	margin: 20px 0 0;
	padding: 0;
}

#exif-toggle-container a:{
	text-decoration: underline;
	color: #FFFFFF;
}
#exif_table {
}
#exif_data {
	margin: 0 auto 0;
	text-align: left;
}
#exif_data td {
	padding: 0 20px;
}

					/* Begin thumbnail navigation styles */

#thumbnail-nav {
	/* #thumbnail-nav contains the thumbnail navigation list */
	margin: 15px 5px 0px;
}	
#thumb-nav {
	/* #thumb-nav controls the unordered list that comprises the thumbnail navigation */
	list-style-type: none;
}
#thumb-nav li {
	/* #thumb-nav li controls each unordered list item that comprises the thumbnail navigation button */
	float: left;
	margin: 5px;
}
#thumb-nav li img {
	/* #thumb-nav li img controls the image within each unordered list item that comprises the thumbnail navigation button */
	border: 1px solid #404040;
	background: #000;
	padding: 3px;
	display: inline;
}
#thumb-nav li img:hover {
	/* #thumb-nav li img:hover controls the hover behavior of the image within each unordered list item that comprises the thumbnail navigation button, wheee! */
	background: #404040;
	border: 1px solid #cccccc;
}

					/* Begin comment styles */

#comment-section {
	/* #comment-section contains the comments, the "post a comment" input fields, and the submit button */
	margin: 10px auto 10px;
	width: 700px;
	text-align: left;
}
.comment-heading {
	/* .comment-heading controls the "Comments:" and "Post a comment:" headings */
	margin: 12px 0 6px;
	font-size: 1.4em;
}
#comment-section form p {
	/* #comment-section form p contains the "post a comment" input fields */
	margin: 6px 0;
}
.comment, .comment_alt {
	/* .comment, .comment_alt control those elements that all comments have in common */
	border-top: 1px solid #404040;
	margin: 0;
	padding: 15px;
	list-style: none inside;
}
.comment_alt {
	/* .comment_alt controls those elements that every other comment has in common, eg: a different colored background */
	background: #101010;
}
.comments p {
	/* .comments p controls paragraphs within each comment */
	margin: 0;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0 0 15px;
}
.comments cite {
	/* .comments cite controls the "Comment by So-and-so - Posted on DATE" text */
	margin-top: 8px;
	padding: 5px 5px 5px 23px;
	color: #fff;
	background: url(images/com-bubble.gif) no-repeat 0 5px ;
	font-size: 1.0em;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 28px;
}
.comments-closed {
	/* .comments-closed controls the "Comments closed." message if comments are disabled */
	color: #fff;
	text-align: center;
}
.comment-input-button input {
	/* .comment-input-button input controls the "Post Comment" submit button */
	padding: 2px 6px;
}
.errors {
	/* .errors controls the error message when there is a problem with a comment */
	margin: 0 0 15px 0;
	padding: 8px 8px 8px 30px;
	border: 1px solid #e3071f;
	font-size: 1.1em;
	color: #000;
	background: #f5a7ab url(images/null.gif) no-repeat 5px 5px;
}

					/* Begin slideshow page styles */

.large-thumb-toolbar {
	/* .large-thumb-toolbar controls the "Stop", "Rewind", "Fast-forward", etc. buttons on the slideshow page */
	padding: 15px 0;
	text-align: center;
}
.large-thumb-toolbar a {
	/* .large-thumb-toolbar a controls the link behavior of the "Stop", "Rewind", "Fast-forward", etc. buttons on the slideshow page */
	padding: 0 4px;
}

					/* Begin Footer Section */
#footer_holder {
	background: #000000 url(images/subnav_topw.jpg) no-repeat center top;
	padding: 1px 0 0 0;
	margin: 0px 0 0;
}
#footer {
	/* #footer contains the entire footer */
	background: #000000;
	min-height: 50px;
	margin: 0 auto 0;
	width: 600px;
	padding: 0 0 20px;
}
/* Worpress Gallery */
	
#wrap #footer_holder {
	background: #000000;
	width: 900px;
}
	
#wrap #footer_holder  .clearfix{
background: #000000;
width: 920px;
margin-left: 15px;
	}
	
#wrap #footer_holder #footer  .clearfix{
background: #000000;
width: 920px;
	}
	
#wrap #footer {
	background: #FFFFFF url(images/footer.png);
	width: 990px;
	height: 50px;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: center;
	}

	
.pagination {
	/* #pagination contains the pagination */
	width: 50%;
	margin: 0 auto 0;
	padding: 5px;
	text-align: center;
	font: bold 1.0em/2.8em "Trebuchet MS", Verdana, Arial, sans-serif;
	min-height: 26px;
	color: #ffffff;
}
span.page_link, span.pagetitle {
	/* span.page_link controls the non-link page numbers and a.pagelink controls the linked page numbers */
	text-decoration: none;
	padding: 0 px;
}

a.pagPrev span, a.pagNext span{
	font: bold 1.9em/2.8em "Trebuchet MS", Verdana, Arial, sans-serif;
	padding: 0 4px;
		margin: 5px;
}

a.page_link {
	/* #pagination a controls the link behavior of the page numbers */
	font: bold 1.0em/2.8em "Trebuchet MS", Verdana, Arial, sans-serif;
	display: inline;
	background: url(images/page_btn_1gray.gif) no-repeat;
	padding: 0px 12px 8px;
	margin: 0 5px;
}

a.pagPrev {
	/* #pagination a controls the link behavior of the page numbers */
	font: bold 1.0em/2.8em "Trebuchet MS", Verdana, Arial, sans-serif;
	display: inline;
	background: url(images/page_btn_1gray.gif) no-repeat;
	width: 32px;
	height: 28px;
	padding: 0px 12px 8px;
	margin: 0 8px;
}
a.pagNext 	{
    /* #pagination a controls the link behavior of the page numbers */
	font: bold 1.0em/2.8em "Trebuchet MS", Verdana, Arial, sans-serif;
	display: inline;
	background: url(images/page_btn_1gray.gif) no-repeat;
	width: 32px;
	height: 28px;
	padding: 0px 12px 8px;
	margin: 0 8px;
}

.pagination a:hover {
	/* #pagination a:hover controls the link hover behavior of the page numbers */
	text-decoration: none;
	color: #0099FF;
}
#download-selected {
	/* #download-selected contains the "Download Selected" button */
	margin: 0 25px 20px -170px; /* negative left margin equal to width fixes centering issue in IE7 */
	padding: 0;
	float: right;
	display: inline;
	text-align: right;
	width: 170px;
}
#download-selected input.submit {
	/* #download-selected input.submit controls the "Download Selected" button itself */
	margin: 0;
	padding: 0;
	width: 168px;
	height: 26px;
	float: right;
	display: inline;
	color: #fff;
	cursor: pointer;
	padding: 0px 0 4px 0;
	border: none;
	font: bold 1.0em "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	background: #000 url(images/dnld_btn_1gray.gif) no-repeat;
}
#download-selected input.submit:hover {
	/* #download-selected input.submit:hover is the "Download Selected" button hover behavior */
	color: #0099FF;
}
#navigation-container {
	/* #navigation-container contains the "Jump to http://www.adcmobile.com." navigation drop down menu */
	float: left;
	text-align: left;
	white-space: nowrap;
	margin: 14px 0;
}
#sort-control {
	/* #sort-control contains the "Sort by:" label and drop down menus */
	float: right;
	text-align: right;
	display: inline;
	width: 360px;
	margin: 14px 0;
}
option {
	/* option controls each item within the "Sort by:" drop down menus */
	padding: 0 4px;
}
#sort-control span, #sort-control div {
	/* #sort-control span contains the ["Sort by:" text and 'by which criteria' menu] and [ascending/descending menu] */
	float: left;
	margin: 0 0 0 8px;
	display: inline;
	font-size: 1.2em;
}
#change_sortby {
	/* #change_sortby controls the 'by which criteria' menu */
	margin-left: 5px;
}
#rss-tag-container {
	/* #rss-tag-container contains the rss image and link */
	float: right;
	margin: 8px 0 0 0;
	text-align: right;
}
#rss-image {
	/* #rss-image controls the rss image */
	margin-right: 10px;
}
#link-back {
	/* #link-back controls the "Powered by Plogger" text */
	clear: both;
	font-size: 90%;
	text-align: center;
}
#link-back a {
	/* #link-back a controls the link behavior of the "Powered by Plogger" text */
	color: #000000;
}
.credit {
	/* .credit controls the "Design by ardamis.com" text */
	font-size: 90%;
	padding: 0 0 10px 0;
	text-align: center;
}
.credit a {
	/* .credit a controls the link behavior of the "Design by ardamis.com" text */
	color: #363120;
}
#link-back a:hover, .credit a:hover {
	/* #link-back a:hover, .credit a:hover controls the hover behavior of the "Powered by Plogger" and "Design by ardamis.com" link text */
	color: #0099FF;
}

					/* Begin div clearing code */

.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0099FF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

/************** header tag styles **************/


h1 .gallery-name{
	padding:10px 0 0 20px;
}

h1{
	color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	}

h2{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}

h3{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

h4{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

h5{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

h6{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}


/*************** list tag styles **************

ul{
	list-style-type: disc;
	margin-left: 5px;
	color: #CCCCCC;
	font-size: 12px;
	padding-left: 20px;
}
*/

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 2px 0 0 0 ;
}

label{
color: #FFF;
}
				
input{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 120px;
	left: 17px;
	right: 17px;
	width:95%;
	background-color: #000000;
	height: auto;
	z-index: 5;

}

#tl {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	width:95%;
	height: 42px;
	top: 0px;
	left: 17px;
	position: absolute;
}

#pageNav{
	width:130px;
	padding: 0px;
	background-color: #000000;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	font-size: small;
	float:left;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-right-style: groove;
	border-bottom-style: groove;
	border-right-color: #666666;
	border-bottom-color: #666666;
}

#content{
	margin:0px;
	width:660px;
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

/************* globalNav styles ****************/

#globalNav{
	position: absolute;
	width: 95%;
	min-width: 680px;
	height: 32px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	background-image: url(http://www.adcmobile.com/secure/images/global_nav_black.jpg);
	top: 58px;
	left: 17px;
}

#globalNav img{
	margin-bottom: 0px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
	background-image: url(http://www.adcmobile.com/secure/images/glbnav_leftblue_black.jpg);
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
	background-image: url(http://www.adcmobile.com/secure/images/glbnav_rightblue_black.jpg);
}

#globalLink{
	position: absolute;
	top: 3px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 6px;
	z-index: 100;
}

#globalLink .login {
	color: #00FF00;
	font-size: small;
	font-weight: bold;
}

#globalLink .login: hover {
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
}

a.glink, a.glink:visited{
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
	background-image: url(http://www.adcmobile.com/secure/images/global_nav_black_rollover.jpg);
	text-decoration: underline;
	color: #0099FF;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 94px;
	left: 12px;
	min-width: 700px;
	height: 22px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
	width: 780px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 85%;
	color: #FFFFFF;
}

.subglobalNav a:hover{
	font-size: 85%;
	color: #0099FF;
}

/*************** story styles ******************/
.secureh2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00FF00;
	font-style: italic;
}
.story {
	font-size: 10pt;
	padding-top: 5px;
	color: #CCCCCC;
	width: auto;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.story .table {
	z-index: 100;
	height: auto;
	width: 660px;
	left: 5px;
	top: 5px;
}
.story .td {
	font-size: 10pt;
	color: #CCCCCC;
}
.story a:link, .story a:visited {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #0099FF;
}

.story a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.story div {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}

.story h3{
	color: #FFFFFF;
	vertical-align: top;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 145%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.story h5 {
	color: #FFFFFF;
	display:block;
	padding: 3px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 120%;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}

/************** siteInfo styles ****************/

#siteInfo{
	font-size: small;
	color: #CCCCCC;
	padding: 6px;
	clear: both;
	float: left;
	width: 400px;
	margin: 0px;
	position: static;
	bottom: 3px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #cccccc;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#siteInfo a:link, #siteInfo a:visited {
	color: #0099FF;
}
#siteInfo a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: small;
	background-color: #000000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	}


#sectionLinks h3{
	padding: 5px 0px 2px 3px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	font-weight: bold;
	display: block;
	border-bottom: 1 px solid #0754A8;
	padding: 2px 0px 3px 5px;
	color: #FFFFFF;
	background-color: #000000;
}
#sectionLinks a:hover{
	text-decoration: underline;
	background-image: url(../secure/images/global_nav_black_rollover.jpg);
	color: #0099FF;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	list-style-type: disc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	width:130px;
	padding: 0px;
	background-color: #000000;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	font-size: small;
	float:left;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: groove;
	border-bottom-style: groove;
	border-right-color: #666666;
	border-bottom-color: #666666;
}

#advert img{
	padding-bottom: 5px;
	padding-top: 5px;
}

/********************* end **********************/

.flashcontent {
	width: 95%;
	left: 0px;
	right: 0px;
}
.admintable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.admintableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
/********************* ADC added **********************/
.style15 {
	font-style: italic;
	color: #FF0000;
}
.style16 {
	font-style: italic;
	color: #00CC00;
}
.login {
	color: #00FF00;
}
.whitebold {
	font-weight: bold;
	color: #FFFFFF;
}
