/* This file contains all URL related styles that should not be compressed for delivery */
/* ------------------------------------------------------------------------------------ */


/* URL RELATED STYLES FOR CSS FILES UNDER <COMMON> FOLDER */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/* ------------------ buttons_skins.css start */
button,
.button{
  background: 				#fff url("common/images/buttons/bg_button.png") bottom repeat-x;
}
/* ------------------ buttons_skins.css end */


/* ------------------ datatable.css start */
.paginate_disabled_previous {
	background-image: 		url("common/images/datatables/back_disabled.jpg");
}

.paginate_enabled_previous {
	background-image: 		url("common/images/datatables/back_enabled.jpg");
}

.paginate_disabled_next {
	background-image: 		url("common/images/datatables/forward_disabled.jpg");
}

.paginate_enabled_next {
	background-image: 		url("common/images/datatables/forward_enabled.jpg");
}

.sorting_asc {
	background-color: 			#fff;
}

.sorting_desc {
	background-color: 			#fff;
}

.sorting {
	background: 			url("common/images/datatables/sort_both.png") no-repeat center right;
}

.sorting_asc_disabled {
	background: 			url("common/images/datatables/sort_asc_disabled.png") no-repeat center right;
}

.sorting_desc_disabled {
	background: 			url("common/images/datatables/sort_desc_disabled.png") no-repeat center right;
}

/* ------------------ identification_skins.css end */


/* ------------------ infomessage_skins.css start */
div.infomessage,
#infomessage
{
	background: 			#f0f0f0 url("common/images/fugue/24/information.png") 15px 10px no-repeat;
}

div.infomessageLoading
{
	background:				#f0c5c5 url("common/images/ajax-loader-transparent.gif") 15px 14px no-repeat;
}

div.infomessageError,
#infomessage.error
{
	background:				#f0c5c5 url("common/images/fugue/24/cross.png") 15px 12px no-repeat;
}

div.infomessageSuccess,
#infomessage.success
{
	background:				#D5E8B1 url("common/images/fugue/24/tick.png") 15px 10px no-repeat;
}

div.infomessagePlain,
#infomessage.plain
{
	background: 			url("common/images/fugue/24/information.png") 15px 0px no-repeat;
}

div.infomessageWarning,
#infomessage.warning
{
	background: 			#FFFDDD url("common/images/fugue/24/exclamation.png") 15px 10px no-repeat;
}
/* ------------------ infomessage_skins.css end */


/* ------------------ main_skins.css start */
#headercontainer
{
	background:				#308FB1 url("common/images/menu/header_bg.png") repeat-x top;
}

#headercontainer .outer_container
{
	background:				none;
}


@media only screen and (max-width: 900px) {

#headercontainer .outer_container
{
	background-image:				none;
}

}


#submenu-container
{
	background:				#fff url("common/images/menu/submenu_bg.png") repeat-x bottom;
}

#footercontainer
{

	/* Fallback (IE 10 and lower) (could use .jpg/.png alternatively) */
	background-color:	#EFF0F1;
	/* The Background */
  	background-image: -webkit-gradient( #EFF0F1, #FFF );   	/* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
  	background-image: -webkit-linear-gradient( #EFF0F1, #FFF);  	/* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
  	background-image: -moz-linear-gradient( #EFF0F1, #FFF);   	/* Firefox 3.6 - 15 */
  	background-image: -o-linear-gradient( #EFF0F1, #FFF);   	/* Opera 11.1 - 12 */
	background-image: linear-gradient(#EFF0F1, #FFF);   	/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */



}

#homepagebox
{
	/*background:				#fff url("login/images/signom_login_bg.png") top right repeat-x;*/
	background:	linear-gradient(#daebf5,#daebf5 20%, RGBA(255, 255, 255, 0) );

}
/* ------------------ main_skins.css end */


/* ------------------ menu_skins.css start */
.mainmenu li a
{
	background: 			url("common/images/menu/menu-right.png") no-repeat top right;
}

.mainmenu li a span
{
	background: 			url("common/images/menu/menu-left.png") no-repeat 0px 0px;
}

/* Hover */
.mainmenu a:hover span
{
	background: 			url("common/images/menu/menu-left.png") no-repeat 0px -81px;
}
.mainmenu a:hover
{
	background: 			url("common/images/menu/menu-right.png") no-repeat 100% -81px;
}


/* Selected, white bg */
.mainmenu li.selected a span,
.mainmenu li.selected a:hover span
{
	background: 			url("common/images/menu/menu-left.png") no-repeat 0px -162px;
}

.mainmenu .selected a,
.mainmenu .selected a:hover
{
	background: 			url("common/images/menu/menu-right.png") no-repeat 100% -162px;
}
/* ------------------ menu_skins.css end */


/* ------------------ table_skins.css start */
a.arrow
{
	background: 			transparent url("common/images/tables/arrows.png") no-repeat scroll 0px -16px;
}
/* ------------------ table_skins.css end */



/* URL RELATED STYLES FOR CSS FILES UNDER <LOGIN> FOLDER */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/* ------------------ main_skins.css start */
#SignomLogin{
	/*background:	#fff url("login/images/signom_login_bg.png") top left repeat-x;	*/
	/*background:	linear-gradient(#ddd , RGBA(0, 0, 0, 0) 8%, RGBA(0, 0, 0, 0) 80%, #71a6c3);*/

}

#loginHeader{
	/*background:	#0871A5 url("login/images/signom_login.png") top left no-repeat;
	background-color: 	#08628b;
	background-image:	linear-gradient(#3d94bc, #08628b);
	*/

	/* Fallback (IE 10 and lower) (could use .jpg/.png alternatively) */
	background-color: 				  #08628b ;
	/* The Background */
  	background-image: -webkit-gradient( #3d94bc, #08628b);   	/* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
  	background-image: -webkit-linear-gradient( #3d94bc, #08628b);  	/* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
  	background-image: -moz-linear-gradient( #3d94bc, #08628b);   	/* Firefox 3.6 - 15 */
  	background-image: -o-linear-gradient( #3d94bc, #08628b);   	/* Opera 11.1 - 12 */
	background-image: linear-gradient(#3d94bc, #08628bb);   	/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */



}

form#loginForm{
	/*background:	#fff url("login/images/signom_login_bg.png") top left repeat-x;*/
	background:	linear-gradient(#c5d5de , #daebf5 9%, RGBA(255, 255, 255, 0) 70%,  RGBA(255, 255, 255, 0) );

			}
/* ------------------ main_skins.css end */


/* URL RELATED STYLES FOR TOOLTIPS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.tooltipTop
{
	background:	url("common/images/tooltip_arrow_top.png");
}

.tooltipCenter
{
	background:url("common/images/tooltip_arrow_center.png") top left repeat-y;
}

.tooltipBottom
{
	background:url("common/images/tooltip_arrow_bottom.png");
}

a.openCloseIndicator,
.hiddentabmenu li
{
	background-image: 		url('common/images/arrows.png');
}


/* URL RELATED STYLES FOR FILEUPLOADER */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#fileuploader-button
{
    background:             #fff url('common/images/buttons/bg_button.png') bottom repeat-x;
    color: 					#444;
    text-decoration: 		none;
    text-shadow: 			none;
    cursor: 				pointer;
    padding:                10px 25px 10px 25px;
    border:                 1px solid #ccc;
    border-radius: 			4px;
    -moz-border-radius: 	4px;
    -webkit-border-radius: 	4px;
}
