/*-----------------------------------------------------------------
Dakota Financial CSS Style Sheet

MISCELLANEOUS

version: 	1.0
author: 	Indie Rock Media
email:		info@indierockmedia.com
website:	http://www.indierockmedia.com
copyright:	(c)2007
updated: 	$Id$

-------------------------------------------------------------------*/

/* TEXT
-------------------------------------------*/
body{
	font: 12px/1.3em Arial, Helvetica, sans-serif;
}

a {
text-decoration: none; 
color:#FF8C11; 
font-weight: bold;
}

a:hover {
text-decoration: none; 
font-weight: bold; 
color:#2576A6;
}

h3{
	margin-bottom: 4px;
	color: #000022;
}

p{
	margin-bottom: 18px;
}

p.intro{
	font-weight: bold;
}

.addr {  
font-family: Geneva, sans-serif; 
font-size: 11px; 
font-weight: normal; 
color: #f0f0f0f; 
text-decoration: none
}

/* MISC
-------------------------------------------*/
.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.clearBoth{
	clear: both;
}

/* FANCY
-------------------------------------------*/
.divider{
	margin: 0 0 18px 0;
	width: 625px;
}

ul.bulleted{
	margin: 0 0 18px 30px;
	list-style-image: url(/images/bullet.gif);
}

/* TABLE
-------------------------------------------*/
table.data{
	margin-bottom: 18px;
	border-left: 1px solid #ddd;
}

table.data td{
	padding: 5px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

table.admin{
	border-collapse: collapse;
	padding: 0;
	margin-top:10px;
	width: 98.6%;
	border-top: 1px solid #ccc;
	border-bottom: 4px solid #ccc;
}

.pageList{
	font-size:14px;
	font-weight:bold;
}

	table.admin td{
		font-size:130%;
		padding: 10px 2px;
		border-bottom: 1px solid #ccc;
	}

	table.admin tr.header, th{
		color: #fff;
		font-weight: bold;
		font-size:125%;
		text-align:left;
		padding:6px;
		background: #ccc;
	}

	table.admin tr.odd{
		background-color: #eee;
		
	}
	th.actions{
		width:80px;
	}
/* Notification Box
-------------------------------------------------------------------*/
#notify, .ErrorExplanation, .stats {
	color: #fff;
	font-weight: bold;
	background: #dd322e url(../images/backgrounds/table_header-bg.gif) repeat-x bottom left;
	padding: 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 4px solid #ccc;
	display:block;
	visibility: visible;
}
ul.stats li{
	list-style: none;
}
.output {
	margin: 10px 10px 0 10px;
	padding: 10px;
	
}

.action_links a {
		font-weight: bold;
		font-size:125%;
}
/* Forms
-------------------------------------------------------------------*/


	form textarea{
		width: 100%;
		height: 200px;
	}
	
	form label{
		font-weight: bold;
		color: #e53130;
	}
	
	
  .pagination {
    padding: 3px;
    margin: 3px;
  }
  .pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #e53130;
    text-decoration: none;
    color: #e53130;
  }
  .pagination a:hover, .pagination a:active {
    border: 1px solid #000;
    color: #000;
background:#ccc;
  }
  .pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #e53130;
    font-weight: bold;
    background-color: #e53130;
    color: #FFF;
  }
  .pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    color: #ddd;
  }

form{
	margin: 10px auto 0 auto;
	padding: 0;
	width: 95%;
}
form table{
	width:100%;
}
	form input, form textarea{
		margin: 0 0 8px 0;
		display: block;
	}
	form select{
		margin: 0 0 8px 0;
		display: inline;
	}	
	form input.text{
		width: 100%;
		font-size:16px;
		font-weight:bold;
	}
	
	form textarea{
		width: 100%;
		height: 200px;
	}
	
	form label{
		display: block;
		font-weight: bold;
		font-size:14px;
		color: #e53130;
		margin-bottom:4px;
	}
#notify, .ErrorExplanation {
	color: #fff;
	font-weight: bold;
	background: #dd322e;
	margin: 10px auto 0 auto;
	padding: 20px;
	width: 90%;
	font-size:14px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 4px solid #ccc;
	display:block;
	visibility: visible;
}
#output {
	margin: 20px 10px 0 10px;
	padding: 0;
	
}	