/* Application:[ vSolution ] version:[ 1.8 ] Build:[ 3299 ] Copyright 2009-2010 VIBSCO. All rights reserved. */


#body-content     { border: 1px solid #00ff00; width:100%; height:100%; }
#v_infoView       { border: 1px solid #ff0000; overflow: hidden; }
#v_MainFrame      { border: 1px solid #ff0000; overflow: hidden; }

#v_header         { border: 1px solid #ff0000; overflow: hidden; width:100%; height:30px; clear:both;}
#v_toolbar_top    { border: 1px solid #ff0000; overflow: hidden; width:100%; height:30px; clear:both;}
#v_toolbar_left   { border: 1px solid #0000ff; overflow: hidden; float:left; left:0px; top:0px; width:20px; height:100%; }

#v_ChildFrame     { border: 1px solid #0000ff; overflow: hidden; width:800px; float: left; }
#v_workbook       { border: 1px solid #ff0000; overflow: hidden; width:100%; height:20px; clear:both; }
#v_worksheet      { border: 1px solid #ff0000; float:left;  width:800px; height:400px; overflow: auto; }
#v_status         { border: 1px solid #ff0000; overflow: hidden; width:100%; height:20px; clear:both; }

#v_toolbar_right  { border: 1px solid #ff0000; overflow: hidden; float:right; top:0px; right:0px; width:20px; height:100%;}
#v_toolbar_bottom { border: 1px solid #ff0000; overflow: hidden; width:100%; height:30px; clear:both;}

#v_footer         { border: 1px solid #ff0000; overflow: hidden; width:100%; height:30px; clear:both;}

#v_ctbv_top       { border: 1px solid #ff0000; overflow: hidden; }
#v_ctbv_top_s     { border: 1px solid #ff0000; overflow: hidden; }
#v_ctbv_left      { border: 1px solid #ff0000; overflow: hidden; }
#v_ctbv_left_s    { border: 1px solid #ff0000; overflow: hidden; }
#v_ctbv_right     { border: 1px solid #ff0000; overflow: hidden; }
#v_ctbv_right_s   { border: 1px solid #ff0000; overflow: hidden; }
#v_ctbv_bottom    { border: 1px solid #ff0000; overflow: hidden; }
#v_ctbv_bottom_s  { border: 1px solid #ff0000; overflow: hidden; }


a.sort {
 color: #d7d7d7;
}

/**
***    ADD CONTENT
**/

input.create {
	width: 97%;
}
tr.title {
	background: #eeeeee;
}
label.create {
	 font-weight: bold;
}


/**
***    POSITIONS
**/
.positionKey {
	width: 25%;
}
.templatePositions thead th {	
	padding: 10px;
}
.templateFunctions {
	width: 25%;	
}
.templatePositionsDescription {
	width: 25%;
}
.templatePositionsActions {
	width: 25%;
}


/**
***   The tabs at the top.
**/
.tabs
{
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	overflow: hidden;
	background: #eeeeee;
}

.tabs li
{
	float: left;
	white-space: nowrap;
	margin: 0;
}

.tabs li a
{
	border: 1px solid #dedede;
	border-top: none;
	padding: 6px;
	display: block;
	background: #eeeeee;
	text-decoration: none;
}

	.tabs li a:hover 
	{
		border: 1px solid #bbb;
		border-top: none;
	}

.tabs li a.tabs-current
{
	background: #fff;
	border: none;
	color: #D54E21;
	border-bottom: 1px solid #fff;
}

div th a {
/*    font-size: 12px; */
 color : #d7d7d7;
}
