
/**
* The overlay on the main document.
*/
.jqmOverlay {
	background-color: black;
}

/**
* The style on the modal window.
*/
.jqmWindow {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -300px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 5px;
}

.td_name {
	color: #333;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	vertical-align: top;
}

.td_field {
	padding: 5px;
	vertical-align: top;
}

.td_field:hover {
	background-color: #EEEEEE;
	cursor: pointer;
}

.td_field_selected {
	background-color: #DDDDDD;
}

.description {
	font-size: smaller;
	font-style: italic;
}

.button {
	padding: 5px;
}

#banner_search,
#promo_search {
	margin-bottom: 10px;
}

#promo_results {
	font-size: 12px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	margin-top: 10px;
	margin-bottom: 10px;
	background:#fff;
}

#promo_results td, 
#promo_results th,
#promot_results td, 
#promot_results th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #aaa;
	padding: 3px;
}

#promo_results th,
#promot_results th {
	text-align: center;
}


.pager {
	font-size: 12px;
	margin-left: 10px;
}

span.pager_group {
	padding-left: 50px;
	text-align: left;
}

.disabled {
 	background-color: #dddddd;
}

.affiliate_link {
	margin-top: 5px;
	margin-bottom: 5px;
}

.popup_message{
	display: block;
	background: #eee;
	padding: 5px;
}

.promo_video_link {
	font-size: large;
}

/**
* This is used for the AJAX-y prompt block, which duplicates
*	the UI of the Javascript prompt() function.
*/
.prompt_block {
	background-color: white;
	padding: 5px;
	margin: 10px;
}

.prompt_label {
	font-weight: bold;
	margin: 5px;
}

.prompt_text {
	margin: 5px;
}

.prompt_ok {
	margin: 5px;
}

.prompt_cancel {
	margin: 5px;
}



