.gallerycontainer{background-color:deepskyblue;}  
 
body{  /* rest of the body statement in uccstyle.css - seperated for xstandard editor  */ 
	/*text-align:left; /* center*/ 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	font: normal 13px Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	color: black; 
	z-index:0; 
	position: none; /*fixed shows up, absolute, relative, none*/ 
 
} 
 
.tabwrapper{background-color:cornsilk;} /*YETII tabstrip control*/ 
table {font-size: 13px;} 
img { border: 0px; margin: 0px 0px 10px 0px; } /*float:left; */ 
/* img.center {float: center; margin: 0px 0px 0px 0px;} */ 
img.left {float: left; margin: 0px 15px 10px 0px;} 
img.right {float: right; margin: 0px 0px 10px 10px;} 
img.home {float: right; margin: 0px 15px 10px 0px;} 
p {margin: 0px 0px 10px 0px; } 
p.indent {margin: 0px 0px 0px 20px;} 
p.left {text-align: left;} 
p.center {text-align: center;} 
p.right {text-align: right;} 
 
p.bcrumbs{text-align: left; float:left; margin: 0 0 0 25px;width:600px;} 
 
hr /* horizontal rule */ 
	{ 
	width:100%; 
	position: relative; 
	padding: 0px 0px 0px 0px; 
	margin: 4px 0px 4px 0px; 
	} 
 
.clear {clear:both;} 
 
.textright {text-align:right}  /* i don't want to edit the p. tags as those are default for xstandard.  we'll make our own for layout. */ 
.textleft {text-align:left} 
.textcenter {text-align:center} 
 
.content, #content  
	{ 
	position: relative; 

	z-index:1; 
	} 
 
.content a:link, .content a:visited   
	{
	color: #600;
	text-decoration: underline;
	} /* links in content section */ 
 
.content a:hover  
	{
	color: #666;
	text-decoration: underline;
	} 
 
.security 
	{ 
	background-color: #ffcdcd; 
	padding: 0px 20px 0px 20px; 
	} 
 
.reviewsec  
	{ 
	border-color: black; 
	border-style: solid; 
	border-width: 1px 1px 1px 1px; 
	} 
	 
.timerelease 
	{ 
	background-color: yellow; 
	padding: 0px 20px 0px 20px; 
	} 
 
.reviewtrelease  
	{ 
	background-color: yellow; 
	} 
	 
.queryrelease 
	{ 
	background-color: orange; 
	padding: 0px 20px 0px 20px; 
	} 
	 
.reviewqrelease  
	{ 
	background-color: yellow; 
	} 
 
.reviewwrappermsg 
	{ 
	background-color: pink; 
	} 
	 
.contentcol1of3 
	{ 
	position: relative; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	width: 180px; 
	float: left; 
	} 
 
.contentcol2of3 
	{ 
	position: relative; 
	padding: 0px 10px 0px 10px; 
	margin: 0px 0px 0px 0px; 
	width: 580px; 
	float: left; 
	} 
 
.contentcol3of3 
	{ 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	width: 180px; 
	float: left; 
	} 
	 
.contentcol1of2 
	{ 
	position: relative; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	width: 170px; 
	float: left; 
	} 
 
.contentcol2of2 
	{ 
	position: relative; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	width: 670px; 
	float: right; 
	} 
.contentcol1of2b 
	{ 
	position: relative; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	width: 670px; 
	float: left; 
	} 
 
.contentcol2of2b 
	{ 
	position: relative; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 10px; 
	width: 170px; 
	float: right; 
	} 
 
.calloutbox 
	{
	border: 1px solid #CCC;
	margin: 0 0 24px 0;
	padding: 0 0 10px 0;
	background-color: #FBFBFB;
	}

.calloutbox a, .calloutbox a:visited
	{
	color:#630;
	text-decoration:none;
	}

.calloutbox a:hover
	{
	color:#F30;
	text-decoration:underline;
	}
	
.calloutbox p {  
	margin: 10px 20px; 
	} 
	 
