﻿/* Default CSS Stylesheet for a new Web Application project */


INPUT
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, SansSerif;
}
.txtWhite
{
	font-size: 11px;
	color: white;
	font-family: Verdana, Arial, Helvetica, SansSerif;
	text-decoration: none;
}
.txtWhite_large
{
	font-weight: bold;
	font-size: 20px;
	color: white;
	font-family: Verdana, Arial, Helvetica, SansSerif;
	text-decoration: none;
}
.txtWhite_o
{
	font-size: 11px;
	color: white;
	font-family: Verdana, Arial, Helvetica, SansSerif;
	background-color: gray;
	text-decoration: none;
}
.txtWhite_a
{
	font-size: 11px;
	color: white;
	font-family: Verdana, Arial, Helvetica, SansSerif;
	background-color: #008853;
	text-decoration: none;
}
.txtWhite_a_o
{
	font-size: 11px;
	color: white;
	font-family: Verdana, Arial, Helvetica, SansSerif;
	background-color: #008853;
	text-decoration: none;
}
.txtBlack
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, SansSerif;
	text-decoration: none;
}
.txtRed
{
	font-size: 11px;
	color: red;
	font-family: Verdana, Arial, Helvetica, SansSerif;
	text-decoration: none;
}
.txtBlackSmall
{
	font-size: 9px;
	color: black;
	font-family: Verdana, Arial, Helvetica, SansSerif;
}
.txtBlackMed
{
	font-size: 10px;
	color: black;
	font-family: Verdana, Arial, Helvetica, SansSerif;
}
.tableHeaderDG
{
	border-right: #000000 1px solid;
	padding-right: 16px;
	border-top: #000000 1px solid;
	padding-left: 16px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 3px;
	border-left: #000000 1px solid;
	color: white;
	padding-top: 3px;
	border-bottom: #000000 1px solid;
	font-family: Verdana, Arial, Helvetica, SansSerif;
	background-color: #808080;
	text-decoration: none;
}
.tableBodyLGMid
{
	border-right: #808080 1px solid;
	padding-right: 16px;
	border-top: none;
	padding-left: 16px;
	font-size: 10px;
	padding-bottom: 11px;
	border-left: #808080 1px solid;
	color: #808080;
	padding-top: 11px;
	border-bottom: none;
	font-family: Verdana, Arial, Helvetica, SansSerif;
	background-color: #FFFFFF;
	text-decoration: none;
}
.tableBodyLGTween
{
	border-right: #808080 1px solid;
	padding-right: 0px;
	border-top: none;
	padding-left: 0px;
	font-size: 1px;
	padding-bottom: 0px;
	border-left: #808080 1px solid;
	color: #808080;
	padding-top: 0px;
	border-bottom: none;
	font-family: Verdana, Arial, Helvetica, SansSerif;
	background-color: #FFFFFF;
	text-decoration: none;
}
.tableBodyLGBottom
{
	border-right: #808080 1px solid;
	padding-right: 16px;
	border-top: none;
	padding-left: 16px;
	font-size: 1px;
	padding-bottom: 11px;
	border-left: #808080 1px solid;
	color: #808080;
	padding-top: 11px;
	border-bottom: #008853 1px solid;
	font-family: Verdana, Arial, Helvetica, SansSerif;
	background-color: #FFFFFF;
	text-decoration: none;
}

