﻿/* DEFAULTS
----------------------------------------------------------*/

body {
	background: #b6b7bc;
	font-size: .80em;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #696969;
	width: 100%;
	height: 100%;
}

a:link, a:visited {
	color: #034af3;
}

a:hover {
	color: #1d60ff;
	text-decoration: none;
}

a:active {
	color: #034af3;
}

p {
	margin-bottom: 10px;
	line-height: 1.6em;
}

.rotate {
	-moz-transform: rotate(7.5deg); /* FF3.5+ */
	-o-transform: rotate(7.5deg); /* Opera 10.5 */
	-webkit-transform: rotate(7.5deg); /* Saf3.1+, Chrome */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	color: #666666;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}

h1 {
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 1.5em;
	font-weight: 600;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
	margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
	width: 100%;
	background-color: #fff;
	margin: 20px auto 0px auto;
	border: 1px solid #496077;
}

.header {
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #37b594;
	width: 100%;
}

	.header h1 {
		font-weight: 700;
		margin: 0px;
		padding: 0px 0px 0px 20px;
		color: #f9f9f9;
		border: none;
		line-height: 2em;
		font-size: 2em;
	}

.main {
	padding: 0px 12px;
	margin: 12px 8px 8px 8px;
	height: 100%;
	min-height: 500px;
}

.leftCol {
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px;
	min-height: 200px;
}

.footer {
	color: #4e5766;
	padding: 8px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
	background-color: #3a4f63;
	width: 100%;
}

div.menu {
	padding: 4px 0px 4px 8px;
}

	div.menu ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		width: auto;
	}

		div.menu ul li a, div.menu ul li a:visited {
			background-color: #465c71;
			border: 1px #4e667d solid;
			color: #dde4ec;
			display: block;
			line-height: 1.35em;
			padding: 4px 20px;
			text-decoration: none;
			white-space: nowrap;
		}

			div.menu ul li a:hover {
				background-color: #bfcbd6;
				color: #465c71;
				text-decoration: none;
			}

			div.menu ul li a:active {
				background-color: #465c71;
				color: #cfdbe6;
				text-decoration: none;
			}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
}

	fieldset p {
		margin: 2px 12px 10px 10px;
	}

	fieldset.login label, fieldset.register label, fieldset.changePassword label {
		display: block;
	}

	fieldset label.inline {
		display: inline;
	}

