/*Signature={27919C6C-EDC0FFB9-FFF6586D-B213080B-38E81CA8-6B4854AF}*/
.mainContainer
{
	width:100%;
	float:left;
	text-align:center;
}
.mainTitleText
{
	font-family: Verdana;
	font-weight:bold;
	font-size:15px;
	color: #000000;
	margin-bottom:20px;
}
.dataTable
{
	border:1px solid #8B8492;
	border-top:none;
	width:100%;
	border-bottom:none;
	border-right:none;
}
.data
{
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	height:40px;
	font-size:12px;
	cursor:pointer;
}
.dataRowLight
{
	color:#46424A;
	background-color:#DFDDE1;
	
}
.dataRowDark
{
	color:#46424A;
	background-color:#B1ADB6;
	
}
.dataRowSelectedLight
{
	color:#FFFFFF;
	background-color:#746B7C;
}
.dataRowSelectedDark
{
	color:#FFFFFF;
	background-color:#746B7C;
}
.dataHeader
{
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	text-align:left;
	color:#46424A;
	background-color: #DFDDE1;
	font-weight:bold;
	height:40px;
	font-size:12px;
}
.dataHeader a
{
	color:#46424A;
	text-decoration:none;
}
.paginationContainer
{
	border:1px solid #FFFFFF;
	color:#46424A;
	background-color: #DFDDE1;
	font-weight:bold;
	height:40px;
	font-size:15px;
}
.paginationBackButtonContainer
{
	text-align:left;
}
.paginationNextButtonContainer
{
	text-align:right;
}
.paginationButton
{
	width:150px;
	height:40px;
}
.topLogo
{
	top:0px;
	height:50px;
	width:100%;
	background-color:#ffffff; 
}
.header
{
	top:50px; 
	width:100%;
	background-color:#FFFFFF;
}
.scroller
{
	width:100%;
	float:left;
	clear:left;
}
.scrollerWithMessage
{
	margin-top:120px;
	width:100%;
}
 .menuContainer
 {
	text-align:middle; 
	bottom:0px; 
	height:90px;
	background-color:#ffffff; 
	width:100%; 
	float:left; 
}
.rounded-corners-top-left
{
    -moz-border-top-left-radius: 20px;
   -webkit-border-top-left-radius: 20px;
   -khtml-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
}
.rounded-corners-top-right
{
	-moz-border-top-right-radius: 20px;
   -webkit-border-top-right-radius: 20px;
   -khtml-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
}
.rounded-corners-bottom-left
{
    -moz-border-bottom-left-radius: 20px;
   -webkit-border-bottom-left-radius: 20px;
   -khtml-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.rounded-corners-bottom-right
{
    -moz-border-bottom-right-radius: 20px;
   -webkit-border-bottom-right-radius: 20px;
   -khtml-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.headerTable
{
	width:100%;
	border:1px solid #8B8492;
	border-bottom:none;
}
.menuButtonDelete
{
	background-image: url('../images/button_delete.png'), -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #DFDDE1);
	background-image: url('../images/button_delete.png'), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#DFDDE1));
	background-image: url('../images/button_delete.png'), -webkit-linear-gradient(#FFFFFF, #DFDDE1);
	background-image: url('../images/button_delete.png'), -o-linear-gradient(#FFFFFF, #DFDDE1);
	background-repeat:no-repeat;
	background-position:center top;
}
.menuButtonPrintAndKeep
{
	background-image: url('../images/button_printAndKeep.png'), -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #DFDDE1);
	background-image: url('../images/button_printAndKeep.png'), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#DFDDE1));
	background-image: url('../images/button_printAndKeep.png'), -webkit-linear-gradient(#FFFFFF, #DFDDE1);
	background-image: url('../images/button_printAndKeep.png'), -o-linear-gradient(#FFFFFF, #DFDDE1);
	background-repeat:no-repeat;
	background-position:center top;
}
.menuButtonPrintAndDel
{
	background-image: url('../images/button_printAndDelete.png'), -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #DFDDE1);
	background-image: url('../images/button_printAndDelete.png'), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#DFDDE1));
	background-image: url('../images/button_printAndDelete.png'), -webkit-linear-gradient(#FFFFFF, #DFDDE1);
	background-image: url('../images/button_printAndDelete.png'), -o-linear-gradient(#FFFFFF, #DFDDE1);
	background-repeat:no-repeat;
	background-position:center top;
}
.menuButtonLogout
{
	background-image: url('../images/button_logout.png'), -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #DFDDE1);
	background-image: url('../images/button_logout.png'), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#DFDDE1));
	background-image: url('../images/button_logout.png'), -webkit-linear-gradient(#FFFFFF, #DFDDE1);
	background-image: url('../images/button_logout.png'), -o-linear-gradient(#FFFFFF, #DFDDE1);
	background-repeat:no-repeat;
	background-position:center top;
}
.menuButtonNext
{
	background-image: url('../images/button_next.png'), -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #DFDDE1);
	background-image: url('../images/button_next.png'), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#DFDDE1));
	background-image: url('../images/button_next.png'), -webkit-linear-gradient(#FFFFFF, #DFDDE1);
	background-image: url('../images/button_next.png'), -o-linear-gradient(#FFFFFF, #DFDDE1);
	background-repeat:no-repeat;
	background-position:center top;
}

.menuButtonBack
{
	background-image: url('../images/button_back.png'), -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #DFDDE1);
	background-image: url('../images/button_back.png'), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#DFDDE1));
	background-image: url('../images/button_back.png'), -webkit-linear-gradient(#FFFFFF, #DFDDE1);
	background-image: url('../images/button_back.png'), -o-linear-gradient(#FFFFFF, #DFDDE1);
	background-repeat:no-repeat;
	background-position:center top;
}

.menuButtonRefresh
{
	background-image: url('../images/button_refresh.png'), -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #DFDDE1);
	background-image: url('../images/button_refresh.png'), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#DFDDE1));
	background-image: url('../images/button_refresh.png'), -webkit-linear-gradient(#FFFFFF, #DFDDE1);
	background-image: url('../images/button_refresh.png'), -o-linear-gradient(#FFFFFF, #DFDDE1);
	background-repeat:no-repeat;
	background-position:center top;
}


.button
{
	border:1px solid #8B8492;
	height:60px;
	width:90%;
	font-size:12px;
	padding-top:35px; 

    -moz-border-bottom-right-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
   -khtml-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;

    -moz-border-bottom-left-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -khtml-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;

	-moz-border-top-right-radius: 10px;
   -webkit-border-top-right-radius: 10px;
   -khtml-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	
    -moz-border-top-left-radius: 10px;
   -webkit-border-top-left-radius: 10px;
   -khtml-border-top-left-radius: 10px;
    border-top-left-radius: 10px;	
}
.logo
{
	float:left;
	width: 50%; 
	text-align:left; 
	margin-top:4px;
}
.bubbles
{
	float:left;
	width: 50%; 
	text-align:right; 
	margin-top:4px;
}
.message
{
	float:left;
	width:100%; 
	border:1px solid #8B8492;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:center;
	vertical-align:middle;
    -moz-border-bottom-right-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
   -khtml-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;

    -moz-border-bottom-left-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -khtml-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;

	-moz-border-top-right-radius: 10px;
   -webkit-border-top-right-radius: 10px;
   -khtml-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	
    -moz-border-top-left-radius: 10px;
   -webkit-border-top-left-radius: 10px;
   -khtml-border-top-left-radius: 10px;
    border-top-left-radius: 10px;	

	background-image: -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #DFDDE1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#DFDDE1));
	background-image: -webkit-linear-gradient(#FFFFFF, #DFDDE1);
	background-image: -o-linear-gradient(#FFFFFF, #DFDDE1);
	
	
}
.errormessage
{
	float:left;
	width:100%;
	border:1px solid #ED1C24;
	color:#ED1C24;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:center;
	vertical-align:middle;
    -moz-border-bottom-right-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
   -khtml-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;

    -moz-border-bottom-left-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -khtml-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;

	-moz-border-top-right-radius: 10px;
   -webkit-border-top-right-radius: 10px;
   -khtml-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	
    -moz-border-top-left-radius: 10px;
   -webkit-border-top-left-radius: 10px;
   -khtml-border-top-left-radius: 10px;
    border-top-left-radius: 10px;	

	background-image: -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #DFDDE1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#DFDDE1));
	background-image: -webkit-linear-gradient(#FFFFFF, #DFDDE1);
	background-image: -o-linear-gradient(#FFFFFF, #DFDDE1);
}
.leftColumn
{
	width:30%;
	padding-left:10px;
}
.rightColumn
{
	width:70%;
	height:30px;
	vertical-align:middle;
}
.fileBrowseWidth
{
	width:100px;
}
.imprintTable
{
	width:100%;
	font-size:14px;
	border:1px solid #8B8492;
	background-image: -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #DFDDE1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#DFDDE1));
	background-image: -webkit-linear-gradient(#FFFFFF, #DFDDE1);
	background-image: -o-linear-gradient(#FFFFFF, #DFDDE1);	
}
.bodyMargin
{
	margin-top:2%;
	margin-bottom:4%;
	margin-left:4%;
	margin-right:2%;
}
.bodyContent
{
	display:block; 
	margin-left:auto; 
	margin-right:auto;
}
.dispNone
{
	display:none;
}
.dispInline
{
	display:inline;
}
.notVisible
{
	visibility:hidden
}
.marginTop2
{
	margin-top:2px;
}
.marginTop5
{
	margin-top:5px;
}
.marginTop10
{
	margin-top:10px;
}
.marginLeft10
{
	margin-left:10px;
}
.marginRight5
{
	margin-right:5px;
}
.txtAlignLeft
{
	text-align:left;
}
.txtAlignRight
{
	text-align:right;
}
.txtAlignCenter
{
	text-align:center;
}
.whiteSpacePreWrap
{
	white-space:pre-wrap;
}
.font12
{
	font-size:12px;
}
.font14
{
	font-size:14px;
}
.padding4
{
	padding:4px;
}
.paddingTop10
{
	padding-top:10px;
}
.paddingTop14
{
	padding-top:14px;
}
.paddingTop20
{
	padding-top:20px;
}
.paddingBottom10
{
	padding-bottom:10px;
}
.paddingRight1
{
	padding-right:1px;
}
.paddingRight10
{
	padding-right:10px;
}
.paddingRight20
{
	padding-right:20px;
}
.paddingLeft3
{
	padding-left:3px;
}
.paddingLeft5
{
	padding-left:5px;
}
.paddingLeft15
{
	padding-left:15px;
}
.paddingLeft20
{
	padding-left:20px;
}
.floatLeft
{
	float:left;
}
.floatRight
{
	float:right;
}
.clearLeft
{
	clear:left;
}
.clearRight
{
	clear:right;
}
.cursorPointer
{
	cursor:pointer;
}
.width25
{
	width:25%;
}
.width33
{
	width:33%;
}
.width34
{
	width:34%;
}
.width50
{
	width:50%;
}
.width95
{
	width:95%;
}
.width100
{
	width:100%;
}
.width1px
{
	width:1px;
}
.width75px
{
	width:75px;
}
.width150px
{
	width:150px;
}
.width165px
{
	width:165px;
}
.width185px
{
	width:185px;
}
.width187px
{
	width:187px;
}
.width190px
{
	width:190px;
}
.width250px
{
	width:250px;
}
.width800px
{
	width:800px;
}
.height15px
{
	height:15px;
}
.height17px
{
	height:17px;
}
.height22px
{
	height:22px;
}
.height150px
{
	height:150px;
}
.height300px
{
	height:300px;
}
.noBorder
{
	border:0;
}
.noBorderRight
{
	border-right:none;
}
.borderGrey1px
{
	border:1px solid #8B8492;
}
.borderTopGrey1px
{
	border-top:1px solid #8B8492;
}
.borderBottomGrey1px
{
	border-bottom:1px solid #8B8492;
}
.whiteBGColor
{
	background-color:#FFFFFF;
}
.outlineNone
{
	outline:none;
}
.overflowVisible
{
	overflow:visible;
}
.blueLink
{
	color:blue;
}
.vAlignTextBottom:
{
	vertical-align:text-bottom
}
.dataTableNew
{
	border:1px solid #8B8492;
	width:100%;
	background-color:#DFDDE1; 
}
.fontWeightBold
{
	font-weight:bold;
}