input[type="submit"]
{
	background: #2d641a;
	color: White;
	border: none;
	padding: 4px 8px;
	text-transform: uppercase;
	letter-spacing: -0.5pt;
}

.FormTable
{
	width: 100%;
}
	.FormTable td
	{
		padding: 5px 10px 5px 0px;
		margin: 0px;
		font-size: 0.8em;
		vertical-align: top;
	}
	.FormTable .ajax__validatorcallout_callout_arrow_cell
	{
		padding: 0 !important;
		margin: 0 !important;
	}
	.FormTable input[type="text"]
	{
		padding: 2px 4px 0 2px;
		background-color: White;
	}
	.FormTable td .SmallField
	{
		border: solid 1px #828282;
		width: 100px;
		min-height: 30px;
	}
	.FormTable td .NumberField
	{
		border: solid 1px #828282;
		width: 100px;
		min-height: 30px;
		text-align: right;
	}
	.FormTable td .StandardField
	{
		border: solid 1px #828282;
		width: 200px;
		min-height: 30px;
	}
	.FormTable td .FixedWidthField
	{
		border: none;
		width: 250px;
		min-height: 30px;
		font-family: Courier;
	}
	.FormTable td .LargeField
	{
		border: solid 1px #828282;
		width: 550px;
		min-height: 30px;
	}
	.FormTable td .MassiveField
	{
		border: solid 1px #828282;
		width: 550px;
		min-height: 30px;
	}
	.FormTable td .MiscFormElement
	{
		border: solid 1px #828282;
		width: 800px;
		min-height: 30px;
	}
	.FormTable .Calendar td
	{
		padding: 1px;
	}
	.ajax__calendar_container
	{
		width: 200px;
		background: White;
		border: solid 1px #828282 !important;
	}
	.FieldLabel
	{
		color: #333;
		margin: 0;
	}
	.FieldAnnotation
	{
		background: #E6EAF0 url(../images/common/field-annotation.gif) left no-repeat;
		min-height: 40px;
		width: 50%;
		color: #38638D;
		margin: 5px 5px 5px 5px;
		padding: 5px 5px 5px 15px;
		font-size: 0.95em;
	}
	
	.FormTable label
	{
		display: block;
		float: left;
		background: #828282 url(../images/common/field-label.gif) right no-repeat;
		width: 125px;
		color: White;
		margin: 0 5px 0 0;
		padding: 5px 20px 5px 5px;
		font-size: 0.7rem;
		line-height: 1em;
	}
	.FormTable label.placeholder
	{
		background: none;
	}

#accordian
{
}
	#accordian h2
	{
		font-size: 1.4em;
		min-height: 23px;
		display: block;
		cursor: pointer;
		border: solid 1px #38638D;
	}	
.AccordianHeadSelected, .AccordianHead
{
	width: 15px;
	height: 15px;
	display:block;
	float: left;
	margin: 4px 10px 0 5px;
}
.AccordianHeadSelected
{
	background: url(../images/common/nordben-minus.gif) no-repeat right;
}
.AccordianHead
{
	background: url(../images/common/nordben-plus.gif) no-repeat right;
}

	div.Filters
	{
		clear:both;
		width: 100%;
		padding: 10px;
		border-bottom: dotted 1px #7d7d7d;
	}
	ul.List
	{
		margin: 10px;
		list-style: none;
		clear: both;
	}
		ul.List li
		{
			width: 95%;
			display: block;
			list-style: none;
			background: #333333 url(../images/common/field-annotation.gif) left no-repeat;
			min-height: 20px;
			/*color: #38638D;*/
			margin: 5px 5px 5px -20px;
			padding: 5px 5px 5px 25px;
			font-size: 0.90em;
			position: relative;
		}
			ul.List li a
			{
				color: White;
				font-size: 1.1em;
				font-weight: bold;
				text-decoration: none;
			}
			ul.List li a.Delete
			{
				position: absolute;
				right: 10px;
				top: 8px;
				width: 16px;
				height: 16px;
				background: url(../images/common/cross.png) no-repeat top left;
			}
			
.Star
{
	width: 13px;
	height: 12px;
}
	.StarOn
	{
		background: url(../images/common/star-on.gif) no-repeat top left;
	}
	.StarOff
	{
		background: url(../images/common/star-off.gif) no-repeat top left;
	}
	.StarWaiting
	{
		background: url(../images/common/star-off.gif) no-repeat top left;
	}

.Modal
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	
	background-color:Black;
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%
}

.UpdateProgress
{
	text-align: center;
	vertical-align: middle;
	position: fixed;
	top: 60px;
	left: 45%;
	z-index: 999;
}

