/* main styles for html tags */
body {
	background-color:	white;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	font-family:		monospace;
	margin: 		0px;
	font-size: 		10pt;
	color:			black;
	height:100%;
}

table{
	empty-cells:show;
}

td, th {
	padding: 	0px;
	margin:		0px;
	text-align: left; /* align th to the left instead of center */
}

h3 {
	font-weight: bold;
	font-size: 13pt;
	padding: 5px;
}

a:link, a:visited, a:active, a:focus {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, textarea, select {
	font-family: serif;
	font-size: 11pt;
	background-color: white;
	color: black;
}

/**
 * styles for unique elements with ids 
 **/
 
#albn_title, #albn_tabs {
	background-color: black;
}

#albn_image {
	background: black url(../images/alebion2.png) no-repeat left center;
	height:120px;
}

#albn_title {
	position:relative;
	height: 10px;
	font-size: 1.8em;
	color: black;
	padding-top: 10px;
	margin-left:170px;
	z-index:2;
}

/* tabs */
#albn_tabs {
	padding:0 0 2px 5px;
	margin-left:180px;
	position:relative;
	z-index:2;
	font-family:"Bitstream Vera Sans","dejavu sans",Verdana,Arial,Helvetica,Verdana;
	background:url(../images/black.gif) #CCCCCC repeat-x;
}

#albn_tabs a {
	color: white;
	font-size: 11pt;
}

#albn_tabs a:hover {
	text-decoration:none;
	color:orange;
}

#albn_tabs .active {
	background:url(../images/blackActive.gif) white repeat-x;
	/*border-bottom:1px solid white;*/
	font-weight: bold;
	font-size: 11pt;
	color:orange;
}

/* tabs END */

#albn_left {
	position:relative;
	float: left;
	width: 180px;
	background-color:#efefef;
	border-right:1px solid #8c8a8c;
	z-index:1;
	height:100%;
	overflow:hidden;	/* padding the links moves them to the right somehow */
}

#albn_menu {
	background: url(../images/grad.gif) repeat-x;
	padding-top: 30px;
	width: 100%;
	height:100%;
	font-family:"Bitstream Vera Sans","dejavu sans",Verdana,Arial,Helvetica,Verdana;
}

#albn_menu a {
	background-color: transparent;
        padding:5px 0px 5px 15px;
	color: #000066;
	font-size: 12pt;
	width:100%;
	float:left;
	clear:left;
}

#albn_menu a:hover{
    background-color:white;
    text-decoration:none;
}

#albn_image {
	text-align: center;
	overflow:hidden;
	max-height:120px;
        max-width:180px;
}

#albn_img_file{
    max-width:180px;
    max-height:180px;
}

#albn_content {
	margin: 21px 21px 0 190px;
}

/* applies to img tags inside an element of this id */
#logo_preview img {
	margin:10px;
}

#loginBlock{
	position:absolute;
	padding:10px;
	top:45%;
	left:40%;
	border:1px solid black;
	background: #efefef;
	width:auto;
}

#debugFrame {
	position:fixed;
	bottom:10px;
	right:10px;
	background-color: yellow;
	border: 2px solid black;
	cursor: move;
	width: 500px;
	height: 100px;
	overflow-y: auto;
}

/** classes for specific elements */

th.form {
	vertical-align: middle;
	border-bottom: 1px solid #999999;
	width: 200px;
}

td.form {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

/* formatting for good, bad and notice messages */
div.goodmessage, div.badmessage, div.notice, #ajax_message {
	width: 350px;
	padding: 2px 9px 2px 6px;
	margin-left:  20px;
	border: 1px dashed #CFCFCF;
	margin-bottom: 10px;
	background-color: #FFFFE1;
	vertical-align: middle;
	font-weight: bold;
	font-size: 10pt;
}

div.badmessage {
	color: #CC0000;
}


/* default form style */
/* these will be used if no specific $class value is given to the form function */

input.number{
	width:3em;
}

textarea.form{
	width:300px;
	height:100px;
	border: 1px solid #79a3f1;
}

textarea.form:focus{
	border:1px solid navy;
}

