@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

@font-face {
  	font-family: "CustomIcons";
  	src:url("fonts/scustomer-icons.eot");
  	src:url("fonts/scustomer-icons.eot?#iefix") format("embedded-opentype"),
    	url("fonts/scustomer-icons.woff") format("woff"),
    	url("fonts/scustomer-icons.ttf") format("truetype");
  	font-weight: normal;
  	font-style: normal;
}

* {
	margin: 0;
	padding: 0;	
}

body {
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 11pt;
	color: #000;
	background-color: #FAFAFA;
	background-image: url("images/wallpaper.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}

h1,h2 {
	margin-top: 0.2em;
	margin-bottom: 0.4em;	
}

h3,h4,h5,h6 {
	margin-top: 0.45em;
	margin-bottom: 0.85em;
}

#mainMenu a, #subMenu a {
	text-decoration: none;	
}

#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.666;	
}

#overlayContent {
	width: auto;
	height: auto;
	
	position: fixed;
	top: 50%;
	left: 50%;
	
	min-width: 36px;
	min-height: 36px;
	margin-left: -28px;
	margin-right: -28px;
	
	padding: 20px;
	
	border-radius: 1.9em;
	background-color: white;
	opacity: 1.0;	
	
	overflow: hidden;
	overflow-y: auto;
	overflow-x: hidden;
}

#windowPresentation {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4em;
	
	max-width: 340px;
}


#windowPresentationSmaller {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4em;
	
	max-width: 280px;
}

#logonWindow {
	background-color: #fdfdfd; 
	min-height: auto; 
	min-width: 220px; 
	padding: 15px; 
	width: 230px; 
	clear: both;	
}

#infoWindow {
	min-width: 250px;
	width: 250px;
}

.longCard {
	width: 450px;
	min-height: auto;
	text-align: center;
	
	float: left;
	margin: 10px;
	padding: 10px;
}

.squareCard {
	width: 460px;
	min-height: auto;
	
	float: left;
	margin: 10px;
	padding: 5px;
}

.card {
	box-shadow: 1px 1px #a8a8a8;
	background-color: #fff;	
}

span.recurring::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "a";
	
}

span.trash::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "E";
	
}

span.user_add::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "G";
	
}

span.edit::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "w";
	
}

span.docs::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "b";
	
}

span.user::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "F";
	
}

span.users::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "H";
	
}

span.flag::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "m";
	
}

span.home::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "q";
	
}

span.calendar::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "f";
	
}

span.download::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "k";
	
}

span.pass::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "r";
	
}

span.security::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "K";
	
}

span.vcard::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "I";
}

span.return::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "R";
}

span.minus::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "S";
}

span.plus::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "y";
}

span.mail::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "L";
}

span.phone::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "v";
}

span.landline::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "x";
}

span.printer::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "J";
}

span.tick::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "i";
}

span.cross::before {
	font-family: 'CustomIcons', sans-serif;	
	content: "h";
}

a:link, a:visited {
	color: #39F;	
}

a:hover, a:active {
	color: #36F;	
}

input[type=text], input[type=password] {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 11pt;
	border-radius: 0.35em;
	width: 150px;
	height: 1.75em;
	padding: 0.25em;
	margin: 0.40em;
	border: solid 1px #000;
}

input[type=submit], input[type=button] {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 11pt;
	border-radius: 0.35em;
	min-width: 100px;
	width: auto;
	height: auto;
	padding: 0.25em;
	margin: 0.40em;
	color: #000;
	background-color: #ccc;
	border: solid 1px #000;
	cursor: pointer;
}

select {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 11pt;
	border-radius: 0.35em;
	min-width: 200px;
	width: auto;
	height: auto;
	padding: 0.25em;
	margin: 0.40em;
	color: #000;
	border: solid 1px #000;	
}

input[disabled=disabled]{
	background-color: #eee;
	border: solid 1px #ccc;
	color: #aaa;
	cursor: default;
}

textarea.ghost { color: #acacac; }
textarea.normal { color: #000; }
input.ghost { color: #acacac; }
input.normal { color: #000; }

textarea {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 11pt;
	border-radius: 0.35em;
	width: 250px;
	height: 4.75em;
	padding: 0.25em;
	margin: 0.40em;
	border: solid 1px #000;
}
#overlayContent input[type=text], #overlayContent input[type=password] {
	width: 250px;
}

#updateRequest {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;	
	margin-top: 10px;
}

#updateRequest.good {
	background-color: #B6F7A6;
	color: #060; 
}

#updateRequest.bad {
	background-color: #FF7B7B;
	color: #600;	
}