﻿* 
{
		margin: 0;
		padding: 0;
}

img
{
		border: 0;
}

body
{
		font-family: Segoe UI, Tahoma, Arial, Verdana, Sans-Serif;
		font-size: 80%;
		background: #fff; 
		color: #333;
}

a 
{
		color: #333;
}

.data_table td a {
	color:Blue;
}

a:hover
{
		
}

#wrapper
{
		background: #fff;
		/*background: #e7e7e7 url(images/bg_white_blur.jpg) top center no-repeat;*/
		margin: 0;
		padding-bottom: 20px;
}

h1.appname
{
		color: white;
		background: #464646;
		font-size:16px;
		font-weight: bold;
		padding: 5px 40px;
		font-family: Segoe UI, Tahoma, Arial, Verdana, Sans-Serif;
}

.header
{
		padding: 6px 20px;
}

.content
{
		padding: 0 20px;
}

ul.nobullets {
	list-style-type: none;
}

/*	Global classes	*/
.DDMainHeader
{
	padding: 0 20px 15px;
	margin-top: 0;
		font-size: 18px;
		color: #999;
}

.DDSubHeader
{
	padding: 8px 10px;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Segoe UI, Tahoma, Verdana, Sans-Serif;
	background: #072B60;
}

.DD 
{
	padding: 0px;
}

.DDLightHeader
{

} 

.DDTextBox, .DDDropDown
{

	border: solid 1px #dcdcdc;
	background-color: #FEFEFE;
}

.DDDropDown
{
	padding:2px;
}

.DDFilter
{
	
	color:#666;
}

.DDControl
{
		padding: 0px;
		
		color: #666;
}

.DDFloatLeft
{
	float:left;
}

.DDFloatRight
{
	float:right;
}

.DDFooter
{
	background-color: #dbddff;
}

.DDSelected
{
	background-color: #fdffb8;
}

div.DDNoItem
{
	color:Red;
	
}

.DDValidator
{
	color:Red;
	
}


/*	Navigation	*/

div.DDNavigation
{
		padding-left: 10px;
}

div.DDNavigation img
{
		padding: 0px 8px;
		border: none;
}

div.DDNavigation a
{
		color: #1B45AB;
		text-decoration: none;
		padding-right: 8px;
}

div.DDNavigation a:hover
{
		text-decoration: underline !important;
}


/*	Details VIEW/EDIT	*/
table.DDDetailsTable
{

}

table.DDDetailsTable a
{

}

table.DDDetailsTable a:hover
{

		text-decoration: underline !important;
}

table.DDDetailsTable td
{
		padding: 5px 20px 10px;
		padding-left: 0;
}



table.DDGridView .DDSelected a, table.DDListView .DDSelected a
{
	color: #718ABE;
		text-decoration: none;
		margin-right: 6px;
	
}

table.DDGridView .DDSelected a:hover, table.DDListView .DDSelected a:hover
{
	color: #000099;
	text-decoration: underline;
}

table.DDGridView .td a:hover, table.DDListView .td a:hover
{
	color: #000099;
	text-decoration: underline;
}

/*	DataPager	*/
div.DDPager
{
		padding: 0px 6px;
}


/* Bottom hyperlink design*/
div.DDBottomHyperLink
{	

}
div.DDBottomHyperLink a
{
		color: #839ce7;
		text-decoration: none;
}
div.DDBottomHyperLink a:hover
{
		color: #000099;
		text-decoration: underline !important;
}
div.DDBottomHyperLink img
{
		padding-right: 5px;
		border: none;
}

/* new button
--------------------------------------*/

.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.btn:active {
	position:relative;
	top:1px;
}

.btn.delete
{
  color: #d34639;
}

.btn.save
{
  color: #2ea610;
}

/*
--------------------------------------*/

