
# Remember that style sheet .CSS only works for HTML Elements, NOT Web Server Controls
# To style a Web Server Controle generaly, we need to use .SKIN files instead.

body
{
    margin: 0px;
    padding: 0px;
    font-family: Tahoma;
    font-size:11px;
}
.border-bottom 
{
	border-bottom:1px solid lightgrey;
}

.noneborder 
{
	border:none;
}

select
{
	border:1px solid black;
	font-family: Tahoma;
    font-size:11px;
}

.input
{
	border:1px solid black;
	font-family: Tahoma;
    font-size:11px;
}

td
{
	font-family: Tahoma;
    font-size:11px;
}

.tablecell
{
    font-family: Tahoma;
    font-size:11px; 
}

.gridview
{
    font-family: Tahoma;
    font-size:11px; 
}

.select 
{
	background-color:White;
	border-bottom:0px;
	font-family: Tahoma;
    font-size:11px;
}

.detailsView caption
{
    font-family: Tahoma;
    font-size:11px; 
    font-weight: bold;
    padding:4px;
    background-color: #CCC3BA;
    border-top:1px solid black;
    border-right:1px solid black;
    border-left:1px solid black;
    border-bottom:1px solid black;
}

.detailsView
{
	font-family: Tahoma;
    font-size:11px;
}

.detailsView th 
{
	font-family: Tahoma;
    font-size:11px;
    font-weight:bold;
}

.gridview th
{
    font-family: Tahoma;
    font-size:11px;
    font-weight:bold;
}

.readonly
{
    border:1px solid black;
    background-color:#E6E6E6;
    font-size: 11px;
    font-family: Tahoma;
    width:240px;
}

.gridview caption
{
    font-family: Tahoma;
    font-size:11px; 
    font-weight: bold;
    padding:4px;
    background-color: #CCC3BA;
    border-top:1px solid black;
    border-right:1px solid black;
    border-left:1px solid black;
}


.titelbar
{
	
}

.menubar
{
	background-color:#d3d3d3;
	border-bottom:1px solid black;
	height:12px;
	font-family: Tahoma;
    font-size:11px;
}

.checkbox 
{
	vertical-align: middle;
	border:none;
    font-size: 11px;
    font-family: Tahoma;
}

.button 
{
	font-family: Tahoma;
    font-size:11px;
    border:1px solid black;
}

.input, .textarea
{
    border:1px solid black;
    background-color: #ffffff;
    font-size: 11px;
    font-family: Tahoma;
    width:240px;
}

.textarea
{
    border:1px solid black;
    background-color: #ffffff;
    font-size: 11px;
    font-family: Tahoma;
}

.textbutton
{
    border:none;
    background-color: #ffffff;
    font-size: 14px;
    font-family: Tahoma;
    text-align: left
    
}


.label
{
	font-size: 14px;
    font-family: Tahoma;
}

h1
{
    font-size: 15px;
    font-family: Tahoma;
    font-style: italic;
}



a:link, a:visited, a:active, a:hover, a 
{
    text-transform: none;
    text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;
    font-weight:normal;
    color: Black;
}


.titelbartext
{
	font-family: Tahoma;
    font-size:11px;
    color:White;
    margin: 0px;
    padding: 0px;
    padding-left:5px;
}

.errortext
{
	font-family: Tahoma;
    font-size:14px;
    color:Red;
}

.headertext
{
	font-family: Tahoma;
    font-size:24px;
}

.content 
{
	height:24px;
}