legend {
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input.textEntry {
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry {
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo {
	width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
	clear: both;
}

.title {
	display: block;
	float: left;
	text-align: left;
	width: 151px;
}

.loginDisplay {
	font-size: 1.1em;
	display: block;
	text-align: right;
	padding: 10px;
	color: White;
}

	.loginDisplay a:link {
		color: white;
	}

	.loginDisplay a:visited {
		color: white;
	}

	.loginDisplay a:hover {
		color: white;
	}

.failureNotification {
	font-size: 1.2em;
	color: Red;
}

.bold {
	font-weight: bold;
}

.submitButton {
	text-align: right;
	padding-right: 10px;
}




/* CONTROLS
----------------------------------------------------------*/
.AddGridTittle {
	font-size: x-small;
	color: Black;
}

.AddGridDesc {
	font-size: x-small;
	color: Black;
	font-weight: bold;
}

.TextBoxR {
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	font-family: Verdana;
	font-size: x-small;
	text-transform: uppercase;
	border-left: #7F9DB9 1px solid;
	border-bottom: #7F9DB9 1px solid;
	background-color: #F0F8FF;
	color: gray;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.TextBoxL {
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	font-family: Verdana;
	font-size: x-small;
	border-left: #7F9DB9 1px solid;
	border-bottom: #7F9DB9 1px solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.TextBox {
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	font-family: Verdana;
	font-size: x-small;
	text-transform: uppercase;
	border-left: #7F9DB9 1px solid;
	border-bottom: #7F9DB9 1px solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.HiddenTextBox {
	background-color: #White;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.Button {
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	font-family: Verdana;
	font-size: x-small;
	border-left: #7F9DB9 1px solid;
	border-bottom: #7F9DB9 1px solid;
}

.DropDownList {
	font-family: Verdana;
	font-size: x-small;
	margin-left: 1px;
}

.CheckBox {
	font-family: Verdana;
	font-size: x-small;
}

.RadioButton {
	font-family: Verdana;
	font-size: x-small;
}

.ListBox {
	font-family: Verdana;
	font-size: x-small;
}

.GridViewHeader {
	font-size: medium;
	/*background-color: #A4A4A4; */
	background-color: #37b594;
	color: Black;
	font-weight: bold;
}

.GridViewItem {
	font-size: x-small;
}

.GridViewRow {
	font-size: x-small;
	background-color: #FFFFFF;
	color: Black;
}

.GridViewAlternating {
	font-size: x-small;
	background-color: #5cffd4;
	color: Black;
}

.GridViewFooter {
	font-size: x-small;
	background-color: #FFFFFF;
	color: Black;
	font-weight: bold;
}

.Imagen {
	cursor: hand;
}


.selected {
	font-size: 10px;
	font-family: Courier New;
	background: #FFFFFF;
	color: #000000;
	white-space: nowrap;
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	border-left: #7F9DB9 1px solid;
	border-bottom: #7F9DB9 1px solid;
}

.autocomplete UL {
	LIST-STYLE-TYPE: none;
}



/* AJAX STYLES
----------------------------------------------------------*/

/* Styles for the Animation Reference */
.animationReferenceTable {
}

.animationReferenceRow {
}

.animationReferenceField {
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
}

.animationReferenceCode {
	margin-top: 5px;
	vertical-align: top;
	font-family: 'Courier New', Monospace;
	font-style: normal;
	font-weight: bold;
	display: block;
	background-color: #FFF;
	color: #000;
	font-family: 'Courier New', Monospace;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 5px;
}

.animationReferenceItems {
	vertical-align: top;
}

.animationReferenceItemTable {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.animationReferenceItemRow {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.animationReferenceItem {
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.animationReferenceItemCode {
	display: block;
	background-color: #FFF;
	color: #000;
	font-family: 'Courier New', Monospace;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
}

/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader {
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeader a {
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

	#master_content .accordionHeader a:hover {
		background: none;
		text-decoration: underline;
	}

.accordionHeaderSelected {
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeaderSelected a {
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

	#master_content .accordionHeaderSelected a:hover {
		background: none;
		text-decoration: underline;
	}

.accordionContent {
	background-color: #D3DEEF;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

/*AutoComplete flyout */

.autocomplete_completionListElement {
	margin: 0px !important;
	background-color: inherit;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: 'default';
	overflow: auto;
	height: 200px;
	text-align: left;
	width: 600px;
	list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
	background-color: window;
	color: windowtext;
	padding: 1px;
	width: 600px;
}

/*Textbox Watermark*/

.unwatermarked {
	height: 18px;
	width: 148px;
}

.watermarked {
	height: 20px;
	width: 150px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color: gray;
}

/* ComboBox styles */

#master_content .ajax__combobox_itemlist {
	margin: 0px;
}

.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
	background-image: url(../Images/toolkit-bg.gif);
	background-position: top left;
	border: 0px none;
	color: #FFFFFF;
	padding: 4px 0px 3px 5px;
	font-size: 13px;
	height: 16px;
	width: 240px;
}

.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
	background-image: url(../Images/toolkit-arrow.gif);
	background-position: top left;
	border: 0px none;
	height: 23px;
	width: 23px;
}

.AjaxToolkitStyle .ajax__combobox_itemlist {
	border-color: #0F2543;
	background-color: #EFEFEF;
}

.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
	margin: 0;
	background-image: url(../Images/aqua-bg.gif);
	background-position: top left;
	border: 0px none;
	padding: 2px 0px 0px 8px;
	font-size: 11px;
	height: 17px;
	width: 150px;
}

.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
	background-image: url(../Images/aqua-arrow.gif);
	background-position: top left;
	border: 0px none;
	height: 19px;
	width: 19px;
}

.AquaStyle .ajax__combobox_itemlist {
	border-color: #000000;
	background-color: #FFFFFF;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
	margin: 0;
	border: solid 1px #7F9DB9;
	border-right: 0px none;
	padding: 1px 0px 0px 5px;
	font-size: 13px;
	height: 18px;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
	margin: 0;
	padding: 0;
	background-image: url(../Images/windows-arrow.gif);
	background-position: top left;
	border: 0px none;
	height: 21px;
	width: 21px;
}

.WindowsStyle .ajax__combobox_itemlist {
	border-color: #7F9DB9;
}

.validatorCalloutHighlight {
	background-color: lemonchiffon;
}

.TabArea {
	background-color: White;
	font-size: x-small;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	position: absolute;
	top: 42px;
	height: 400px;
	z-index: -25;
}



/*
ESTILOS ESPECIALES PARA PROGRAMACION
*/

.TextBoxRuc {
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	font-family: Verdana;
	font-size: x-small;
	text-transform: uppercase;
	border-left: #7F9DB9 1px solid;
	border-bottom: #7F9DB9 1px solid;
	background-color: #F0F8FF;
	color: gray;
}

.TextBoxRazonSocial {
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	font-family: Verdana;
	font-size: x-small;
	text-transform: uppercase;
	border-left: #7F9DB9 1px solid;
	border-bottom: #7F9DB9 1px solid;
	background-color: #F0F8FF;
	color: gray;
}

.TextBoxContacto {
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	font-family: Verdana;
	font-size: x-small;
	text-transform: uppercase;
	border-left: #7F9DB9 1px solid;
	border-bottom: #7F9DB9 1px solid;
}

.TextBoxTelefono {
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	font-family: Verdana;
	font-size: x-small;
	text-transform: uppercase;
	border-left: #7F9DB9 1px solid;
	border-bottom: #7F9DB9 1px solid;
}

.TextBoxFax {
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	font-family: Verdana;
	font-size: x-small;
	text-transform: uppercase;
	border-left: #7F9DB9 1px solid;
	border-bottom: #7F9DB9 1px solid;
}

.TextBoxIdCiudad {
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	font-family: Verdana;
	font-size: x-small;
	text-transform: uppercase;
	border-left: #7F9DB9 1px solid;
	border-bottom: #7F9DB9 1px solid;
}

.TextBoxCiudad {
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	font-family: Verdana;
	font-size: x-small;
	text-transform: uppercase;
	border-left: #7F9DB9 1px solid;
	border-bottom: #7F9DB9 1px solid;
}

.TextBoxIdSucursal {
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	font-family: Verdana;
	font-size: x-small;
	text-transform: uppercase;
	border-left: #7F9DB9 1px solid;
	border-bottom: #7F9DB9 1px solid;
}

.TextBoxSucursal {
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	font-family: Verdana;
	font-size: x-small;
	text-transform: uppercase;
	border-left: #7F9DB9 1px solid;
	border-bottom: #7F9DB9 1px solid;
}

.TextBoxIdVendedor {
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	font-family: Verdana;
	font-size: x-small;
	text-transform: uppercase;
	border-left: #7F9DB9 1px solid;
	border-bottom: #7F9DB9 1px solid;
}

.TextBoxVendedor {
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	font-family: Verdana;
	font-size: x-small;
	text-transform: uppercase;
	border-left: #7F9DB9 1px solid;
	border-bottom: #7F9DB9 1px solid;
}

.TextBoxDescripcionLarga {
	background-color: #White;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.TextBoxClasePrd {
	background-color: #White;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.TextBoxUnd {
	background-color: #White;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
