﻿/*-------------------
screen.css

---------------------*/

/*
Don't Touch!
---------------------*/
@import url(reset.css); /* levels the playing field across all browsers */

/*-------------------*/

html {
    overflow: -moz-scrollbars-vertical;
}
/*
Grid View Styles
---------------------*/
table {
	border-collapse: collapse;
}
th {
	background-color: #FFC;
	text-align: left; 
}
table.list, td.details table.list {
	width: 100%;
	border: 1px solid #666;
}
table.list tr th, td.details table.list tr th {
	text-align: left;
	background-color: #666;
	color: #FFF;	
	border-style: none;
	padding: 5px 20px 5px 2px;
	font-size:1.3em;
	font-weight:bold;
	border-top:2px solid #fff;
}
table.list tr th a, td.details table.list tr th {
	color: #FFF;
}
table.list tr td, td.details table.list tr td {
	border-bottom: 1px solid #999;
	padding: 2px 20px 2px 2px;
	vertical-align:middle;
	height:175px;
}
    table.dgUsers tr th { padding-left:8px; }
    table.dgUsers tr td { height:20px; padding-left:8px; }
    
    table.dgCategories tr td { height:100px; }
table.list tr td img { vertical-align:middle; }

table.list tr {
	background-color: #fff;
}
table.list tr.odd {
	background-color: #e1e5ee;
}

