/*
The contents of this file are subject to the Mozilla Public License Version 1.1
(the "License"); you may not use this file except in compliance with the
License. You may obtain a copy of the License at http://www.mozilla.org/MPL/

Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
the specific language governing rights and limitations under the License.

The Original Code is comprised of the PT Calendar directory

The Initial Developer of the Original Code is
PaperThin, Inc. Copyright(C) 2010-2016.
All Rights Reserved.

By downloading, modifying, distributing, using and/or accessing any files 
in this directory, you agree to the terms and conditions of the applicable 
end user license agreement.
*/
/* ***************************************************************
Author: 	
	PaperThin, Inc.
	G. Cronkright
Name:
	calendar-recurrence-builder.css
ADF App:
	PT Calendar
History:
	2011-06-15 - GAC - Created
*/
div.rbFormText, span.rbFormText, td.rbFormText {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	font-size: 11px;
}
div.rbFormText label, span.rbFormText label, td.rbFormText label {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	font-size: 11px;	
}
div#recurPattern {
	border-right: 1px #000000 solid;
}

table#rbFormFooter div.submitStatusBox {
	font-size: 10px;
}

div.recurrence-builder-header {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
}

div.recurrence-builder-block div.recurrence-builder-box {
    background: url("/ADF/apps/pt_calendar/images/bg_chooser.png") repeat scroll left top transparent;
    border: 1px solid #BBBBBB;
    padding: 0 4px;
}
div.recurrence-builder-block div.recurrence-builder-item {
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #000000;
	padding: 5px;
	font-size: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
div.recurrence-builder-block div.ui-button {
	padding: 1px 10px;
	text-decoration: none;
	margin: 0 0 10px;
	width: 135px;
	height: 16px;
	font-size: 10px;
}
div.recurrence-builder-block div.recurrence-text {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 10px;
}