/*
a.btn
{
		display: inline-block;
		padding: 5px 15px 5px;
		background: #464646;
		color: white;
		text-decoration: none;
		margin-right: 7px;
		line-height: 25px;
		font-weight: bold;
}

a.btn:hover
{
	 background: #5B5B5B;
	 text-decoration: none;
}

a.btn span
{
		display: inline-block;
		height: 28px;
		padding-right: 35px;
		float: left;
}

a.btn.delete span
{
		
		background: url(images/icons/cross-script.png) left center no-repeat;
}

a.btn.save span
{
		background: url(images/icons/disk.png) left center no-repeat;
}

a.btn.edit span
{
		background: url(images/icons/pencil.png) left center no-repeat;
}

a.btn.cancel span
{
		background: url(images/icons/cross-white.png) left center no-repeat;
}

a.btn.add span
{
		background: url(images/icons/add.png) left center no-repeat;
}

*/

div.pagecontrols
{
		padding: 0;
}

/* form section 
------------------------------------*/

div.form_section
{
		padding: 10px 0;
		color: #333;
}

.form_section table td
{
		vertical-align: top;
		padding-right: 10px;
		padding-bottom: 10px;
}

.form_section table input[type="text"]
{
		width: 400px;
		border: 1px solid #999;
		padding: 3px 5px;
}

.form_section table input[type="text"].medium
{
		width: 200px;
}

.form_section table input[type="text"].small
{
		width: 100px;
}

.form_section table textarea
{
		width: 600px;
		border: 1px solid #999;
		padding: 3px 5px;
		font-family: "Segoe UI", Verdana, Arial, Sans-Serif; 
}

.form_section table select
{
		width: 400px;
		padding: 3px 5px;
}

.form_section label {
	font-weight: bold;
}

.form_section input[type="submit"], .form_section input[type="button"] {
	width: auto;
	_width:0;
	overflow: visible;
	padding: 2px 4px;
}


/* grid view
-------------------------------------*/

table.data_table
{
		width: 100%;
		border-collapse: collapse;
}

table.data_table td
{
		padding: 10px 10px;
		vertical-align: top;
}

table.data_table tr.odd td
{
		background: rgb(238, 238, 238);
}

table.data_table th
{
		padding: 3px 10px;
		color: #072B60;
		text-align: left;
		border-bottom: 2px solid #072B60;

}

table.data_table th a
{
		color: #072B60;
}

/* filter table
-------------------------------------*/

div.filter_section 
{
	margin-top: 10px;
	background-color: rgb(238, 238, 238);
	padding: 5px;
}

table.filter_table
{
		border-collapse: collapse;
}

table.filter_table td
{
		padding: 5px 15px 5px 0;
		line-height: 18px;
		color: #666;
		vertical-align: top;
		font-weight: bold;
}

/* login css
----------------------------------------*/

div.accountInfo
{
		width: 270px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
		display: block;
}

fieldset label.inline 
{
		display: inline;
}

legend 
{
		font-size: 1.1em;
		font-weight: 600;
		padding: 2px 4px 8px 4px;
}

input.textEntry 
{
		width: 200px;
		border: 1px solid #ccc;
}

input.passwordEntry 
{
		width: 200px;
		border: 1px solid #ccc;
}

/* notifications
-----------------------------------*/

.notification {
	display: block;
	padding: 5px 10px;
	margin: 10px 0;
}

.notification.inline {
	width: 60%;
}

.notification.error {
	background: #FDF1ED;
	border: 1px solid #CD0A0A;
	color: #CD0A0A;
}

.notification.success {
	background: #D7F3BD;
	border: 1px solid #4F8C51;
	color: #4F8C51;
}

div.alert
{
  display: block;
	padding: 5px 10px;
	margin: 10px 0;
}

div.alert.alert-info
{
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

div.alert.alert-success
{
  background: #D7F3BD;
	border: 1px solid #4F8C51;
	color: #4F8C51;
}

div.alert.alert-error
{
  background: #FDF1ED;
	border: 1px solid #CD0A0A;
	color: #CD0A0A;
}
