#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(images/alerts_title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/alerts_info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/alerts_info.gif);
}

#popup_content.confirm {
	background-image: url(images/alerts_important.gif);
}

#popup_content.prompt {
	background-image: url(images/alerts_help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#contentLoading {
	position: fixed; top: 0px; display:none;font-size:100%; width:100px; text-align:center; 
	-moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; 
	height: 25px; line-height: 25px; z-index: 1000; padding: 0px 5px 0px 5px;
	background-color: #4E5555; color: #ffffff; 
	}

body.web {
	background-color: #B6D9D3;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	font-family: Arial, "Lucida Grande", Helvetica, Helvetica, sans-serif;
	font-size: 12px;
}

#main {width: 830px; margin: 0px auto;}
#header {margin: 10px 0px;}
#content {}
#footer {margin: 10px 0px;}

.web .coBox {
background-color: #fff;-moz-border-radius: 10px;-webkit-border-radius: 10px;-khtml-border-radius: 10px;
-moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);-khtml-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
border: 1px solid #c9c9c9;
padding: 15px;
}


.web .coBox > h1 {margin-top: 5px; margin-bottom: 5px;color: #000000; font-size: 20px;}

#httpErrorDescription {
	color: #666;
	height: 50px;
	font-size: 20px;
	padding: 20px;
}
#httpErrorTitle {
	padding-top: 40px;
	color: #666;
	border-bottom:1px solid #999;
	font-weight: bold;
	font-size:35px;
	height:88px;
	margin-left:12px;
	margin-right:12px;
}
#httpErrorLink {
	background: none;
}

#httpErrorLink a {
	color: #0000ff;
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
	margin-left:12px;
	padding:22px 20px 20px 35px;
}

#header h1.logo a {
 	background: url("images/logo.png") no-repeat scroll left center transparent;
    display: block;
    float: left;
    height: 88px;
    text-decoration: none;
    width: 240px;
}

#header h1.title {
	color: #41757A;
    float: right;
    font-size: 25px;
    width: 570px;
}

#header .beta {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px; 
	background-color: #3F8288; 
	color: #ff0; 
	font-weight: bold; 
	padding: 5px 10px 5px 10px ; 
	width: 60px; 
	text-align: center;
	font-size: 16px; 
}

h1.main {
    font-size: 41px !important;
    letter-spacing: -2px;
    padding-bottom: 0;
    color: #000000;
    font-family: helvetica,arial,sans-serif;
    line-height: 1em;
    margin: 0 0 10px;
}

h2.main {
    color: #222222;
    font-family: georgia,times;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.2em;
    margin: 0 0 10px;	
}

h3.main {
    color: #555555;
    font-family: georgia,times;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 15px;
}

.uploadInput, .uploadAgain {
	font-size: 20px;
}

.signInfo {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px; 
	background-color: #ddddff;
	padding: 10px;
	margin-bottom: 10px; 
}
.signInfo .signInfoLabel {padding: 3px; vertical-align:top; font-weight: bold; white-space: nowrap;}
.signInfo .signInfoValue {padding: 3px; vertical-align:top;}
.viewerError {color: red; font-size: 18px;}
.viewerUploading {padding-left: 20px; background: url(/app_viewer/lib/images/uploading.gif) no-repeat scroll left center white;}


#footer {
	color: #41757A;
    font-size: 12px;
    margin: 10px 0px 10px 0px;
    padding-left: 10px;
}

#footer a {
	color: #41757A;
    text-decoration: none;	
}

#footer a:hover {
	color: #fff;
	background-color: #41757A;
    text-decoration: none;	
}

.invoiceViewer>h1 {
	font-size: 16px;
	font-weight: normal;
	padding: 3px;
	background-color: #FFF897;
}
