﻿/*    Site:						Financia Capital V1.0
		Creation Date:  October, 21/2009
		Author:				Ing. Arlen Mayorga Ch.
*/

/*General Style*/

html, body
{
	height: 100%;
	font-family:  Arial, Verdana, sans-serif;
}

*
{
	padding: 0;
	margin: 0;
}

body
{
	line-height: 16px;
	/*background: #D6D6D6 url(../images/bg.jpg) repeat-x left top;*/
	background-color:#D6D6D6;
	text-align: justify;
	font-size: 12px;
	color: #000;
}
a img
{
	border: none;
}

a
{
	color: #666;
	text-decoration: none;
}

a:hover
{
	color: #747A30;
}

ul
{
	margin-left: 15px;
}

li
{
	margin: 10px 0px 0px 10px;
	list-style-image: url(bullet3.gif);
}

li.submenu
{
	font-weight: bold;
	margin-top: 10px;
	list-style-image: url(bullet.jpg);
}

li.submenu:hover
{
	color: #747A30;
	list-style-image: url(bullet2.jpg);
	font-size: 12px;
}


br
{
	clear: left;
}

/*Div*/
#Main
{
	width: 952px;
	margin-left: auto;
	margin-right: auto;
}
#Middle
{
	background: url(../images/bgContent.jpg);
	background-repeat: repeat-y;
}

#Content
{
	margin: -8px 40px 0px 40px;
	text-align: justify;
}

#Bottom
{
	background: url(../images/bgBottom.jpg) no-repeat;
	text-align: center;
	width: 952px;
	height: 50px;
	color: #747A30;
	font-weight: bold;
	vertical-align: middle;
}

/*Labels Styles*/
.title0
{
	font-weight: bold;
	color: #C00000; /*#C00000;*/
	padding: 5px;
	background-color: #F1F1F1;
	text-transform: lowercase;
}

.title1
{
	font-weight: bold;
	color: #C00000;
	text-transform: uppercase;
	background-color: #F1F1F1;
	padding: 5px;
}

.title2
{
	font-weight: bold;
	color: #747A30;
	font-size: 13px;
	padding: 5px;
}

.title3
{
	font-weight: bold;
	color: #C00000;
	font-size: 13px;
	text-transform: uppercase;
	background-color: #F1F1F1;
	padding: 5px;
}

.lblBienvenido
{
	color: #900;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial,Verdana,sans-serif;
	padding-left: 20px;
	background: url(lblUser.gif) center left no-repeat;
	margin-top: 10px;
}

.lblPass
{
	color: #900;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial,Verdana,sans-serif;
	padding-left: 20px;
	background: url(lblLock.gif) center left no-repeat;
	margin-top: 10px;
}

.lblRecoverPass
{
	color: #900;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial,Verdana,sans-serif;
	padding-left: 20px;
	background: url(lblLock.gif) center left no-repeat;
	margin-top: 10px;
}

.lblCerrarSession
{
	color: #900;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial,Verdana,sans-serif;
	padding-left: 20px;
	background: url(Close.jpg) center left no-repeat;
	margin-top: 10px;
}

#mail
{
	padding-left: 20px;
	background: url(mail.jpg) center left no-repeat;
	margin-top: 10px;
}

.back
{
	color: #990000;
	font-weight: bold;
	padding-left: 20px;
	background: url(back.jpg) center left no-repeat;
	margin-top: 5px;
}

/*Colors*/
.green
{
	color: #747A30;
	font-weight: bold;
}

.white
{
	color: #FFF;
	font-weight: bold;
}

.red
{
	color: #900;
	font-weight: bold;
	text-transform: uppercase;
}

.blue
{
	font-weight: bold;
	color: #069;
}

.gray
{
	color: #F1F1F1;
}

/*Forms*/
input, select, textarea, textbox
{
	color: #1E2B35;
	border-width: thin;
	border-color: #ccc;
	cursor: pointer;
	background: #fff url(bgInput.jpg) repeat-x top left;
	border: 1px solid #a5a5a5;
	font-size: 11px;
	font-family:  Arial, Verdana, sans-serif;
}

#lblMsg
{
	color: #C00000;
	font-size: 8pt;
	text-align: left;
	font-weight: bold;
}

.msg
{
	color: #C00000;
	font-size: 8pt;
	text-align: left;
	font-weight: bold;
}

.labels
{
	font-weight: bold;
	color: #1E2B34;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

.formbutton
{
	vertical-align: middle;
	border: solid 1px #CCC;
	background: url(edtButtonBack.gif) repeat-x center bottom #D8E3B6;
	padding: 3px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	font-family:  Arial, Verdana, sans-serif;
}

.formbutton:hover
{
	background: url(edtButtonBackHover.gif) repeat-x center top #fff2c8;
}

.formbutton:active
{
	background: url(edtButtonBackPressed.gif) repeat-x center top #ffcf8b;
}

.txtUser
{
	width: 100px;
	background-image: url(user.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 3px 25px;
	color: #1B3148;
}

.txtPass
{
	width: 100px;
	background-image: url(Lock.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 3px 25px;
	color: #1B3148;
}

/* Image Frame */
.img_wrap_outer
{
	float: left;
	margin: 3px;
	padding-left: 15px;
}
.img_wrap_inner
{
	background-color: #FFF;
	border: 1px solid #a9a9a9;
	padding: 6px;
}

/*GRID*/
.gridHeader
{
	/*background:#328aa4 url(tr_back.gif) repeat-x;*/
	background: #328aa4 url(Header.gif) repeat-x;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.gridPager
{
	/*background:#328aa4 url(tr_back.gif) repeat-x;*/
	background: #C6E0E4 url(Pager1.gif) repeat-x;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.grid
{
	border-color: White;
	border-width: thin;
	border-collapse: collapse;
}

.grid2
{
	border-color: #CCC;
	border-width: 3px;
	border-style: dotted;
	border-collapse: collapse;
	background: #F1F1F1;
	margin-left: auto;
	margin-right: auto;
}

.greenTD
{
	background-color: #AAB676;
	color: White;
	padding: 5px;
}

.grayTD
{
	background-color: #F1F1F1;
	color: #666;
	padding: 5px;
}

/*Comillas Gr*/
blockquote.style1
{
	border-top: 1px solid olive;
	border-bottom: 1px solid olive;
	margin: 5px;
	background-image: url(openquote1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px;
}

blockquote.style1 span
{
	display: block;
	background-image: url(closequote1.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 10px;
}

/*table style*/
table.style
{
	background-color: #e5eecc;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #d4d4d4;
	background-image: url( 'tableStyle.gif' );
	background-repeat: repeat-x;
}

table.style_code
{
	background-color: #ffffff;
	padding: 4px;
	border: 1px solid #d4d4d4;
}

table.center
{
	margin-left: auto;
	margin-right: auto;
}


h2.style, h2.style_head
{
	color: #617f10;
	background-color: transparent;
	margin-top: 0px;
}

h2.style
{
	font-size: 110%;
}

/*Collapsible panel Section*/

.collapsibleContent
{
	border: 1px dotted;
	border-color: #CCC;
	padding: 20px;
	background-color: #FFF;
	padding: 30px;
}

.collapsibleTitle
{
	text-transform: uppercase;
	font-weight: bold;
	color: #C00000; /*text-align: center;	 */
	border: solid 2px #CCC;
	background: url(bgCollapsibleP.jpg) repeat-x center bottom #d7e8fd;
	padding: 3px;
}