.calloutboxnoborder 
	{ 
	background-color: white;	 
	margin: 0px 0px 0px 0px; 
	padding: 10px 10px 5px 10px; 
	border-color: #666; 
	border-style: solid; 
	border-width: 0px 0px 0px 0px; 
	} 
 
.boxnoborderorpadding 
	{ 
	background-color: white;	 
	margin: 0px 0px 10px 0px; 
	padding: 0px 0px 0px 0px; 
	border-color: #666; 
	border-style: solid; 
	border-width: 0px 0px 0px 0px; 
	} 
 
/*tests - NOT USED*/ 
.kevin2 {border:2px solid red;background-color:#666; color:white;} 
ul.listboxbody1 {list-style-type: none; color:red; padding: 0px 2px 3px 4px; list-style-image: url(/files/home/configuration/sitegraphics/spacerwhite.gif);} 
.boxheading{ border:1px solid black; height:8px; background-color:#666;  color: white; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-indent: 8px } 
.boxlist { border:1px solid black; text-align:left; color: #000; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular } 
.backgroundcolor {background-color:#E6E2D7;} 
.boxlistbody {list-style-type: none; color:red; padding: 0px 2px 3px 4px; list-style-image: url(/files/home/configuration/sitegraphics/spacerwhite.gif);} 
 
code {font-family: courier, monospace;border:1px solid #cccccc;background-color:#ffffcc;padding-left:1px;padding-right:1px} 
 
/*unused xstandard styles  -- please keep*/ 
 
kbd {padding:0px 1px 0px 1px;border-width:1px 2px 2px 1px;border-style:solid} 
abbr {border-bottom:1px dashed;cursor:help} 
acronym {border-bottom:1px dashed;cursor:help} 
dfn {font-style:normal;border-bottom:1px dashed;cursor:help} 
cite {font-style:normal;border-bottom:1px dashed;cursor:help} 
samp {font-family: courier, monospace;border:1px solid #cccccc;background-color:#ccffcc;padding-left:1px;padding-right:1px} 
span.underline {text-decoration:underline} 
span.strikethrough {text-decoration:line-through} 
div.textbox {clear:both;float:left;width:150px;font-size:.8em;padding:2px 10px;border-top:1px solid gray;border-bottom:1px solid gray} 
div.photo {float:right;width:auto;font-size:.8em;font-weight:bold;padding:4px} 
	 
	 
 
	 
/* HOME BOXES SECTION STYLES  
==========================================================================*/	 
	 
#homeBoxes {  
	margin: 0 0 0 25px;
	padding:0;
	} 
	 
#homeBoxes .homeBox {  
	display: block; 
	float: left;  
	width: 200px;
	padding:0;
	margin: 0 23px 0 0; 
	text-align: center; 
	} 
	 
#homeBoxes .homeBox a {  
	display: block; 
	height: 120px;
	width: 200px; 
	text-indent: -5000px; 
	text-decoration: none; 
	outline: none;  
	} 
	 
	


/* Breadcrumb Login Bar SECTION STYLES  
==========================================================================*/	 
#mnubar {
	width:898px;
	margin:0 0 0 2px;
	padding:0;
	} 
	
.mnubar_children {
	font-size:10px;
	}
	 
	 
/* CONTENT SECTION STYLES  
==========================================================================*/	 
 
#content { 
 	margin: 0;   
	padding: 15px 25px 20px 25px;  
	} 
	 
.column1-3colLayout {  
	width: 423px; 
	float: left;  
	margin-right: 23px; 
	} 
 
.column2-3colLayout {  
	width: 200px; 
	float: left;  
	margin-right: 23px; 
	} 
 
.column3-3colLayout {  
	width: 200px; 
	float: left;  
	}	 
	 
.toolBox {  
	background: #ccc; 
	border: 1px solid #d2d0c7; 
	margin: 0 0 24px 0; 
	padding: 0 0 10px 0; 
	} 
	 
.column1-2colLayout {  
	width: 646px; 
	float: left;  
	margin-right: 23px;
	position:relative;
	} 
 
.column2-2colLayout {  
	width: 200px; 
	float: left;  
	} 

.photo_box_left {
	float:left;
	margin: 0 15px 10px 0;
	padding:0;
	}

.photo_box_left img{
	margin: 0;
	padding:0;
	}

.photo_box_right {
	float:right;
	margin: 0 0 10px 15px;
	padding:0;
	width:300px;
	overflow:hidden;
	}

.photo_box_right img{
	margin: 0;
	padding:0;
	}

.photo_caption {
	margin: 0;
	padding:0;
	font-style:italic;
	}
	 
.toolBox p {  
	margin: 10px 20px; 
	} 
	 
.toolBox a {  
	color: #666;  
	text-decoration: none;  
	} 
	 
.toolBox a:hover {  
	color: #B31;  
	} 
	 
.column1-3colLayout img {  
	float: right;  
	border: 2px solid #666258;  
	margin: 5px 0 10px 15px;
	padding:0;
	}	 
	 
h1 {  
	color: #B31; 
	font-size: 24px; 
	font-weight: normal; 
	margin: 0;
	padding:0;
	line-height:30px;
	} 
	 
h2 {  
	color: #674; 
	font-size: 16px; 
	font-weight: normal; 
	font-style: italic; 
	line-height: 15px; 
	margin: 2px 0; 
	} 
	
h3 {  
	color: #674; 
	font: 11px/14px Times, Times New Roman, Georgia, serif; 
	font-weight: bold; 
	} 
	 
h6 {
	padding: 8px 10px;
	color: #FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	background: #666 url(chromebg.png) repeat-x;
	} 
	 
a {
	color: #8C0024;
	} 
	 
a:hover, a.more:hover {
	color: #900;
	} 
	 
a.more {  
	color: #674; 
	text-decoration: underline;  
	padding: 0 0 0 12px;  
	background: url(bullet.gif) no-repeat 2px 2px;  
	} 
	 
ul {  
	list-style-type: none; 
	margin: 10px 0;  
	padding: 0;  
	}	 
	 
ul li {  
	padding: 0 0 0 12px;  
	background: url(bullet.gif) no-repeat 2px 2px;  
	} 
 
 
	 
/* GENERAL STYLES  
==========================================================================*/ 
 
#logo, #searchTitle {  
	behavior: url(/files/home/configuration/css/iepngfix.htc);  
	} 
	 
