/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

body, * {
	font-family: 'Open Sans';
	font-weight: 400;
	color: #000;
}

h2 {
	margin-bottom: 30px;
}

#logo {
	width: 741px;
	margin: 15px auto;
	height: 86px;
	background: url('../images/logo.jpg') no-repeat top center;
}

.spacing {
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	text-align: center;
}

#alert {
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	float: none;
	display: block;
	color: #000;
}

	#alert.error {
		background-color: #FF8484;
		border: 1px solid #FF0000;
	}

	#alert.success {
		background-color: #7EDE7C;
		border: 1px solid #090;
	}

	#alert.notice {
		background-color:  #E9B672;
		border: 1px solid  #E77018;
	}
	
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	color: #000;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	color: #000;
}

.custom-combobox {
    position: relative;
    display: inline-block;
	margin-left: 8px;
	margin-bottom: 15px;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 0.3em;
  }
  
  .ui-button {
	  height: 23px;
	  background-color: #FFF !important;
	  margin-top: -1px;
	  margin-bottom: 0px;
  }
  
a.imglink {
	background: #CCC;
	border: 1px solid #d1d1d1;
	display: inline-block;
	line-height: 0;
	padding: 4px;
	margin: 0 0 20px 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

a.imglink:hover {
	background: #36F;
}

/* #Page Styles
================================================== */

.login {
	text-align: center;
}

	.login table {
		margin: 0 auto;
	}
	
#content {
	min-height: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#searchtable input[type="text"] {
	padding: 1px 4px;
}

	#searchtable tr.activesearch input, #searchtable tr.activesearch select {
		background-color: #bbf0a1;
	}
	
.dataTables_length select {
	width: auto;
	display: inline;
}
	
.dataTables_filter input {
	width: auto;
	display: inline;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/