﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body
{
    background: url("/Content/bg-grid.png") repeat scroll 0 0 transparent;
    font-size: 12px;
	height: 100%;
	outline: none;
    color: #5B5B5B;
    font-family: arial;
}
ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}
:focus
{
	outline: 0;
}
ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}



/* LINKS   
----------------------------------------------------------*/
a
{
	color: #336699;
	text-decoration: underline;
	font-weight: normal;
}

a:hover
{
	color: #111111;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{

	color: #666666;
	margin: 20px 0 10px 0;
}

h1
{
	font-size: 2em;
	font-weight: bold;
}

h2
{
	color: #cccccc;
	font-size: 1.5em;
	font-weight: normal;
}

h3
{
	color: #444444;
	font-size: 1.5em;
	font-weight: bold;	
}

h4
{
	font-size: 1.3em;
}

h5, h6
{
	font-size: 1em;
}

p 
{
   margin: 5px 0px;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
   page width.  Or, you can specify an exact pixel width. */
   
#strip
{
    color: #6F6C6B;
    word-spacing: 1px;    
    float:right;
	padding: 4px;
	padding-right:25px;
	padding-bottom:0px;
	font-size: small;
	width:850px;
	text-align:right;
}
#strip a
{
    font-weight:bold;
    color: #FFFFFF;
   /* opacity:0.5;  */
    text-shadow: 0px 1px 3px #333333;
	text-decoration: none;
}
#strip a:hover
{
	text-decoration: underline;
}

#logo
{
    float:left;
    width:180px;    
    padding-left:20px;
    margin-top:20px;
}
#logo h1
{
	color: #333333;
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	padding: 40px 20px 20px 80px;
}
#information 
{
    float:right;
    width:600px;
    height:100px;
    line-height:100px;
    margin-right:10px;  /* 10px */
}
#vseaaward
{
    float:right;  /* right */
    width:180px;    
    padding-left:23px; /* 30px */
    padding-right:15px; /* 0px */
    margin-top:10px;
    margin-left:0px;  /* new */
    margin-right:0px;  /* new */

}
#vseaaward a
{
    float:right;  /* right */
}
#search
{
    float:right;
	font-size: small;
	color: #6F6C6B;
	font-size:large;
}
#search a
{
	color: #6F6C6B;
	text-decoration: none;
}
#search a:hover
{
	color: #000;
	text-decoration: underline;
}

#lhs 
{
    float:left;
    width:475px;
    margin-bottom:30px;
}
#rhs 
{
    float:right;
    width:475px;
}
.banner 
{
    background: -moz-linear-gradient(center top , #FFFFFF, #ECECEC) repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #DBDBDB;
    height: 30px;
    padding:10px 0px 0px 10px;
    font-size:1.3em;
}
.left-radius 
{
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
}
.right-radius 
{
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
}
#message 
{
    float:left;
    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #F9F9F9;
    border-color: #F2F2F2 #F2F2F2 #D5D5D5;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    position: relative;
    width:928px;
    margin: 0 auto;
    margin-left:5px;
}


#admore
{
	position: absolute;
	right: 70px;
	bottom: 58px;
}
#admore a
{
	text-decoration: none;
	font-size: small;
	color: #0F2C51;
}
#adtext a:hover
{
	color: #639F35;
}

/* LOGIN   
----------------------------------------------------------*/

#logindisplay
{
	color: green;
	text-align: right;
	font-weight: bold;
	padding-top: 10px;
	margin-right: 60px;
}

#logindisplay a:link, #logindisplay a:visited
{
	color: #333333;
	text-decoration: none;
}

#logindisplay a:hover
{
	text-decoration: underline;
}

/* MAIN  
----------------------------------------------------------*/
#adtext
{
	bottom: 20px;
	color: #444444;
	position: absolute;
	right: 220px;
	font-size: 18px;
	width: 500px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#adimage
{
	position: absolute;
	right: 60px;
	bottom: 5px;
}

#header
{
    -moz-border-radius: 8px 8px 8px 8px;
    -moz-box-shadow: 1px 1px #AAAAAA;
    -webkit-border-radius: 8px 8px 8px 8px;
    -webkit-box-shadow: 1px 1px #AAAAAA;
    background-color: #FEfEfE;
    margin-top: 5px;
    margin-bottom: 20px;
	position: relative;
	float:left;
	height: 100px;
	width:950px;
}

#main
{
    background-color:#FFF;
    float:left;
    margin: 0;
    width: 950px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
}
#main h2 
{
    font-size:1.5em;
    color: #666;
    margin-bottom:20px;
    margin-top:10px;
}
#footer
{
	clear:both;
	position: relative;
	bottom: 0;
	left: 0;
	color: #666;
	padding: 11px 0;
	text-align: center;
	font-size: 11px;
	width: 950px;
	min-height: 20px;
	background-color:#CCC;
}
.widget 
{
    float:left;
    padding-left:10px;
}
.widget p
{
    margin:10px;
    margin-left:0px;
    line-height:1.5em;
}
#promo 
{
    float:left;
    /* padding-left:25px; */
    padding-left:5px;
}


#promo ul 
{
    float:left;
    margin:0px;
    /* padding:0px; */
    padding-left:0px;
}

#promo ul li 
{
    float:left; 
    list-style-type:none;
    /* margin-right:30px; */
    margin-right:24px;
}

#promo ul li p
{
    width:90px;
  /* padding:0px 5px; */
    padding-left:15px; 
    text-align:center;
}

#promo ul li:last
{
    float:left;
    list-style-type:none;
    margin-right:0px;
}
#promo ul li img 
{   
}
#iphone
{   
}
#blackberry
{   
  /*  margin-top:12px;  */
    margin-top:24px;
}
#android
{   
    margin-top:2px;
}
#pagetitle
{
	width: 600px;
	margin: 0px auto;
	padding-top: 0px;
}

/* FAQ  
----------------------------------------------------------*/

#faqtitle
{
	width: 862px;
	margin: 0px auto;
	padding-top: 0px;
}

#leftColumn
{
    border-right: 1px solid #CCCCCC;
    float: left;
    padding: 32px;
    padding-left:0px;
    padding-top: 20px;
    text-align: justify;
    width: 526px;
}
 
#rightColumn
{
    float: right;
    margin: 0;
    padding: 0;
    width: 270px;
    padding-top:0px;
}
 .sidebar
 {
   padding : 32px;
   text-align: center;
 }
 
 
 #wrapper
 {
    margin: 20px auto;
    text-align: left;
    width: 862px;
 }
 #container
 {
    margin: 20px auto;
    margin-top:0px;
    width: 960px;
 }
 #page
 {
    margin: 20px auto;
    margin-top:0px;
    width: 920px;
    padding:20px
 }
#page table td 
{
    padding:5px;
}
#page form input[type="text"] 
{
    width:400px;
    padding:3px;
}
#page p 
{
    margin-bottom:10px;
}

/* CONTACT US   
----------------------------------------------------------*/

#contactform
{
	width: 600px;
	margin: 0px auto;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset
{
	margin: 2em 0 1em 0;
	padding: 1em;
	border: 1px solid #4B628A;
}

legend
{
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 10px;
}

fieldset p
{
	margin: 10px 12px 2px 10px;
}

fieldset label
{
	display: block;
	font-weight: bold;
	margin: 15px 0 5px;
}

fieldset label.inline
{
	display: inline;
}

input[type="text"], input[type="password"]
{
	width: 200px;
	border: 1px solid #cccccc;
	color: #333333;
	
	background-color:#FFFFFF;border-color:#666666 #CCCCCC #CCCCCC;border-style:solid;border-width:1px;color:#000000;
}

input[type="text"]:focus, input[type="password"]:focus
{
	background-color: #ffd09d;
	border: 1px solid #ff9622;
}

textarea
{
	display: block;
	height: 100px;
	width: 400px;
	color: #333333;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.1em;
	border: 1px solid #cccccc;
	
	background-color:#FFFFFF;border-color:#666666 #CCCCCC #CCCCCC;border-style:solid;border-width:1px;color:#000000;
}

textarea:focus
{
	background-color: #ffd09d;
	border: 1px solid #ff9622;
}

/* TABLE
----------------------------------------------------------*/
table
{
	border: solid 1px #cccccc;
}
#table_id
{
	width: 100%;
}
#table_id td
{
	padding:5px;
	vertical-align:top;
}
#table_id th
{
	text-align:left;
}
table td
{
	padding: 1px;
	border: solid 1px #cccccc;
}

table thead td, table th
{
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	background-color: #ff9622;
	border: solid 1px #cccccc;
}

table thead
{
	font-size: 1.2em;
	font-weight: bold;
}

table th
{
	background-color: #DDD;
	text-transform: capitalize;
}

table tr.row-alternate
{
	background-color: #E4E4E4;
}


/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#menu li
{
	float: left; /*background: transparent url('images/TabInactiveLeft.png') no-repeat bottom left;*/
}

ul#menu li a
{
	display: block;
	padding: 15px 20px 8px 15px;
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none; /*text-transform: uppercase;*/ /*background: transparent url('images/TabInactiveRight.png') no-repeat bottom right;*/
}

ul#menu li a:hover
{
	text-decoration: underline;
}

ul#menu li.active
{
	background: transparent url('images/TabActiveLeft.png') no-repeat bottom left;
}

ul#menu li.active a
{
	background: transparent url('images/TabActiveRight.png') no-repeat bottom right;
}


/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: #ff0000;
}

.field-validation-error
{
	color: #ff0000;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	padding: 10px 10px 10px 35px;
	margin: 10px 0;
	border: 1px solid #dfdfdf;
	color: #ff0000;
	font-weight: bold;
	background: #fcf9ce url(icons/error.gif) 5px 6px no-repeat;
}

.errorMessage, .warningMessage, .infoMessage
{
	padding: 10px 10px 10px 35px;
	margin: 5px 0;
	border: 1px solid #DFDFDF;
	color: #333333;
	font-weight: bold;
}

.errorMessage
{
	background: #fcf9ce url(icons/error.gif) 5px 6px no-repeat;
}

.warningMessage
{
	background: #fcf9ce url(icons/exclamation.gif) 5px 6px no-repeat;
}

.infoMessage
{
	background: #fcf9ce url(icons/info.gif) 5px 6px no-repeat;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}


/* OTHER HTML TAGS  
----------------------------------------------------------*/
code, blockquote
{
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	background: #fafafa;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #ff9622;
}

code
{
	font: 500 1em/1.5em 'Lucida Console' , 'courier new' , monospace;
}

blockquote
{
	font: bold 1.2em/1.5em 'Trebuchet MS' , Tahoma, sans-serif;
	color: #666666;
}

ul, ol
{
	margin: 10px 30px;
	list-style-position: inside;
}

ul
{
	list-style-type: disc;
}

ol
{
	list-style-type: decimal;
}

img.faqimg
{
	margin: 0px 0px 50px 0px;
}
/*
img.float-right
{
	margin: 5px 0px 5px 15px;
	border-right: 3px solid #ff9622;
}

img.float-left
{
	margin: 5px 15px 5px 0px;
	border-left: 3px solid #ff9622;
}
*/

.clearfix
{
	display: inline-block;
}
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}


#area
{
    float:left;
	width: 100%;
	padding: 0;
	margin: 0;
}


#top
{
	background-color: #4B628A;
	font-size: 14px;
	font-weight: 900;
	padding: 10px;
	padding-bottom: 20px;
	color: #FFFFFF;
	position: relative;
	width:930px;
}

#above
{
	background-color: #4B628A;
	font-size: 22px;
	font-weight: 900;
	margin-left: -10px;
	color: #ffffff;
	font-family: Helvetica,Arial,Verdana,sans-serif;
}

#info
{
	position: absolute;
	left: 0px;
	bottom: 6px;
	color: #CCC;
	font-size: x-small;
}


#map_de
{
	float: left;
	background: #FFF;
	border: none cursor: move;
	margin: 0px;
	padding: 0px;
	height: 750px;
	width: 295px;
}
#map
{
	float: left;
	background: #FFF;
	border: none cursor: move;
	margin: 0px;
	padding: 10px;
	padding-left:10px;
	width:455px;
	height:400px;
}
#theMap_de
{
	position: relative;
	width: 100%;
	height: 370px;
	border: 1px solid #CCCCCC;
	margin-bottom:10px;
}
#theMap
{
	position: relative;
	height: 400px;
}

#issues
{
	position: relative;
	float: left;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #DEDADA;
	border-bottom: 2px solid #DEDADA;
	border-top: none;
	margin: 0px;
	padding: 0px;
	height: 650px;
	border-left: 1px solid #4B628A;
	width: 400px;
	overflow:auto;
}

#issue-detail
{
	position: relative;
	float: left;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #DEDADA;
	border-bottom: 2px solid #DEDADA;
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
	width:300px;
}
#issue-detail .field, #issue-detail .field label
{
    display:block;
}
#issue-detail .field 
{
    padding:5px;
    padding-left:10px;
}
#issue-detail .field label
{
    font-weight:bold;
    display:block;
    font-size:larger;
    margin-bottom:3px;
}
#issue-detail .field textarea, #issue-detail .field select 
{
    width:270px;
    background-color: #FFD09D;
}



#issue-history
{
	float: left;
	background: #FFF;
	border: none cursor: move;
	margin: 0px;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	width:335px;
}
.detail-view-title
{
	background: none repeat scroll 0 0 #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	height: 36px;
	color: #3366CC;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding-left:10px;
	padding-top: 4px;
}
#detail-view-title-img /* place HandsetIcon at rhs of Detail heading box */
{
    float: right;
    padding-top: 0px;
    padding-right: 6px;
}
#historyBox
{
	padding:5px;
	background-color: #EFEFEF;
	float:left;
	width:325px;
    height: 710px;
    overflow: auto;	
}
.historyItem
{
	border-bottom: 1px dashed #CCCCCC;
	min-height: 45px;
	list-style: none outside none;
	margin: 0;
	padding: 10px;
	font-weight: bold;
	color: #6F6C6B;
	overflow:auto;
}
.historyItem:last-child
{
	border-bottom: none;
}
.historyDiff
{
    margin-top: 8px; 
    color: #858772; 
    margin-bottom: 8px;
    margin-left:8px;
    font-style:italic;
}

#histories
{
	background: none repeat scroll 0 0 #FFFFFF;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
#mobileInfo
{
	width: 100%;
	margin-top: 5px;
	height: 303px;
	border: 1px solid #DEDADA;
	border-bottom: 2px solid #DEDADA;
	display:none;
}
#issues ul
{
	margin: 0px;
	margin-top: 1px;
	padding-bottom: 0px;
	list-style-position: outside;
}
.issue:hover
{
	background-color: #EEEEEE;
	border-right: 1px double #BBB;
	border-bottom: 1px double #BBB;
	cursor: hand;
	cursor: pointer;
}
.issuehighlight
{
	position: relative;
	background: #EDEFA7 none repeat scroll 0 0;
	list-style: none;
	height: 104px;
	border-bottom: 1px dashed #DDDDDD;
	padding: 5px;
}
#controls
{
	margin-right: 40px;
	padding: 0px 20px 10px 0px;
	float: right;
	width: 100%;
	text-align: right;
	margin-top: -35px;
}
.bold
{
	font-style: normal;
	font-weight: 700;
}
.italic
{
	font-style: italic;
}
#issueBox
{
	background: #FFFFFF none repeat scroll 0 0;
	list-style: none;
	height: 430px;
	margin-top: 5px; /* overflow: auto;  */
}
.inboxbody
{
	line-height: 150%;
	margin-left: 0px;
}
.issue
{
	position: relative;
	background: #FFFFFF none repeat scroll 0 0;
	list-style: none;
	height: 110px;
	border-bottom: 1px dashed #DDDDDD;
	padding: 5px;
	margin: 0px;
	display: none;
}
.issuetxt
{
	position: absolute;
	border: 0 none;
	left: 125px;
	top: 8px;
	font-size: small;
	line-height: 1.5em;
}
.IssuePin
{
	position: absolute;
	border: 0 none;
	left: 350px;
	top: 40px;
}
img.photo
{
    float:left;
	border: 2px solid #EEE;
	padding: 2px; /*Inner border size*/
	background: #fff; /*Inner border color*/
	height: 96px;
	width: 96px;
	/*cursor: pointer;*/
	margin-right: 10px;
}
.photo:hover
{
	padding: 0px; /*Inner border size*/
	height: 98px;
	width: 98px;
	margin-right:12px;
}
.status
{
	position: absolute;
	border: 0 none;
	height: 32px;
	width: 32px;
	right: 0px;
	bottom: 0px;
	cursor: move;
}
.green
{
	color: Green;
}
.bold
{
	color: #666666;
}
.issueid
{
	color: #0f2c51;
	cursor: move;
	font-style: normal;
	font-weight: 700;
}
.issuetitle
{
	color: #6f6c6b;
	font-weight: bolder;
}
.issueid a
{
	color: #0f2c51;
}
.issueid a:hover
{
	color: #639f35;
	text-decoration: none;
}
.issueid a:visited
{
	text-decoration: none;
}
/*.ui-state-highlight
{
	height: 65px;
	list-style: none;
}*/
.lighttext
{
	color: #AAA;
	line-height: 1;
	font-weight: bolder;
	font-family: "Century Gothic";
	font-size: 13px;
}
.address
{
	line-height: 1em;
}
.smalldate
{
	color: #AAA;
	font-weight: bolder;
	font-size: smaller;
}
.markerTable
{
	margin-top: 0px;
	border-collapse: collapse;
}
.markerTable td, .markerTable tr
{
	border-style: hidden;
	padding: 5px;
	margin: 5px;
	vertical-align: top;
}
.issue a:link
{
	text-decoration: none;
}
.issue a:hover
{
	text-decoration: underline;
}
.pagination
{
	position: absolute;
	bottom: 7px;
	font-size: x-small;
}
#pagingBody a
{
	color: #194884;
}
#pagingBody a:hover
{
	background-color: #6aa436;
}
.StatusNameSpan
{
	font-style: normal;
	font-weight: 700;
	color: #AAAAAA;
	line-height: 0.5em;
	display: none;
}
.StatusComment
{
    position:relative;
    left:120px;
    top:85px;
    font-size: x-small;
}
.StatusComment img
{
    position:relative;
    top:5px;
}
.StatusComment a
{
	color: #AAAAAA;
	text-decoration: none;
}
.StatusComment a:hover
{
	color: #639f35;
}

.asterisk
{
	color: #FF0000;
}

.top5Div
{
	margin: 20px;
}
#detailTable
{
	width: 300px;
	float: left;
	border-right: none;
	border: none;
	border-style: none;
}
#detailTable tr
{
	height: 25px;
}
#detailTable td
{
	border: none;
}
#detailTable th
{
	border: none;
	width: 25px;
	background-color: White;
	vertical-align:top;
}

#detailTable td div
{
	margin: 12px;
	margin-top:5px;
	font-weight: bold;
}
#detailTable td input[type="text"]
{
	background-color: #ffd09d;
	width: 85%;
	margin: 12px;
	margin-top:5px;
}
#detailTable td select
{
	background-color: #ffd09d;
	width: 85%;
	margin: 12px;
		margin-top:5px;

}

#detailTable td textarea
{
	background-color: #ffd09d;
	width: 90%;
	margin: 12px;
	height: 90px;
}

#address
{
	height: 30px;
	margin-top: 5px;
	font-weight: bold;
}

#pictures
{
	border: 3px solid #4B628A;
	height: 290px;
	overflow: auto;
	overflow-y: hidden;
	padding-bottom: 0px;
	background-color:#DDDDDD;
}
#picturePanel
{
}

.detailPhoto
{
	width: 290px;
	height: 290px;
	float: left;
	margin-top:5px;
	
}

#gallery
{
	float: left;
	border-left: none;
	border-top: none;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.markerTable
{
	margin-top: 0px;
	border-collapse: collapse;
}
.markerTable td, .markerTable tr
{
	border-style: hidden;
	padding: 5px;
	margin: 5px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal
{
	width: 86%;
	margin: auto;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal
{
	width: 100%;
}





/* Dashboard */


ul#dashboardmenu
{
    float:left;
	margin: 0;
	padding: 0;
	margin-bottom:20px;
	list-style-type: none;
	width: 950px;
	position: relative;
	display: block;
	height: 40px;
	font-size: 13px;
	background: transparent url("/Content/blue.jpg") repeat-x top left;
	font-family: Helvetica,Arial,Verdana,sans-serif;
}
ul#dashboardmenu li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ffffff;
}
ul#dashboardmenu li a
{
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	padding: 12px 20px 0 20px;
	height: 28px;
}
ul#dashboardmenu li a:hover
{
	background: transparent url("/Content/black.jpg") repeat-x top left;
}
ul#dashboardmenu li span
{
	float: left;
	padding: 0px;
	position: absolute;
	right: 10px;
	top: 40px;
	display: none; /*--Hide by default--*/
	background: #1376c9;
	color: #fff;
	border: 1px solid black;
}



ul#dashboardmenu li:hover span
{
	display: block;
}
/*--Show subnav on hover--*/
ul#dashboardmenu li span a
{
	display: inline;
	border-right: 1px solid black;
}
/*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#dashboardmenu li span a:hover
{
	text-decoration: underline;
}

#FromEmail
{
	margin-left: 8px;
	position: relative;
	font-weight: bold;
	color: rgb(255, 208, 157);
}

.EmailLabel
{
	float: left;
	color: #000000;
	font-size: 90%;
	margin-right: 8px;
	font-weight: bold;
	width: 50px;
	
}
.statusicon
{
    position:relative;
    top:2px;
    padding-right:2px;
}

 .modal-overlay  
 {  
     position:fixed;  
     top:0;  
     right:0;  
     bottom:0;  
     left:0;  
     height:100%;  
     width:100%;  
     margin:0;  
     padding:0;  
     background:#fff;  
     opacity:.55;  
     filter: alpha(opacity=55);  
     -moz-opacity: 0.55;  
     z-index:101;  
 } 
 
 .modal-loading-image
 {
 	display: block;

 }
#authorities
{
    float:left;
    margin-top:25px;
}
.authority 
{
    float:left;
    width:275px;
    min-height:175px;
    background-color: #F8F8F8;
    border:1px solid #CCC;
    padding:10px;
    margin:2px;
}
.authority h3 
{
    font-size: 120%;
}
#categories-form input 
{
    margin-left: 60px;
    margin-top:10px;
}
#ajax-loading 
{
    padding:0px 20px;
}
.icon-Status 
{
    display:block;
    height:24px;
    padding-left:22px;
    line-height:22px;
}
.icon-New
{
    background: url("/Content/status/flag_16.png") no-repeat;
}
.icon-Acknowledged 
{
    background: url("/Content/status/letter_16.png") no-repeat;
}
.icon-Accepted 
{
    background: url("/Content/status/manager.png") no-repeat;
}
.icon-Closed 
{
    background: url("/Content/status/tick_16.png") no-repeat;
}
.icon-Suspended 
{
    background: url("/Content/status/clock_16.png") no-repeat;
}
.icon-Rejected 
{
    background: url("/Content/status/block_16.png") no-repeat;
}
.no-pointer:hover 
{
    cursor:default;
}
#reports
{
	position: relative;
	float: left;
	background-color: #FFFFFF none repeat scroll 0 0;
	border-bottom: 2px solid #EEE;
	border-top: none;
	margin: 0px;
	padding: 0px;
	width: 475px;
	-moz-box-shadow: 3px 2px 5px #999999;
	-webkit-box-shadow: 3px 2px 5px #999999;
}
#reports ul
{
	margin: 0px;
	margin-top: 1px;
	padding-bottom: 0px;
	list-style-position: outside;
}
.report
{
    float:left;
	background: #FFFFFF none repeat scroll 0 0;
	list-style: none;
	min-height: 140px;
	border-bottom: 1px double #EEE;
	padding: 10px;
	margin: 0px;
	width:455px;
}
.report:hover
{
	border-left: 5px solid #BBB;
    padding-left: 5px;
	cursor: default;

}
.report a:link
{
	text-decoration: none;
}
.report a:hover
{
	text-decoration: underline;
}
.report-wrap 
{
    float:left;
    width:340px;
}
.report-images 
{
    position:relative;
    float:left;
    width:110px;
    height:104px;
    overflow:hidden;
}
.report-image-count {
    background: none repeat scroll 0 0 #666666;
    bottom: 4px;
    color: #FFFFFF;
    opacity: 0.55;
    padding: 5px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 87px;
}

.report-category 
{
    float:left;
    display:block;
    color: #6F6C6B;
    font-weight: bolder;
    font-size:130%;
    width:340px;
    height:20px;
    margin-bottom:2px;
}
.report-category a 
{
    color:#6F6C6B;
    text-decoration:none;
    font-weight:bold;
    
}
.report-id 
{
    float:left;
    color: #6F6C6B;
    font-weight:lighter;
    font-size: 12px;
    margin-bottom:5px;
    width:320px;
    padding-left:24px;
}
.report-more
{
    float:left;
    display:block;
    width:340px;
    height:20px;
    padding-left:24px;
}
.report-more a
{
    text-decoration:none;
}

.report-address 
{
    float:left;
    color: #6F6C6B;
    font-size: 12px;
    margin-bottom:6px;
    width:330px;
    padding-left:24px;  
}
.report-status
{
    float:left;
    width:340px;  
    margin-left:2px;  
    font-weight:bolder;
}
.report-description 
{
	position:relative;
	padding:10px;
	margin: 120px 0px 0px 0px;
	color:#333;
	background: none repeat scroll 0 0 #F9F9F9;
	font-style:italic;
	border-color: #F2F2F2 #F2F2F2 #D5D5D5;
	border-style: solid;
    border-width: 1px;

	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.report-description p {
    line-height: 1.4em;
    padding-left: 40px;
}

/* creates the triangle */
.report-description:after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	top:-30px;
	left:20px;
	width:0;
	height:0;
	border:15px solid transparent;
	border-bottom-color:#F9F9F9;
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.report-description + p {padding-left:15px; font:14px Arial, sans-serif;}
.report-description img 
{
    float:left;
    margin-right:5px;
}


#description 
{
    height:50px !important;
}
#statistics {
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    background-color: #EEEEEE;
    float: left;
    margin: 5px 0;
    padding: 20px;
    width: 415px;
}
.stat
{
    float:left;
    font-size: 25px;
    line-height:35px;
    width:400px;
    margin:10px 0px;
    margin-left:80px;
}
.stat .number
{
    float:left;
    font-size:45px;
    width:100px;
    text-align:right;
    padding-right:10px;
    
}
.more {
    background-color: #EEEEEE;
    color: #999999;
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
    width: 457px;
}
#new
{
    margin-bottom:20px;
}
