/* 
    Document   : iabutton
    Created on : Jan 17, 2012, 11:01:19 AM
    Author     : svil
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/** implement the end class a clear:both**/
div.end {
	clear: both;
	height: 0px;
}

input.iaLinkButton { 
	display: inline;
	border: none;
	text-decoration: underline;
	background: none;
	margin: 0px;
	padding: 0px;
}

div.iaLinkButton {
	float: left;
}

input.iaHiddenButton {
	display: none;
}

/* add css files for the tree view component*/
div.iaTree li > div > div {
	float: left;
}

div.iaTree ul {
	list-style-type: none;
}

div.iaTree ul ul {
	margin-left: 1em;
}

div.iaTree div.iaTreeItemNoChildren,
div.iaTree input.iaTreeExpandButton,
div.iaTree input.iaTreeColapseButton {
	width: 23px;
}

div.iaTree input.iaTreeExpandButton,
div.iaTree input.iaTreeColapseButton {
	background-clip: border-box;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: transparent;
}

div.iaTree input.iaTreeExpandButton {
	background-image: url("/ia/images/iaTree_colapsed.gif");	
}

div.iaTree input.iaTreeColapseButton {
	background-image: url("/ia/images/iaTree_expanded.gif");	
}

div.iaTreeItemLabel {
	padding-left: 0.2em;
}

div.iaTreeTitle {
	margin-bottom: 0.5em;
	font-weight: bold;
}

/* add styles for the iasqlsearch column ordering function, we should place an order up/down icon on the left*/
input.iasearchordercolumn {
	padding-right: 16px;
}

input.iasearchordercolumn.order_asc {
	background: url("/ia/images/order_asc.png") no-repeat right center;
}

input.iasearchordercolumn.order_desc {
	background: url("/ia/images/order_desc.png") no-repeat right center;
}

div.iaSearch_orderColumnSelectBox {
	float: right;
}

div.iaSearch_orderColumnSelectBox div {
	float: left;
}

div.iaSearch_orderColumnSelectBox div.iaSearch_orderColumnTitle {
	margin-right: 0.4em;
	margin-top: 0.2em;
}

div.pagingBox div {
	float: left;
	margin-right: 0.4em;
}

input.iasearch_paging_button {
	padding: 0.2em;
}

input.iasearch_page_button_sel,
input.iasearch_page_button {
	border: 1px solid;
}

input.iasearch_page_button_sel {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
}

div.search_info div {
	float: left;
	margin-right: 0.4em;
}

div.search_info div.iaSearch_orderColumnSelectBox,
div.search_info div.iaSearch_customPageSizesSelectBox {
	float: right;
}

div.search_info div.end {
	float: none;
	clear: both;
}

div.iaSearchOperations {
	float: right;
}

div.iaFreeForm {
	margin-top: 0.9em;
}

/* add styles for the iafreeform element */
div.iaFreeForm div.iaFreeFormElementTitle {
	position: relative;
	left: 0.9em;
	top: -0.7em;
	background: #ffffff;
	display: inline;
	padding-left: 0.4em;
	padding-right: 0.4em;
}

/* add default classes for the ialanguagelist part of the IUL */
div.iaLanguageList {
	padding: 0.4em;
}

div.iaLanguageList div.iaLanguageItem {
	float: left;
	padding: 0.4em;
}

div.iaLanguageList div.iaLanguageItem input[type = 'submit'] {
	border: none;
	background-color: transparent;
}

/* add default classes for the iaschemaeditor component - an IA based schema editor component */
div.iaSchemaEditorContainer {
	padding: 0.4em;
}

div.iaSchemaEditor {
	width: 100%;
}

div.iaSchemaEditor div.iaEditorButtonBar {
	float: right;
	width: 255px;
	margin-top: 0.2em;
}

div.iaSchemaEditor div.iaEditorButtonBar div.iaEditorButtonBarItem {
	float: left;	
}

