/*
* ---------- WARNING ----------
* when publishing any background-image tags have the relative parts of their path replaced with the appropriate hostname, so:
* background-image: url(../../../Shared/Graphics/Image.png)
* becomes something like:
* background-image: url(http://images.psonar.com/Shared/Assets/Images/Versioned/Scrollbar/Image.png) 
* ---------- WARNING ----------
*/

/* header */
#header, #header_wrapper { position: relative; }

#main { padding-top: 2px; }

.section_l,
.section_c,
.section_r
{
	height: 33px;
	line-height: 33px;
}
.section_c { padding-right: 4px; }
.devices_links { margin: 2px 4px; }

.mrow { padding: 4px 6px; line-height: 180%; color: #666; }
.grid-cell-mainitem { font-size: 133% }

.subsection_links, .footer_links { width: 100%; padding: 5px 0; }
ul.subsection_links  { color:#E3004F; }
.subsection_links li {list-style-type: disc;  display: block; font-size: 14px; margin-top: 5px; line-height: 20px; }

.footer_links li { font-size: small; margin-top: 5px; line-height: 20px;}
ul.actionlinks {  padding: 3px; margin: 0;  }
ul.actionlinks li { margin: 5px; padding: 5px 8px; -webkit-border-radius: 7px; background-color: #eee; }
.pagination { padding: 8px 0; text-align: center; font-size: large; }
.pagination a { padding: 0 4px; }

#device_name,
#device_name_text
{
	text-align: center;
	margin-top: 6px;
}

.subsection_links { width: 100%; padding: 5px 0; margin: 0; }
.subsection_links li { display: block; list-style-type: none; border: 0; }
.subsection_links li a
{
	float: left;
	background-color: #eee;
	width: 99%;
	padding: 6px 5px;	
	background-position:right center;
	background-repeat:no-repeat;
	margin-bottom: 3px;
}
.section_back { margin: 0 4px; clear: left;}
#footer { float: left; }
ul.actionlinks li {	list-style-type: none; }