table.list tr:hover td { background-color:#ffff99; }

table.list tr.pager, table.list tr.pager a 
{
    color:White;
    background-color: #4a4a4a;
}
table.list tr.pager { border-bottom:2px solid #fff; }
table.list tr.pager td
{
    border:0;
    padding:2px;
    background-color:#666;
    height:31px;
    
}

table.list tr.pager td table { margin:0 0 0 3px; }

table.list input[type="checkbox"] { vertical-align:middle; margin:0 0 0 5px; }

table.list input.imgButton { vertical-align:middle; }

table.list tr.pager td a { background:#7f7f7f; display:block; padding:5px 7px; margin:2px; }

table.list tr.pager td a:hover { margin:0; border:2px solid #4a4a4a; text-decoration:none; }

/*active*/
table.list tr.pager td span { background:#FFF; color:#4D4D4D; display:block; padding:5px 7px; }

table.gnav tr td {
	background-color: #FFC;
	border: 1px solid #000;
	padding: 2px 10px;
	font-weight: bold;
}
table.gnav tr td a {
	color: #009;
	text-decoration: none;
}
table.gnav tr td a:hover {
	color: #900;
	text-decoration: underline;
}
table.webparts tr th {
	background-color: #009;
	padding: 5px;
	color: #FFF;
	font-size: 130%;
	border: 1px solid #009;
}

td.details div table 
{
	border-style: none;
}
td.details div table tr td.detailitem 
{
	width: 100%;
	padding: 3px 10px 3px 0px;
}
td.details
{
	border: 2px solid #009;
	padding: 10px;
	background-color:#EEE;
}
.alert {
	color: #C00;
	font-weight: bold;
}

/*
User Details (Create / Edit)
-------------------------------*/
table.tblUserDetails { font-size:1.25em; }

table.tblUserDetails tr {}
table.tblUserDetails td { padding:5px 5px 5px 8px; }
table.tblUserDetails td.detailheader { text-align: right; font-weight: bold; white-space: nowrap; border-style: none; }
table.tblUserDetails td.detailitem {}

a.lbEditUser, input.userButton { display:inline-block; background:#f4f4f4; font-weight:bold; text-align:center; padding:5px; border:1px solid #6D85AF;  }
input.userButton { display:inline; }
a.lbEditUser:hover, input.userButton:hover { background:#DFDFDF; }

table.cbUserRoles input {  }
table.cbUserRoles label {  }


/*-------------------------------*/

/*
base styles
-------------------------------*/
html {
     /*overflow: -moz-scrollbars-vertical;*/
}

body {
	font-family: Verdana, sans-serif;
	background-color:#f4f4f4;
	color:#666;
	font-size: 62.5%;  /* 16px × 62.5% = 10px */
	
}

a, 
a:link,
a:visited	{ text-decoration:none; color:#3e5276; }
a:hover 	{ text-decoration:underline; }

a img { border:none; }

/*Set default text size to roughly 13px*/
p, ul, ol, dl, label { font-size:1.3em; }


p {	margin-bottom:20px;	 }

h1, h2, h3, h4, h5 { font-weight:bold; }
h1, h2 	{ margin-bottom:13px;  }
h1 		{ font-size:1.8em; }
h2 		{ font-size:1.6em; }
h3      
{
    font-size:1.3em;
    margin-bottom:5px;
    padding-bottom:5px; 
}


/*
misc classes
---------------------*/
.no-margin { margin:0; }

.right-border { border-right:1px dashed #ccc; }

.imageFrame { position:absolute; z-index:1; }

.quiet {}
.loud { color:#333; }

.rightAlign { text-align: right; }
.leftAlign { text-align:left; }

ul.list li { list-style-type:disc;  margin-left:15px; }
ul.listIndent { margin-bottom:15px; }
ul.listIndent li { list-style-type:disc;  margin-left:35px; }

p.backLinkBox { float:left; font-size:1em; margin:4px 0 0 8px; }
p.backImageAndLinkBox { float:left; font-size:1.3em; margin:7px 0 0 8px; }
p.graphicRow { text-align:left; }
.greyBorder { border:1px solid #cbcbcb; }
/*
Page Wrapper
---------------------*/
#wrapper { 
	margin:0 auto; 
	padding:0 4px 0 4px;
	width:960px; 
	background:transparent url(../images/bg_body.gif) repeat-y;
}


/*
Header
---------------------*/
#header { height:110px; background:#666 url(../images/bg_header.gif) bottom repeat-x; }

	/*
	User Details
	---------------------*/
	#userDetails { text-align:right; padding:5px 30px 0 0; }
	#userDetails p { font-size:1em; color:#979797; margin:0; }
	#userDetails p span.userName { color:#fff; }
	#userDetails a,
	#userDetails a:link { color:#92aad6; }
	
	#userDetails a.headerLinkButton,
	#userDetails a.headerLinkButton:link { 
		margin:-5px 0 -8px 0px;
		padding:5px 15px 8px 0; 
		background:#333 url(../images/bg_adminLink-right.gif) bottom right no-repeat;
		color:#fff;
		text-decoration:none;		
	}	
	a.headerLinkButton span {
		margin-bottom:-8px;
		padding:5px 0px 8px 15px; 
		background:transparent url(../images/bg_adminLink-left.gif) bottom left no-repeat;
	}
	
	#userDetails a.headerLinkButton:hover { background:#424242 url(../images/bg_adminLink-right_r.gif) bottom right no-repeat; }
	a.headerLinkButton:hover span { background:transparent url(../images/bg_adminLink-left_r.gif) bottom left no-repeat; }
	/*
	Logo
	---------------------*/
	img.logo { float:left; margin-left:30px; }

	/*
	Primary Navigation
	---------------------------------------*/
	#primaryNav {  
		float:left;
		margin:21px 0 0 26px;
		overflow:hidden;
	}
	
	#primaryNav ul {
		height:33px; 
		background:transparent url(../images/primaryNav.gif) 0px -33px no-repeat; /*Use this if enabling the search link*/
		/*background:transparent url(../images/primaryNav2.gif) 1px -33px no-repeat;*/
	}
	#primaryNav ul li { 
		list-style-type:none;
		display:inline;
		float:left;
		height:33px;
	}
	
	#primaryNav ul li a,
	#primaryNav ul li a:link { 
		display:block;
		background:url(../images/primaryNav.gif) no-repeat;	
		height:33px;
		margin-right:7px;
		text-decoration:none;		
	}
	
	#primaryNav ul li a:hover {  }
	
	#primaryNav ul li a span { visibility:hidden; }
	
	#primaryNav ul li a.home { width:66px; overflow:hidden; background-position: 0px 33px; }
	#primaryNav ul li a.home:hover{ background-position: 0px 0px; }
	
	#primaryNav ul li a.search { width:75px; overflow:hidden; background-position: -73px 33px; }
	#primaryNav ul li a.search:hover { background-position: -73px 0px; }
	
	#primaryNav ul li a.browse { width:77px; overflow:hidden; /*background-position: -155px 33px;*/ background-position: -155px 33px;/*use this if search link is enabled*/ }
	#primaryNav ul li a.browse:hover { background-position: -155px 0px; }
	
	#primaryNav ul li a.userguide { width:110px; overflow:hidden; /*background-position: -239px 33px;*/ background-position: -239px 33px;/* use this if search link is enabled*/ }
	#primaryNav ul li a.userguide:hover { width:110px; background-position: -239px 0px; }
	
	#primaryNav ul li a.faq { width:46px; overflow:hidden; background-position: -356px 33px; }
	#primaryNav ul li a.faq:hover { width:46px; background-position: -356px 0px; }
	
	/*---------------------------------------*/


/*
Search Styles
---------------------*/
input.searchInput {
	margin:0 5px 0 0;
	padding:4px 5px 3px 0;	
	border:1px solid #ababab;
	float:left;
	text-align:right;	
	color:#636363;
}



a.btnSearch { float:left; margin-right:8px; }


#searchBar { 
	margin-bottom:30px;
	padding:7px 0 7px 30px;
	width:530px;
	background:#ebeaea url(../images/bg_searchbar.gif) bottom left no-repeat;
}
	
	
	#searchBar input {
		width:270px; 
		height:21px; 
		font-size:1.6em;
	}
	
	#searchBar ul.searchBarLinks { 
		margin-top:1px;
		padding-left:8px;
		background:url(../images/bg_searchbarlinks.gif) left repeat-y;
		font-size:1em;
		float:left;
	}
	#searchBar ul.searchBarLinks li { list-style-type:none; clear:both; float:none; }
	


/*
Primary Content Area
---------------------*/
#primaryContent { padding:0 30px 20px 30px; }

.admin { background:transparent url(../images/bg_adminContentArea.gif) 30px 0px no-repeat; }

	/*
	Two-column layouts
	- The width of all twoCol div pairs should add up to 867px
	- I use the "!important" hack because IE doesn't factor 
	  borders when determining width.
	---------------------*/
	.twoCol-Left,
	.twoCol-Right { float:left;}
	
	.twoCol-Left { 
		margin-right:16px; 
		padding-right:16px;
		min-height:600px;   
		height:auto !important; /* ie6 hack */
		height:600px; /* ie6 hack */
	}
	
	/*497 + 370 = 868*/
	.w498px { width:500px !important; width:501px; /*this rule is for IE*/ }
	.w370px { width:367px; }
	
	
	/*User Guide Layout*/
	.w333px { width:333px !important; width:334px; /*this rule is for IE*/ }
	.w534px { width:534px; }

	
		 
	/*
	Home Page Random Image Box
	---------------------*/
	#splashImageBox {
		min-height:440px;
		height:auto !important; /* ie6 hack */
		height:440px; /* ie6 hack */
	}
	
	#randomPhoto { display:none; margin-bottom:5px; }
	
	#randomPhotoCaption { font-size:.95em; padding-left:5px; }
	#photoDetailCaption { font-size:.95em; text-align:right; margin-top:5px; }
	
	
	/*
	Categories
	---------------------*/
	#categoryBrowserBox {  }
	
	ul.categoryItems li { 
		width:110px;
		height:130px;
		list-style-type:none; 
		display:block;
		float:left;
		margin-right:20px;
		margin-bottom:10px;
	}
	ul.categoryItems li a.categoryLink img { }
	ul.categoryItems li a.categoryLink {
		display:block;
		padding-left:20px;
		background:transparent url(../images/bg_categoryLink.gif) 0 2px no-repeat;
	}
	ul.categoryItems li.LastItem { margin-right:0px; }
	
	/*
	Rounded Module
	---------------------*/
	.roundedModule { 
		margin-bottom:18px;
	}
	
	.rm_Top {
		font-size:1px;
		height:10px;
		background:transparent url(../images/bg_roundedModule-top.gif) 0px 1px no-repeat;
	}
	.rm_Bottom {
		font-size:1px;
		height:10px;
		background:transparent url(../images/bg_roundedModule-bottom.gif) 0px 1px no-repeat;
		margin-bottom:-1px;
	}
	
	.rm_Top-download { background:transparent url(../images/bg_roundedModule-top-download.gif) 0px 1px no-repeat; }
	.rm_Bottom-download { background:transparent url(../images/bg_roundedModule-bottom-download.gif) 0px 1px no-repeat; }
	
	.rm_Body {
		padding:20px; 
		background:#ebeaea url(../images/bg_roundedModule.gif) bottom repeat-x; 
		margin-bottom:-1px;
	}
	
	.rm_Search { padding:20px; background:#ebeaea url(../images/bg_roundedModule.gif) bottom repeat-x; }
	.rm_Download { padding:10px 20px; background:#f5f4f4 url(../images/bg_roundedModule-download.gif) bottom repeat-x; }
	
	.rm_Header {
		height:25px;	
	}

	.roundedModule input.searchInput {
		width:228px;
		height:29px;
		font-size:2em;
		padding-top:6px;
	}
	.rm_Title { float:left; margin-right:5px; }
	.rm_TitleLinks { font-size:1em; float:left; display:block; margin-top:4px; margin-bottom:18px; }

/*
Search Results
---------------------------------------*/
ul.searchResults {  }

ul.searchResults li { 
	display:block;
	float:left;
	width:120px;
	list-style-type:none;
	margin:0 10px 0px 0px;
	background:#e6e6e6 url(../images/bg_searchresutslistitem.gif) 0 120px no-repeat;
	text-align:center;
	min-height:168px;   
	height:auto !important; /* ie6 hack */
	height:168px; /* ie6 hack */
}
ul.searchResults li.LastItem { margin-right:0px; } /*Used in Search Results List and Category*/

ul.searchResults li div.srImageBox {
	display:table-cell; /*IE is too stupid to understand this on*/
	vertical-align:middle; 
	height:120px; 
	width:120px; }

/*This will allow us to vertically align the images in IE.
ul.searchResults li div.srImageBox span.srImageBoxIE { display:inline-block; height: 100%; vertical-align: middle; font-size:1px; }*/

ul.searchResults li img { margin:0 auto; vertical-align:middle; }

ul.searchResults li a.title {
	font-size:.7em; 
	display:block;
	text-align:left;
	vertical-align:baseline;
	margin:3px 0 0 18px;
}

span.searchTerm { 
	font-size:1.2em;
	color:#010101;
	font-weight:normal;
	float:left;
	margin:3px 0 0 8px;
}
	/*
	Search Results Header and Footer
	-----------------------*/
	#searchResultsHeader,
	#searchResultsFooter {
		height:30px;
		background:#eaeaea;
		margin-bottom:20px;
	}

		/*
		Pagination
		-----------------------*/
		.pagination {
			padding:8px 0 0 10px;
			float:left;
		}
		
		.pagination ul {
			font-size:1em;
			height:18px;
			margin:0;
		}
		
		.pagination li {
			list-style-type: none;
			display: inline;
			float:left;
		}
		
		.pagination a, .pagination a:visited, .pagination span {
			display:inline-block;
			padding:2px 5px 2px 5px;
			text-decoration: none;
			margin-right:0px;
		
		}
		
		.pagination a:hover, .pagination a:active, .pagination span.currentpage { 
			color:#fff;
			background-color:#5b77ab;
			outline:none;
		}
		
		
		.pagination a.prevnext{
			font-weight: bold;
			padding:2px 0 2px;
		}
		.pagination a.prevnext:hover{
			font-weight: bold;
			background:none;
			color:#636363;
		}
		
		/*
		Display Options
		-----------------------*/
		div.displayOptions { 
			float:right; 
			width:520px;
			text-align:right;
			padding:4px 10px 0 0;
		}
		
		div.displayOptions input { margin-top:-5px; }
		div.displayOptions label { margin-left:18px; } 
		
		
		
/*
Photo Detail Page
---------------------*/
#photoDetailsTitleBox { height:30px;  }
#photoDetailsTitleBox p.photoTitle {
	position:relative; 
	top:-32px; 
	left:130px; 
	color:#000;
	text-transform:uppercase;
}

a.photoDetailsBackLink,
a.photoDetailsBackLink:link {
	position:relative; 
	top:8px; left:10px;
	padding:3px 0 5px 15px;
	background:transparent url(../images/bg_link-LeftArrow.gif) 0px 4px no-repeat;
	
}

#editPhotoDetails {
	width:141px;
	position:relative;
	float:right;
	clear:both;
	top:-20px;
	left:0px;
	text-align:right;
	padding:3px 10px 5px 0px;
	margin-bottom:-20px;
	background:#616161 url(../images/bg_editPhotoDetails.gif) top left no-repeat;
}
#editPhotoDetails a,
#editPhotoDetails a:link {
	padding-left:11px;
	background:transparent url(../images/bg_editPhotoDetailsLink.gif) 0px 4px no-repeat;
	color:#b1f233; 
}