.ModalWindow
{
    background: #fff;
    z-index: 999;
    position: fixed;
	top: 40%;
	left: 30%;
	width: 36%;
	min-width: 250px;
	padding: 2%;
	height: 150px;
	text-align: center;
	
	-webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    -ie-border-radius:8px;
                
    -webkit-box-shadow: #000 2px 2px .8em;
    -moz-box-shadow: #000 2px 2px .8em;
    box-shadow: #000 2px 2px .8em;
                
    /*behavior: url(/styles/PIE.htc);*/
}
    .ModalWindow input[type='text']
    {
        width: 90%;
        max-width: 250px;
    }
   
    
    .ModalWindow .TitleBar
    {
        width: 99%;
        background: #666;
        color: #fff;
        padding: 1%;
        margin-top: -10px;
        margin-bottom: 10px;
        
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border-radius:4px;
        /*-ie-border-radius:4px;
        behavior: url(/styles/PIE.htc);*/
    }

/*Seacrh and link panel*/
.SectionSearch
{
    background: #fff;
    border: solid 1px #fff;
    margin: 0 0 20px 0;
    padding: 1%;
    position: relative;
    width: 80%;
    height: 55px;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -ie-border-radius: 5px;
    
    -webkit-box-shadow: #666 0 0 .4em;
    -moz-box-shadow: #666 0 0 .4em;
    box-shadow: #666 0 0 .4em;
    
    behavior: url(/styles/PIE.htc);
}
    .SectionSearch a
    {
        background: #ccc;
        color: #fff;
        display: block;
        padding: 1%;
        position: absolute;
        right: 10px;
        top: 5px;
        text-decoration: none;
        
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -ie-border-radius: 5px;
        behavior: url(/styles/PIE.htc); 
    }
    .SectionSearch a:hover
    {
        background: #aaa;
    }

/*UserAdmin Gridview - start*/
.Grid
{
	font-size: 0.9em;
	border-collapse: collapse;
	border: none;
	width: 100%;
}
	.Grid td
	{
		color: #333333;
		padding: 4px;
		border: none;
	}
    .Grid td > div{
        padding: 0;
    }
	.Grid th
	{
		color: #44852d;
		font-weight: bold;
		text-align: left;
		padding: 4px 20px 4px 4px;
		border-collapse: collapse;
		border: solid 0 #999999;
		border-width: 0 0 1px 0;
	}
	.Grid a
	{
		color: #3C7926;
		text-align: center;
		text-decoration: none;
		display: block;
		width: 100%;
		height: 100%;
	}
	.Grid a:hover
	{
		background: #3C7926;
		color: White;
		text-decoration: none;
		display: block;
		width: 100%;
		height: 100%;
	}

/*UserAdmin Gridview - end*/

/* password strength metre*/
.PasswordHint
{
	width: 150px;
	height: 15px;
	font-size: 0.8em;
	border: solid 1px #999999;
	padding: 5px;
	background: #FFFFFF;
	color: #999999;
	margin: 5px 0 0 15px;
}

#Login
		{
			
		}
			#Login input
			{
				float: left;
			}
			#Login input[type="text"], #Login input[type="password"]
			{
				height: 28px;
				width: 186px;
				padding: 4px;
				border: solid 1px #cccccc;
				font-size: 1.3em;
				color: #cccccc;
				margin: 0 10px 0 0;
			}
			#Login .username
			{
				background: url(../images/diligence/bg_username.gif) no-repeat top left;
			}
			#Login .password
			{
				background: url(../images/diligence/bg_password.gif) no-repeat top left;
			}
			
			#login a
			{
			    margin-top:20px;
			}
		
		
/*infotag - start*/
.info
{
	width: 254px;
	clear: both;
}
	.info .top
	{
		width: 254px;
		height: 34px;
		background: url(../images/common/info-top.gif);
	}
	.info .top_reverse
	{
		width: 254px;
		height: 12px;
		background: url(../images/common/info-top-reverse.gif);
	}
	.info .message
	{
		min-height: 25px;
		font-size: 0.8em;
		color: #666666;
		width: 254px;
		padding: 5px 15px 0 40px;
		border: solid 0px #cccccc;
		border-width: 0 1px;
		background: #FFFFFF url(../images/common/info-i.gif) no-repeat left;
	}
	.info .bottom
	{
		width: 254px;
		height: 12px;
		background: url(../images/common/info-bottom.gif);
	}
	.info .bottom_reverse
	{
		width: 254px;
		height: 34px;
		background: url(../images/common/info-bottom-reverse.gif);
	}

	.info input[type="submit"]
	{
		font-size: 0.8em;
		background: #cccccc;
		color: White;
	}
	
	a.button
	{
	    display: block;
	    padding: 3px;
	    font-weight: bold;
	    text-transform: uppercase;
	    border: 1px solid #333;
	    color: #333;
	    width: auto;
	    clear: left;
	    text-decoration: none;
	}
/*infotag - end*/


/*Notification box - start*/

.notifybox
{        
    border: 1px solid #990000;
    border-top:0px;
    padding: 10px;
    border-radius:0 0 10px 10px;
    width:250px;
    position:absolute;
    top:-5px;
    box-shadow:3px 3px 7px #666;
    color:#990000;
}


/*Notification box - end*/