*
{
    font-size: inherit;
}
#playerSearch_bar{
float:left;
padding:15px 50px 10px 60px;
}
#eventSearch_bar{
	padding:15px 10px 10px 60px;
}

#head_text{
width: 920px;
font-size: 16px;
clear: both;
text-align: center;
}

.tabTableHeader{
	background-color: #DFE8F2;
text-align: center;
font-size: 12px;
font-weight: 700;
color: #444;
padding: 6px;
}

.dataEntry
{
    margin-bottom:5px;
    overflow:hidden;
}

.grayClr{
	color: #666;
	font-size: 11px;
	font-weight: normal;
}

.dataEntry label
{
display: block;
float: left;
margin-right: 15px;
text-align: right;
width: 200px;
color: #666;
line-height: 24px;
font-size: 11px;
font-weight: bold;
}

.dataEntry input
{
    width: 235px;
	padding: 2px;
}


.userBtn{
	border: 1px solid #333; padding: 5px; background-color: #DEFEDA; margin: 5px 0 0 10px; cursor: pointer;
}

.userBtn:hover{
	background-color: #9CD485;
}

.dataEntry select
{
    width: 235px;
}

.redClr{
	color: #990000;
}

.dataEntrySmall
{
    margin-bottom:5px;
    overflow:hidden;
}
.dataEntrySmall label
{
    display:block;
    float:left;
    margin-right:15px;
    text-align:right;
    width:200px;  
	color:#232D5B; 
}
.dataEntrySmall select
{
    width: 75px;
}

.dataEntry2Columns
{
    margin-bottom:5px;
    overflow:hidden;
    float: left;
    width: 50%;
}

.dataEntry2Columns label
{
    display:block;
    float:left;
    margin-right:15px;
    margin-left:15px;
    text-align:right;
    width:100px;
}

.dataEntry2Columns input
{
    width: 100px;
}

.dataEntry2Columns select
{
    width: 235px;
}

div#eventSearchResult table,
div.searchResult table
{
    border-collapse:collapse;
}

div#eventSearchResult table td,
div.searchResult table td
{
    padding: 2px;
    border-right:1px solid;
    border-left:1px solid;
}

div#eventSearchResult table:first-child:first-child td,
div.searchResult table table:first-child:first-child td
{
    
}

div#eventSearchResult table tr,
div.searchResult table tr
{
    cursor: pointer;
}

div#eventSearchResult table tr.odd,
div.searchResult table tr.odd
{
    background-color: #FFFFFF;
}

div#eventSearchResult table tr.even,
div.searchResult table tr.even
{
    background-color: #AAAAAA;
}

div.header
{
  background:none repeat scroll 0 0 #232D5B;
color:#FBFFFB;
font-size:14px;
padding:3px;
text-align:center;
}
.evenRow_categ, .oddRow_categ{
text-align: right;
background-color: white;
color: #666;
padding-right: 12px;
font-size: 11px;
font-weight: bold;
}

.evenRow_attrib, .oddRow_attrib{
	text-align: left;
	background-color: #fff;
	color: #333;
	font-size: 12px;
}

.td_additional{
	text-align: left;
	padding-left: 6px;
	font-size: 12px;
}

.colorPickerDiv
{
    background:url('/ScoutsCMS/js/jquery/jpicker/images/select2.png') repeat scroll 0 0 transparent;
    height:36px;
    left:0;
    position:relative;
    top:0;
    width:36px;   
}

.colorPickerColorDiv
{
    background:url('/ScoutsCMS/js/jquery/jpicker/images/select2.png') repeat scroll center center transparent;
    height:28px;
    left:4px;
    position:relative;
    top:4px;
    width:28px;
}

.colorPreview_primary
{
  padding: 8px;
  width: 496px;
  font-weight: bold;
  text-align: center;
}

.colorPreview_accent
{
  padding: 8px;
  width: 240px;
  text-align: center;
}

.up
{
    background-image: url('/ScoutsCMS/images/uparrow.png') !important;
}

.down
{
    background-image: url('/ScoutsCMS/images/downarrow.png');
    width: 14px;
    height: 17px;
    display: block;
    margin:0 auto;
}

div.hr
{
    height: 1px;
    line-height: 1px;
    color: #333333;
    clear: both;
    background-color:#333333;
}
*
{
    font-size: inherit;
}

.nowrap
{
    white-space:nowrap;
}

.a_button
{
    cursor: pointer;
    text-decoration: underline;
}

.a_button_disabled
{
    cursor: default;
    text-decoration: none;
}

.ajaxLoading{
    position:fixed;
    width:100%;
    height:100%;
    background-color: #555555;
    display: none;
    opacity: 0.5;
}

table.duplicatesTable
{
    text-align: left;    
    border-color: black;
    border-top: solid 1px;
    border-right: solid 1px;
}

table.duplicatesTable tbody tr:hover, .duplicatesLabel:hover
{
    border: 1px solid #999999;
    background: #dadada url(/ScuotsCMS/css/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: normal; color: #212121;
    cursor: pointer;
}

table.duplicatesTable td, table.duplicatesTable th
{
    border-color: inherit;
    border-left: solid 1px;
    border-bottom: solid 1px;
    padding:3px;
}

.ui-menu .ui-menu-item a {
    white-space:nowrap;
}

.year
{
    font-weight: bold;
    text-align: center;
}

.pager_button
{
    margin:5px 3px;
    font-family: monospace;
    display:inline-block;
    white-space:pre;
}

.pager_button_disabled
{
    cursor: default;
    text-decoration: none;
    background-color: #E6EEEE;
}

table.commitment td
{
    padding: 3px 5px !important;
}

.jHtmlArea
{
    float: left;
}

.inputbox_small{
	float: left;
	width: 155px !important;
	padding: 3px;
}

.inputbox_large{
	float: left;
	width: 180px !important;
	padding: 3px;
}








/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.simpleTable{
    border: 1px solid #999999;
    margin: 5px auto;
    border-spacing: 0;
}
.simpleTable td{
    white-space: nowrap;
    padding: 3px;
}

.simpleTable .header{
    background-color: #666666;
    color: #FFFFFF;
}

.simpleTable .clickable{
    cursor: pointer;
}

.simpleTable tr.clickable:hover td{
    background-color: #BBBBBB;
}

.simpleTable input[type=button]{
    background-color: #EEEEEE;
}

.simpleTable tr.even td {
    background-color: #EEEEEE;
}

#hosterInfo .simpleTable{
    width: 100%;
    text-align: center;
}

.tooltip {
	display:none;
	background:transparent url(/ScoutsCMS/images/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
}
