/*
        Copyright:  fresh frames GmbH & Co. KG
                    http://www.freshframes.com/
    
        Seite:      EEBA
                    European Eye Bank Association
    
        Autor:      Stefanovski Alexander
                    stefanovski@freshframes.com
                    http://www.freshframes.com/

        Version: $Id: eeba_start.css 49 2009-04-07 14:15:51Z riyuk $
                                                    */
			/* Container:Column:Stage:Text */

			
#articleModerate {
	float: left;
	width: 550px;
	height: auto;
	background: url(../images/cms/eeba_cms_gradient.jpg) top no-repeat #000659;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #FFFFFF;
}

	#articleModerate h2 {
		font-size: 16px;
		color: #000659;
		text-decoration: underline;
		margin: 0 0 0 22px;
		padding: 10px 0 0 0;
	}
	
	#articleModerate p {
		margin: 5px 0 5px 22px;
		color: #FFFFFF;
	}
	
	#articleModerate a {
		color: #FFFFFF;	
	}
	
	#articleModerate input, select, textarea {
		border: 0 !important;
	}

form {
	margin: 0;
	padding: 0;
}
	
form dl.zend_form {
	margin: 0;
	padding: 0;
}

	dd {
		margin: 5px 22px 0 22px;
		padding: 0;
	}
	
	dd.toolbar {
		text-align: right;
		margin: 0 22px;
		padding: 0;
	}
		
	dd input#submit {
		margin: 5px 0;
		padding: 0;
	}
	
	dd input#name, dd input#title {
		width: 200px;
	}
	
	dd input#file {
		width: 300px;
	}
	
	dd select#parentId, select#categoriesId, select#requiredRole, select#image, select#changeCategory, select#changeRole {
		width: 206px;
	}
	
	dt {
		margin: 0 22px;
		padding: 0;
	}
	
	dt#requiredRole-label label {
		color: white;
	}
	
	dt#published-label {
		color: white;
	}
	
	label {
		font-weight: bold;
		margin: 10px 0 5px 0;
	}
	
	table.tbl_portal tr.tbl_portalHead {
		font-weight: bold;
	}
	
	table.tbl_portal tbody tr td, table.tbl_news tbody tr td {
		border-bottom: 1px solid silver;
		padding: 5px 0 5px 0;
	}
	
		table.tbl_news a {
			color: #000000;
			text-decoration: none;
		}
		
		table.tbl_news a:hover {
			color: #999999;
			text-dcoration: underline;
		}
	
	select.frmAdminPortalAction {
		width: 150px;
	}
	
	
/*  tooltip */
.tip-top {
    color: #2C284D;
    width: 250px;
    z-index: 13000;
}

.tip {
	width: 206px;
}
 
.tip-title {
    font: bold 10px/1.4em Verdana;
    margin: 0;
    color: #05065A;
    padding: 8px 8px 4px;
    background: transparent url(../images/nav/nav2_highlight_yellow.jpg) no-repeat scroll center top;
}
 
.tip-text {
	color: #05065A;
    font: normal 10px/1.4em Verdana;
    padding: 4px 8px 8px;
    background: #FFF5B2;
}

.tip-bottom {
	
}	
	