body
{
	font-family: arial, verdana;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(/UserFiles/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.bg
{
	background-image: url(/UserFiles/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	text-align: center;
	margin-top: 0px;
	width: 100%;
}


.frame
{
	width: 941px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}

.contentleft
{
	background-image: url(/UserFiles/images/Paneltim_01.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 10px;
	height: 391px;
	padding: 0px;
	float: left;
}

.contentcenter
{
	background-image: url(/UserFiles/images/Paneltim_02.jpg);
	background-repeat: no-repeat;
	width: 921px;
	padding: 0px;
	float: left;
}
.centerframe
{
	width: 919px;
	padding: 0px;
	float: left;
}

.contentright
{
	background-image: url(/UserFiles/images/Paneltim_03.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 10px;
	padding: 0px;
	float: left;
	height: 391px;
}

.rightmid
{
	height:100%;
	width:10px;
	background-image: url(/UserFiles/images/Paneltim_09.jpg);
	float:left;
	position:relative;
	top:391px;	
}

.RadMenu
{
	width: 651px;
	height: 34px;
	/*background-image: url(/userfiles/images/menu.jpg);*/
	color: #EFEFEF;
	clear: left;
	position:relative;
	left: 1px;
}
.rmItem
{
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	text-align:center;
	line-height:34px;
	font-size: 12px;
	background-image: url(/userfiles/images/menu.jpg);
	color: #ffffff;
	z-index:10000;
}
.rmLink
{
	color: #ffffff;
	text-decoration: none;
	cursor:hand;	
}

.RadMenu a.rmLink
{
	cursor:pointer;
}


.maincontent
{
	background-image: url(/userfiles/images/Paneltim_04.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 921px;
	padding: 0px;
	text-align: center;
	float: left;
}
.maincontentframe
{
	width: 900px;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	float:left;
}
.maincontentbg
{
	background-image: url(/userfiles/images/Paneltim_08.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	width: 921px;
	padding: 0px;
	top: 0px;
	position: relative;
	float:left;
	z-index: 0;
	clear: none;
}

.bottompart
{
	background-image: url(/userfiles/images/Paneltim_13.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 921px;
	height: 103px;
	float:left;
}









.RadGrid
{
    border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-size: 11px;
	border-left: #000000 1px solid;
	color: black;
	border-bottom: #000000 1px solid;
	font-family: Verdana, Arial, Helvetica, SansSerif;
	background-color: white;
	text-decoration: none;
}

.RadGrid Table
{
    font-family: Arial, Verdana;
    color: #000000;
}

.RadGrid A
{
    color: black;
}

.RadGridHeader
{
	background-color: #808080;
    color: #ffffff;
}

.RadGridHeader A, .RadGridHeader SPAN
{
    padding-top: 14px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: White;
}

.RadGridHeader A:hover
{
    text-decoration: underline;
}

.EditFormHeader
{
    background-color: #808080;
    color: white;
}

.EditFormButtonRow A { FONT-SIZE: 12px; COLOR: darkgreen }

.EditFormHeader TD { FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-TOP: 4px; TEXT-ALIGN: center }

.RadGridItem
{
    height: 40px;
    padding-left: 4px;
    font-size: 12px;
    color: #808080;
}

.RadGridItem TD
{
    border-left: 7px solid #808080;
    border-right: 7px solid #808080;
}


.FooterStyle
{
    height: 6px;
    line-height: 4px;
    font-size: 0px;
}

.FooterStyle TD
{
    border-left: 7px solid #d2b6c1;
    border-right: 7px solid #d2b6c1;
}

.RadGridEditItem
{
    background-image: url(img/defaultEditItemBg.gif);
    background-repeat: repeat-x;
    padding-left: 4px;
    background-color: #eef2ea;
}

.RadGridSelectedItem
{
    background-image: url(img/defaultSelectedItemBg.gif);
    background-repeat: repeat-x;
    height: 27px;
    padding-left: 4px;
    background-color: #eef2ea;
}

.RadGridPager
{
    background-image: url(img/footer.gif);
    background-repeat: repeat-x;
    height: 51px;
    padding-left: 11px;
    background-color: white;
    vertical-align: bottom;
    color: #b79ea9;
    font-weight: bold;
    font-size:12px;
}

.RadGridPager A
{
    color: #b79ea9;
}

.GroupPanel
{
    background-color: #c4cdc0;
    color: #5a6854;
    width: 100%;
    border-bottom: 1px solid #8d9c87;
}

.GroupPanelItem
{
    background-color: #9fb695;
    border: 1px solid #8d9c87;
    white-space: nowrap;
}

.FormsCaptionStyle
{
    border: 1px solid red;
}

.CrumbPath
{
 background-color: White;
 
}

.CrumbPathItem
{
 padding-left: 25px;
 float:left;
 text-decoration: none;
 color: Black;
 background-color:Red;
	
}

.bImage
{
 padding-left: 5px;
 padding-right: 2px;
 float:left;
 color:Black;
 font-weight:bold;
 font-size: 11px;
	
}