.clear {  
	clear: both;  
	} 
	
/* placeholder pagelist  keywords
==========================================================================*/ 
.pagelistkeyword-video{
	font-style:normal;
	font-weight:none;
	text-decoration: none;
	color:red;
}

/* placeholder pagelist  
==========================================================================*/ 

ul.pagelist-titledescriptionimagelist {
	clear: both; 
	background-color:none;
	list-style-type: none; 
	padding: 5px;
}

ul.pagelist-titledescriptionimagelist li {
	height:120px;
	border-bottom-style:solid;
	border-bottom-width:0px;
	background-color:none;
	background: none; 
	
}

ul.pagelist-titledescriptionimagelist img{
	float:left;
	margin: 0 15px 10px 0;
	padding:0;
	
}

ul.pagelist-titledescriptionimagelist li.odd {
	background-color:none;
}
	 
ul.pagelist-titlemedialist {
	clear: both; 
	background-color:none;
	list-style-type: none; 
	padding: 5px;
}

ul.pagelist-titlemedialist li {
	background: none; 
	
}
	 
ul.pagelist-titlekeywordlist {
	clear: both; 
	background-color:none;
	list-style-type: none; 
	padding: 0px;
}

ul.pagelist-titlekeywordlist li {
	background: none; 
	padding-top:10px;
	padding-left:20px;
	padding-right:5px;
}

ul.pagelist-titlekeyworddatelist {
	clear: both; 
	background-color:none;
	list-style-type: none; 
	padding: 0px;
}

ul.pagelist-titlekeyworddatelist li {
	background: none; 
	padding-top:10px;
	padding-left:20px;
	padding-right:5px;
}

ul.pagelist-titledescriptionlist {
	clear: both; 
	background-color:none;
	list-style-type: none; 
	padding: 0px;
}

ul.pagelist-titledescriptionlist li {
	background: none; 
	padding-top:10px;
	padding-left:0px;
	padding-right:5px;
}