#photoDetails {
	margin-bottom:18px;	
}
#photoDetails ul { clear:right; }
#photoDetails ul  li {
	list-style-type:none;
	padding:5px 20px 7px 20px;	
	background-color:#f5f5f5;
}
#photoDetails ul li.odd { background-color:#ebebeb; }

#photoDetails ul li strong { font-weight:normal; color:#000; }

#photoDetails, div.roundedModule { color: #4a4a4a }


	/*
	Download Photo Table
	-------------------------*/
	table.downloadTable { border-collapse:separate; font-size:1em; color:#636363; }
	table.downloadTable thead tr th { border-bottom:1px solid #d9d9d9; background:none; padding:0 0 4px 0; font-size:.9em; }
	
	table.downloadTable th.download { width:114px; }
	table.downloadTable th.resolution { width:148px;}
	table.downloadTable th.filesize { width:65px; }	
	
	table.downloadTable tbody td { padding:0px 0 8px; border-bottom:1px solid #d9d9d9; }
	table.downloadTable tfoot td { padding-top:5px; font-size:.9em; }
	
	a.downloadLink,
	a.downloadLink:link {
		display:block;
		padding:8px 0 12px 28px;
		font-size:1.2em;
		background:transparent url(../images/btn_download.png) 0px 6px no-repeat; 
	}

/*
Browse Page
---------------------*/	


/*
Admin Layout
---------------------------------------*/
	/*
	Login Screen
	----------------------------*/
	
	#clientLoginBox { width:430px; height:230px; margin:50px auto;  }

	#ctl00_cphBody_clientLogin { /*The table that all the form fields get dumped in*/
		width:400px;
	} 

	td.loginLabel input,
	td input.loginTextBox {
		width:238px;
		height:32px;
		border:1px solid #ababab;
		color:inherit;
		padding:8px 0 0 5px;
		margin:0;
		font-size:1.6em;
	}

	td.loginLabel { text-align: right; padding:10px; font-size:1.1em; vertical-align:top; }
	td.loginLabel label { text-transform:lowercase; }
	td input.loginTextBox { margin-bottom:10px; }
	

	td.rememberMe { text-align:right; height:1px; margin:0; padding:0; }
	td.rememberMe label { position:relative; top:-118px; left:-8px; font-size:1.2em; letter-spacing:-1px; } /*ie.css*/
	td.rememberMe input { position:relative; top:-118px; left:-12px; } /*ie.css*/
	
	td.loginErrorText {
		padding:5px 10px 5px 40px; 
		font-size:1em;
		background:#eb4848 url(../images/system_icons/icon_error.png) 8px 8px no-repeat; 
		color:#fff; 
		border:1px solid #ff9393;
		width:300px;
	}
	#ctl00_cphBody_clientLogin_Password { margin:0px; }

	#ctl00_cphBody_clientLogin_LoginImageButton { position:relative; top:0px; left:215px; margin-top:5px; }


	#clientLogin_UserNameRequired, 
	#clientLogin_PasswordRequired { vertical-align:top; padding-left:5px; }
	
	td.LoginTitle { background:transparent url(../images/it_adminLogin.gif) 68px 0px no-repeat; text-indent:-3000px; height:25px; }
    
    /*Rounded Module*/
    #clientLoginBox .rm_Top { background:transparent url(../images/bg_roundedModule-top-login.gif) 0px 1px no-repeat;	}
	#clientLoginBox .rm_Bottom { background:transparent url(../images/bg_roundedModule-bottom-login.gif) 0px 1px no-repeat; }
	#clientLoginBox .rm_Body { background:#eae9e9 url(../images/bg_roundedModule-login.gif) bottom repeat-x; padding:18px 0 18px 30px; }
	/*--------------*/
	
	/*-------------------------------*/

.adminLeft { 
	width:210px !important; 
	width:210px;
	padding:33px 26px 0 10px;
	
}
.adminRight { width:637px; padding-top:40px; }

	
#adminUserDetails { margin-bottom:18px; }

#adminUserDetails li { list-style-type:none; margin-bottom:5px; }



div.adminLeft ul.adminNav li { list-style-type:none; margin-bottom:12px;  }

div.adminLeft ul.adminNav li a,
div.adminLeft ul.adminNav li a:link {
	display:block;
	font-size:1em;
	font-weight:bold;
	padding:6px 0 9px 40px;

}

div.adminLeft ul.adminNav li a.adminNav-home { background:transparent url(../images/adminNavIcon_home.png) no-repeat; }
div.adminLeft ul.adminNav li a.adminNav-batches { background:transparent url(../images/adminNavIcon_photobatches.png) no-repeat; }
div.adminLeft ul.adminNav li a.adminNav-single { background:transparent url(../images/adminNavIcon_singlephoto.png) no-repeat; }
div.adminLeft ul.adminNav li a.adminNav-pending { background:transparent url(../images/adminNavIcon_pending.png) no-repeat; }
div.adminLeft ul.adminNav li a.adminNav-categories { background:transparent url(../images/adminNavIcon_categories.png) no-repeat; }
div.adminLeft ul.adminNav li a.adminNav-users { background:transparent url(../images/adminNavIcon_users.png) no-repeat; }

.approvalCount { 
	position:relative;
	top:-2px;
	color:#a32600;
	font-weight:normal;
	font-size:.7em;
}

/*---------------------------------------*/

    /*
	Form Elements
	----------------------------*/
        input.inputText,
        textarea.textArea { border:3px solid #dfdfdf; color:inherit; padding:2px 0 0 5px; }
        
        input.inputText { font-size:1em; font-weight:bold; height:17px; }
        textarea.textArea  { font-size:1em; }
        
        input.imgButton { vertical-align:bottom;  }
        input.middle { vertical-align:middle; }
        
        .inputCell { border:3px solid #dfdfdf; }
        
        /*some love for the radCalendar*/
        .pickerWrapper_Default td.inputCell { border:3px solid #dfdfdf; }
        .pickerWrapper_Default input { border:none; } 
        a.radPopupImage_Default { position:relative; left:5px; background:transparent; }
    /*---------------------------------------*/
    
    /*
	Photo Detail User Control & Page
	----------------------------*/
    .leftCol { float:left; width:313px;  }
    .rightCol { float:left; width:300px; }
    
    p.photoDetailBox { margin-bottom:5px; font-size:1px; }
    .batches { border:1px solid #A1CCFF; background:#DEEDFF; padding:10px; }
    p.batches { font-size:.9em; }
    
    .cbCategories {}
    table.cbCategories tr td { padding:3px 3px 3px 5px; width:190px; }
    table.cbCategories tr td:hover { background:#efefef; }
    table.cbCategories tr td input { vertical-align:baseline; cursor:pointer; }
    table.cbCategories tr td label { padding:3px; cursor:pointer; display:inline-block; width:160px;}
    
    textarea.taKeywords { width:602px; height:100px;}
    textarea.taDescription { width:280px; }
    
    /*---------------------------------------*/
    
    /*
	Pending Approval Screen
	----------------------------*/
    /*header
    tr th {}
    
    tr td {}
    
    tr.odd {}
    
    tr.odd td {}*/
   
    
    /*pagination
    tr.pager {  }
    tr.pager td {  }
    tr.pager td a { }*/
    
    
/*
Footer
---------------------*/
#footer { 
	margin:0 auto;
	padding:15px 30px 0 30px;
	height:49px; 
	width:908px;
	background:#666 url(../images/bg_footer.gif) bottom repeat-x;
	text-align:center;
}

#footer p { color:#f4f4f4; font-size:.95em; }
#footer a,
#footer a:link { color:#92aad6; }

/* 
Image Titles
---------------------*/
.imageTitle { text-indent:-3000px; height:20px; margin-bottom:13px; }

.itSearchResults	{ width:130px; background:transparent url(../images/it_SearchResults.gif) top left no-repeat; }
.itSearchPhotos		{ width:130px; background:transparent url(../images/it_SearchPhotos.gif) top left no-repeat; }
.itAdvancedSearch	{ width:300px; background:transparent url(../images/it_AdvancedSearch.gif) top left no-repeat; }
.itPhotoDetails		{ width:123px; background:transparent url(../images/it_PhotoDetails.gif) top left no-repeat;  }
.itDownloadPhoto	{ width:185px; background:transparent url(../images/it_DownloadPhoto.gif) top left no-repeat; }
.itPopularCategories{ width:173px; background:transparent url(../images/it_PopularCategories.gif) top left no-repeat; }
.itBrowseCategories	{ width:300px; background:transparent url(../images/it_BrowsePopularCategories.gif) top left no-repeat; }
.itBrowseVsSearch	{ width:301px; background:transparent url(../images/it_BrowsingvsSearching.gif) top left no-repeat; }
.itBrowseResults	{ width:131px; background:transparent url(../images/it_BrowseResults.gif) top left no-repeat; }
.itFullCategoryList	{ width:206px; background:transparent url(../images/it_FullCategoryList.gif) top left no-repeat; }
.itYourAdminMenu	{ width:167px; background:#f1f1f1 url(../images/it_YourAdminMenu.gif) 18px 6px no-repeat; margin:0 -10px; padding:5px 32px; margin-bottom:19px; }
.itAboutSeeFloridaGo{ width:174px; background:transparent url(../images/it_AboutSeeFloridaGo.gif) top left no-repeat; }
.itUserGuide		{ width:260px; background:transparent url(../images/it_UserGuide.gif) top left no-repeat; }
.itPhotoSearchTips	{ width:300px; background:transparent url(../images/it_PhotoSearchTips.gif) top left no-repeat; margin-top:30px; }
.itBrowseByCategory { width:300px; background:transparent url(../images/it_BrowseByCategory.gif) top left no-repeat; margin-top:30px; }
.itDownloadingPhotos { width:300px; background:transparent url(../images/it_DownloadingPhotos.gif) top left no-repeat; margin-top:30px; }
.itUsageGuidelines	{ width:300px; background:transparent url(../images/it_UsageGuidelines.gif) top left no-repeat; }
.itFAQ				{ width:300px; background:transparent url(../images/it_FrequentlyAskedQuestions.gif) top left no-repeat; }
.itCMSWelcome		{ width:410px; background:transparent url(../images/it_CMSWelcome.gif) top left no-repeat; }
.itContact			{ width:300px; background:transparent url(../images/it_ContactForm.gif) top left no-repeat; }
.itDistrictsAndCountyMap { width:340px; background:transparent url(../images/it_DistrictsAndCountyMap.gif) top left no-repeat; }

.cmsUL
{
    font-size:1.1em;
    margin-left:20px;
}

ul.cmsHomepageList {
    margin-left:20px;
    margin-top:0;
}

ul.cmsHomepageList li
{
    margin-bottom:5px;
}