button.form{
	border: 1px solid #79a3f1;
}

button.form:focus{
	border:1px solid navy;
}

button.transparent{
	border:0px;
	background-color:transparent;
	padding:1px;
}

input.form {
	border: 1px solid #79a3f1;
	width:180px;
	background-color:#ffffff;
}

/* for checkboxes and radiobuttons */
input.formSmall {
	border:1px solid #79a3f1;
}

input.formSmall:focus {
	border: 1px solid navy;
}

input.form:focus {
	border: 1px solid navy;
}

input.button{
	border: 1px solid #79a3f1;
	background-color:#ffffff;
}
	
input.button:focus {
	border: 1px solid navy;
}

select.form{
	border: 1px solid #79a3f1;
	width:180px;
}

select.form:focus{
	border: 1px solid navy;
}
option.form{
	border-bottom:1px dotted navy;
}

/* login/logout links */
a .inLink {
	position: absolute;
	padding: 10px 50px 10px 20px;
	bottom: 25px;
}

a .outLink {
	position: absolute;
	background: url(../../system/images/exit.png) right center no-repeat;
	color: #CC0000;
	height: 30px;
	padding: 10px 50px 10px 20px;
	bottom:25px;
}


/**
 * classes for all elements 
 **/

.installer div {
	border: 1px solid black;
	background-color: #EFEFEF;
}

.list, th {
	padding-right: 10px;
	padding-bottom: 2px;
}

.list {
	font-size: 11pt;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
}

/* does this belong here? */
.cpad {
	padding-left: 21px;
}

.textfield {
	color:#333 ;
	margin:3px;
	height:20px;
	border:solid 0 #fff;
	padding: 3px 8px;
	background: transparent url("textfield_bg.gif") no-repeat fixed;
	background-color: red;
	width:200px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:187px;
}


/* formats icons used in listings */
.icon {
	border: 0px;
	text-align: center;
	margin-top: 2px;
}

.notes {
   font-size: 8pt;
}

.row1 {
	background-color: #EEEEEE;
}

.row2 {
	background-color: #FFFFFF;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

/* login fields */
.user{
	background: #ffffff url(../images/icons/userinfo.png) left center no-repeat;
	padding-left:20px;
}

.password{
	background: #ffffff url(../images/icons/password.gif) left center no-repeat;
	padding-left:20px;
}

.email{
	background: #ffffff url(../images/icons/email2.gif) left center no-repeat;
	padding-left:20px;
}

.mobile{
	background: #ffffff url(../images/icons/mobile.png) left center no-repeat;
	padding-left:20px;
}

.login{
	font-size:3em;
}

/**
 * specific media
 **/
 @media print {
	#albn_image, #albn_menu, #albn_title, #albn_tabs {
		display: none;
	}
	
	#albn_content {
		padding: 0 0 0 0;
	}
	
	body {
		background-image:	none;
		margin: 	0;
		padding: 0;
		
		font-size: 	10pt;
	}
	
	.icon {
		display: none;
	}
	
	.noprint {
		display: none;
	}
		
}
/* , .menu li a:visited */
/* DrowDown Menu (thanks to cssplay.co.uk */
.ddmenu{ text-align:left; position:relative; height:2em; list-style-type:none; margin:0; padding:0; }
.ddmenu ul{ list-style-type:none;	margin:0; padding:0 }
.ddmenu li{ position:relative; float:left; }
.ddmenu li a { display:block; text-decoration:none; width:auto; float:left; padding-right:0.5em; height:2.5em; line-height:2.5em; }
.ddmenu li ul{ visibility:hidden; position:absolute; top:2.4em; left:0; height:0; overflow:hidden; opacity:0.5; }
.ddmenu li:hover a { color:orange; border:0; }
.ddmenu li:hover ul { visibility:visible; height:auto; width:10em; background:black; border:1px solid black; top:2.5em; overflow:visible;}
.ddmenu li:hover ul li a { display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto; line-height:1.5em; padding:0.5em; width:9em; }
.ddmenu li:hover ul li a:hover { text-decoration:underline; background:transparent; color:orange;};
