/*
	DEFAULT.CSS	v1.1
	Created Monday 05/01/06 11:04:56 PM by CPruitt
	The following is the primary CSS definitions file for this website
*/

/*
	Default styles are defined in the /lib/css/ stylesheets
*/
@import url(/lib/css/yui_reset.css);
/*@import url(/lib/css/yui_grids.css);*/
@import url(/lib/css/yui_fonts.css);
@import url(/lib/css/core.css);
@import url(/lib/css/messaging.css);


html {}
body {background-color:white; margin:0px;}

strong {font-weight:bold;}

input, select, textarea {
	border-top:1px solid gray;
	border-left:1px solid gray;
	border-right:1px solid silver;
	border-bottom:1px solid silver;
}

input.image {
	border:none;
	vertical-align:middle;
}

#nmBodyContainer {height:100%;}

.floatClear {width:auto; visibility:visible; height:0px; clear:both; background-color:green; overflow:hidden;}

.testMediaItem {border:1px solid gray; margin:10px 8px 8px 10px; background-color:white; display:inline; padding:5px 5px 5px 5px;}
.testMediaItem {width:163px; height:194px; float:left;}
.testMediaItem {text-align:center;}
.testMediaItem:hover {background-color:#B9E2FE;; overflow:hidden;}

.testMediaItem a.thumbnail {
	display:block;
	width:162px;
	height:162px;
	overflow:hidden;
}


/*.testMediaItem a.thumbnail img {height:80px; border:1px solid black;}*/
.testMediaItem a.thumbnail img {border:1px solid black;}
.testMediaItem a.thumbnail:hover img {}

.mediaItemInfoBubble {
	font:10px monospace;
	background-color:#DFDFDF;
	padding:0px;
	margin:0px;
	text-align:left;
	vertical-align:middle;
	background-image:url(/images/ui/infobubble_10px_l.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:20px;
	margin-top:8px;
}

div.mediaItemInfoBubble div {
	height:100%;
	background-image:url(/images/ui/infobubble_10px_r.gif);
	background-repeat:no-repeat;
	background-position:top right;
	margin:0px;
	padding:2px 0px 0px 10px;
	overflow:hidden;
	font-size:10px;
}

.mediaItemInfoBubble img {
	vertical-align:-5px;
	margin-right:4px;
}



.x_mediaItemStill {border:3px solid #B9E2FE;}
.x_mediaItemMotion {border:3px solid #B2E09A;}


.nmInfoTable	{
				width:100%;
				border:1px solid silver;
				font-size:10px;
				}

.nmInfoTable th, .nmInfoTable td	{
									border:1px solid silver;
									background-color:white;
									padding:5px;
									vertical-align:top;
									}			

.nmInfoTable th	{
				width:10px;
				white-space:nowrap;
				font-weight:bold;
				vertical-align:bottom;
				}

.verticalHeaders tr th {
	text-align:right;
	vertical-align:top;
}










.visualSubview {
	margin-bottom:10px;
	margin-top:10px;
	padding:13px 10px 10px 10px;
	border:1px solid silver;
	display:block;
}

.visualSubview h1 {
	position:relative;
	float:left;
	clear:both;
	white-space:nowrap;
	margin-top:-22px;
	padding:2px 5px;
	background-color:white;
	color:silver;
	font-size:10px;
	font-weight:bold;
}

form table {border-collapse: separate; border-spacing: 10px 20px;}
form table tr th.labelView,
form table tr td.labelView,
form table tr td.fieldView {}

form table tr th.labelView,
form table tr td.labelView {width:10px; text-align:right; white-space:nowrap; vertical-align:top; font-weight:bold;}
form table tr td label.required {font-weight:bold;}

form table tr td.fieldView {}