div.iaSchemaEditor div.iaEditorButtonBar div.iaEditorButtonBarItem input {
	width: 32px;
	height: 32px;
	border: none;
	margin-left: 3px;
	background-color: red;
}

div.iaSchemaEditor div.iaEditorButtonBar div.iaEditorButtonBarItem input.iaEditorButtonBarItem_import {
	background: url(/ia/skins/default/images/import.png) no-repeat;
}

div.iaSchemaEditor div.iaEditorButtonBar div.iaEditorButtonBarItem input.iaEditorButtonBarItem_newsection {
	background: url(/ia/skins/default/images/newsection.png) no-repeat;
}

div.iaSchemaEditor div.iaEditorSchemaTitle {
	margin-top: 0.2em;
	margin-right: 260px;
}

div.iaSchemaEditor div.iaEditorSchemaTitle input {
	border: none;
	height: 32px;
	width: 100%;
	font-size: 18pt;
	background-color: transparent;
	text-align: left;
}

div.iaSchemaEditor form {
	margin: 0;
	padding: 0;
}

div.iaSchemaEditor div.iaEditorSchemaDescription {
	clear: both;
	width: 100%;
	font-size: 14pt;
	font-style: italic;
}

div.iaSchemaEditor div.iaEditorSchemaSection div.iaEditorSchemaSectionTitleBar {
	width: 100%;
	background: linear-gradient(135deg, #ffffff 0%,#e5e5e5 100%);
	height: 18px;
	margin-top: 2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

div.iaSchemaEditor div.iaEditorSchemaSection div.iaEditorSchemaSectionTitleBar div {
	float: right;
	width: 16px;
	margin-right: 3px;
}

div.iaSchemaEditor div.iaEditorSchemaSection div.iaEditorSchemaSectionTitleBar input {
	border: none;
	background: none;
	width: 16px;	
}

div.iaSchemaEditor div.iaEditorSchemaSection div.iaEditorSchemaSectionTitleBar div.iaEditorSchemaSectionTitle {
	float: none;
	width: auto;
	margin-right: 40px;
}

div.iaSchemaEditor div.iaEditorSchemaSection div.iaEditorSchemaSectionTitleBar div.iaEditorSchemaSectionTitle input {	
	text-align: left;
	width: 100%;
	font-weight: bold;
}

div.iaSchemaEditor div.iaEditorSchemaSection div.iaEditorSchemaSectionTitleBar div.iaEditorSchemaSectionAddField input {
	background: url(/ia/skins/default/images/addfield.png) no-repeat;
}

div.iaSchemaEditor div.iaEditorSchemaSection div.iaEditorSchemaSectionTitleBar div.iaEditorSchemaSectionExpandCollapse input.iaSchemaEditor_collapse {	
	background: url(/ia/skins/default/images/collapse.png) no-repeat;
}

div.iaSchemaEditor div.iaEditorSchemaSection div.iaEditorSchemaSectionTitleBar div.iaEditorSchemaSectionExpandCollapse input.iaSchemaEditor_expand {	
	background: url(/ia/skins/default/images/expand.png) no-repeat;
}

div.iaSchemaEditor div.iaEditorSchemaSectionFieldContainer {
	clear: both;
	max-height: 300px;
	min-height: 75px;
	background-color: #e9e9e9;
	border: 1px inset #e5e5e5;
	overflow: auto;
}

div.iaSchemaEditor div.iaEditorActions {
	display: none;
}

div.iaSchemaEditor div.iaEditorSchemaSectionFieldContainer div.iaEditorSchemaFieldContainer {
	background-color: #fcfcfc;
	margin: 0.5em;
	padding: 0.5em;
}

div.iaSchemaEditor div.iaEditorSchemaSectionFieldContainer div.iaEditorSchemaFieldContainer:hover {
	background-color: #F7F6CD;
}

div.iaSchemaEditor div.iaEditorSchemaSectionFieldContainer div.iaEditorSchemaFieldContainer > div.iaEditorFieldTitle {
	font-weight: bold;
	width: 100%;
	margin-bottom: 0.3em;
	font-size: 10pt;
}

div.iaSchemaEditor div.iaEditorSchemaSectionFieldContainer div.iaEditorSchemaFieldContainer > div.iaEditorFieldProps > div {
	float: left;
	width: 50%;
	padding-bottom: 0.5em;
}

div.iaSchemaEditor div.iaEditorSchemaSectionFieldContainer div.iaEditorSchemaFieldContainer > div.iaEditorFieldProps div.iaEditorFieldItem {
	clear: both;
	width: 100%;
}

div.iaSchemaEditor div.iaEditorSchemaSectionFieldContainer div.iaEditorSchemaFieldContainer > div.iaEditorFieldProps div.iaEditorFieldItem > div {
	float: left;
	padding-right: 0.2em;
	font-size: 8pt;
}

div.iaSchemaEditor div.iaEditorSchemaSectionFieldContainer div.iaEditorSchemaFieldContainer > div.iaEditorFieldProps div.iaEditorFieldItem > div.iaEditorFieldTitle {
	font-weight: bold;
}

div.iaSchemaEditor div.iaEditorSchemaSectionFieldContainer div.iaEditorSchemaFieldContainer > div.iaEditorFieldLegend {
	clear: both;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

div.iaSchemaEditor div.iaEditorSchemaSectionFieldContainer div.iaEditorSchemaFieldContainer > div.iaEditorFieldLegend div,
div.iaSchemaEditor div.iaEditorSchemaSectionFieldContainer div.iaEditorSchemaFieldContainer > div.iaEditorFieldErrorMessage div {
	padding: 0.2em;
}

div.iaSchemaEditor div.iaEditorSchemaSectionFieldContainer div.iaEditorSchemaFieldContainer > div.iaEditorFieldLegend div.iaEditorFieldTitle,
div.iaSchemaEditor div.iaEditorSchemaSectionFieldContainer div.iaEditorSchemaFieldContainer > div.iaEditorFieldErrorMessage div.iaEditorFieldTitle {
	font-weight: bold;
	padding-bottom: 0;
}

div.iaSchemaEditor_dlgProp {
	height: 340px;
}

div.iaSchemaEditor_dlgProp div.iaSchemaEditor_dlgProp_left,
div.iaSchemaEditor_dlgProp div.iaSchemaEditor_dlgProp_right
{
	height: 280px;
}

div.iaSchemaEditor_dlgProp div.iaSchemaEditor_dlgProp_left {
	float: left;
	width: 20%;
	border: 1px inset #E0DEDE;
	background-color: #ffffff;	
	padding: 0.5em;
	overflow: auto;
}

div.iaSchemaEditor_dlgProp div.iaSchemaEditor_dlgProp_left input,
div.iaSchemaEditor_dlgProp div.iaSchemaEditor_dlgProp_left span {
	border: none;
	background: transparent;
	text-decoration: underline;
	padding: 0;
}

div.iaSchemaEditor_dlgProp div.iaSchemaEditor_dlgProp_left div.propTreeItemContainer {
	margin-bottom: 0.7em;
}

div.iaSchemaEditor_dlgProp div.iaSchemaEditor_dlgProp_left span {
	font-size: small;
	color: #000000;
}

div.iaSchemaEditor_dlgProp div.iaSchemaEditor_dlgProp_left div.propTreeMenuButtons {
	display: inline;
	padding-left: 6em;
}

div.iaSchemaEditor_dlgProp div.iaSchemaEditor_dlgProp_left div.propTreeMenuButtons input.iaSchemaEditor_dlgProperties_addItemButton {
	background: url(/ia/skins/default/images/additem.png) no-repeat;
	width: 16px;
	height: 16px;
}

div.iaSchemaEditor_dlgProp div.iaSchemaEditor_dlgProp_left div.propTreeItemSubmenu {
	padding-left: 0.5em;
}

div.iaSchemaEditor_dlgProp div.iaSchemaEditor_dlgProp_right {
	float: left;
	width: 75%;
	padding: 0.5em;
	margin-left: 0.5em;
	background: linear-gradient(135deg, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */	
	overflow: auto;
}

div.iaSchemaEditor_dlgProp_hidden {
	display: none;
}

div.iaSchemaEditor_dlgProp div.iaSchemaEditor_dlgProp_bottom {
	clear: both;
	text-align: right;
	padding-top: 1em;
}

/*add styles for the iaexport component */
input.iaexport_excel {
	background: url(/ia/skins/default/images/export_excel.png) no-repeat;
	padding-left: 16px;
	border: none;
}

div.iaSearchExportContainer form {
	display: inline;
}

*.iaHidden {
	display: none;
}

*.iatarget_hover {
	opacity: 0.8;
}

div.iaDNDButton {
	float: none;
	width: 100%;
}

div.iaDNDButton input {
	width: 100%;
	text-align: left;
}

div.iaDNDTargetIcon {
	width: 100%;
}

/*implement default calendar styles */
div.iaCalendar {
	width: 100%;
	padding: 0.5em;
	margin-top: 0.5em;
	margin-left: 0.5em;
	border: 1px solid rgb(228, 226, 221);
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 3px 5px rgba(15,17,15,0.27);
	color: rgb(51,51,51);
	font-size: 11pt;
}

div.iaCalendar div.leftDiv {
	vertical-align: middle;
	float: left;
}

div.iaCalendar div.calendarHeader span.title {
	font-weight: bold;
	font-size: 200%;
	text-transform: capitalize;	
	padding-left: 0.3em;
	position: relative;
	top: -0.4em;	
}

div.iaCalendar div.calendarHeader div.rightDiv div.text_r {
	float: right;
	height: 20px;
}

div.iaCalendar div.eventTypeList {
	float: left;
	width: 10%;
	margin-top: 2.9em;
}

div.iaCalendar div.calendarWeek {
	width: 100%;
	float: left;
}

div.iaCalendar div.calendarWeek div.calendarDayOfWeek,
div.iaCalendar div.calendarWeek div.calendarDayOfWeekend
{
	float: left;
	width: 16%;
	text-align: center;
	padding: 0.5em 0px;
	background: none;
}

div.iaCalendar div.calendarWeek div.calendarDayOfWeekend {
	width: 8%;
}

div.iaCalendar div.view {
	font-size: 90%;
	float: right;
}

div.iaCalendar div.calendarWeek div.rounded_container {
	height: 98%;
	width: 98%;
	margin: 0.2em;
	border-radius: 10px 10px 10px 10px;
	background: rgb(230,230,230);
}

div.iaCalendar div.calendarWeek div.calendarDayWeekend div.rounded_container  {
	background: rgb(248,245,236);
}

div.iaCalendar div.calendarWeek div.calendarDay,
div.iaCalendar div.calendarWeek div.calendarDayWeekend
{
	height: 15em;
	float: left;
	width: 16%;
	text-align: center;
}

div.iaCalendar div.calendarWeek div.calendarDayWeekend {
	width: 8%;
}

div.iaCalendar div.calendarWeek div.calendarWeekView {
	height: 15em;
	float: left;
	text-align: center;			
}

div.iaCalendar div.calendarWeek div.calendarWeekView div.middle {		
	padding-top: 7em;
}

div.iaCalendar div.calendarWeek div.calendarWeekView div.rotate270 {
	transform: rotate(270deg);	
	font-size: 70%;
}

div.iaCalendar div.calendarWeek div.calendarDayTitleDate {
	text-align: left;
	font-weight: bold;
	font-size: 130%;	
	padding-left: 0.3em;
}

div.iaCalendar div.calendarWeek div.calendarDayWeekend div.calendarDayTitleDate a {
	color: rgb(162,2,2);
}

div.iaCalendar div.dayView {
	margin: 0.1em;
}

div.iaCalendar div.dayView div.calendarDayOfWeek {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0.14em 0px;
	border: none;
	background: transparent;
}

div.iaCalendar div.dayView div.calendarDay {
	height: auto;
	background: rgb(230,230,230);
	width: 100%;
	border-radius: 10px 10px 10px 10px;
}

div.iaCalendar div.dayView div.calendarDay div.calendarDayWeekend {
	background: rgb(248,245,236);
}

div.iaCalendar div.dayView div.calendarDay div.calendarDayTitle {
	font-size: 120%;
	padding-left: 0.3em;
}

div.iaCalendar div.dayView div.calendarDay div.calendarDayWeekend div.calendarDayTitle a {
	color: rgb(162,2,2);
}

div.iaCalendar div.dayView div.calendarDay div.today,
div.iaCalendar div.calendarDay div.today {
	background: rgb(223, 243, 192);
}

div.iaCalendar div.iaCalendarEventType {
	border: 1px solid rgb(221, 221, 221);	
	background: url("/ia/default/images/calendar/icon_drag_s.png") no-repeat scroll 0.4em 50% white;	
	margin: 0px 0px 0.5em 0.2em;
	font-size: 90%;
	text-align: left;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 3px 5px rgba(15, 17, 15, 0.27);	
	width: 100%;
}

div.iaCalendar div.iaCalendarEventType div {
	border-left: 5px solid;
	padding: 0.3em 0.2em 0.3em 0.2em;
	overflow-x: hidden;
}

div.iaCalendar div.iaCalendarTarget,
div.iaCalendar div.calendarTargetDragOver {
	height: 11.7em;
	overflow-y: auto;
	overflow-x: hidden;
}

div.iaCalendar div.dayView div.iaCalendarTarget,
div.iaCalendar div.dayView div.calendarTargetDragOver {
	height: 100%;
}

div.iaCalendar div.calendarTargetDragOver {
	background-color: #c6ffc5;
}

div.iaCalendar div.calendarDayBody div.iaCalendarEventSource,
div.iaCalendar div.calendarAllDay div.iaCalendarEventSource
{
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 0.2em 0 0 0;
	text-align: left;
	margin-bottom: 0.2em;
	box-shadow: 0px 3px 5px rgba(15, 17, 15, 0.27);
}

div.iaCalendar div.timeBlock div.iaCalendarEventSource > div {
	box-shadow: 0px 3px 5px rgba(15, 17, 15, 0.27);
}

div.iaCalendar div.calendarDayBody div.iaCalendarEventSource > div,
div.iaCalendar div.timeBlock div.iaCalendarEventSource > div,
div.iaCalendar div.calendarAllDay div.iaCalendarEventSource > div {
	border-radius: 3px;
	overflow-x: hidden;
	overflow-y: hidden;
}

div.iaCalendar div.calendarDayBody div.iaCalendarEventSource div.iaCalendarEventSourceTitle,
div.iaCalendar div.timeBlock div.iaCalendarEventSource div.iaCalendarEventSourceTitle,
div.iaCalendar div.calendarAllDay div.iaCalendarEventSource div.iaCalendarEventSourceTitle
{
	margin-left: 5px;
	background-color: #ffffff;
	padding-left: 0.3em;
}

div.iaCalendar div.calendarDayBody div.iaCalendarEventSource div.iaCalendarEventSourceTitle,
div.iaCalendar div.calendarAllDay div.iaCalendarEventSource div.iaCalendarEventSourceTitle
{
	white-space: nowrap;
}

div.iaCalendar div.timeBlock div.iaCalendarEventSource div.iaCalendarEventSourceTitle {
	height: 100%;
}
