/*portions are taken from iui.css (c) 2007 by iUI Project Members, see LICENSE.txt in this directory for license */
body {
    margin: 0;
    font-family: Helvetica;
    background: #FFFFFF;
    color: #000000;
    /*overflow-x: hidden;*/
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}

.entry {
	display:block;
	color:#000;
	border-bottom:1px solid #cdcfd0;
	text-align:left;
	min-height:25px;
}

.toolbar {
    border-bottom: 1px solid #2d3642;
    border-top: 1px solid #6d84a2;
    background: url(../images/toolbar.png) #6d84a2 repeat-x;
}

.warning{	/* edited, because there is no 'success' or 'info' box... */
	margin:10px;
	text-align:center;
	border: 1px solid black;
	background-color:#cdd5df;
}

img {
border:0;
text-decoration:none;
}

a:link { font-weight:normal; color:black; text-decoration:none; }
a:visited { font-weight:normal; color:black; text-decoration:none; }
a:focus { font-weight:normal; color:black; text-decoration:none; }
a:hover { font-weight:normal; color:black; text-decoration:underline; }
a:active { font-weight:normal; color:black; text-decoration:none; }

.cbox {

	text-decoration:none;
	text-align:center;
	font-size: 100%;
	height:auto;
	border:1px solid #cdcfd0;
	background-color:#ddd;
	
}

.cinput {
	width:90%;
	min-width:55px;
	text-decoration:none;
	text-align:left;
	font-size: 100%;
	height:auto;
	border:1px solid #cdcfd0;
	overflow:hidden;
}

a.cbox {text-decoration:none;}

h1 {
    overflow: hidden;
	font-weight: bold;
	font-size: 100%;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
}

.cname {
    color: #767676;
}

table {
    border:0;
	width:100%;
}
