form {
    margin: 0px;
    padding: 0px;
}

table.container_layout {
    padding: 10px;
    width:100%;
    border-collapse:none !important;
}
table.container_layout td.container_main {
    vertical-align: top;
}

table.grid_view
{
    margin:5px 0 0 0;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border-spacing: 1px;
	width:100%;
}

table.grid_view tr.headers th {
    height:29px;
	background:url(images/ca-results-title-bg.gif) repeat-x top left;
	background-color:#B3DAF9;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	line-height:10px;
	border:1px solid #bebdbd;
	padding-left:2px;
	padding-right:2px;
	vertical-align:middle !important;
}

table.grid_view tr.headers th a {
    color: #000066;
    font-weight: bold;
    text-decoration:none;
}

table.grid_view tr.headers th a.sort_asc {
    padding-right: 10px;
    background: url('../images/arrow_up_sm.gif') center right no-repeat;
}

table.grid_view tr.headers th a.sort_desc {
    padding-right: 10px;
    background: url('../images/arrow_dn_sm.gif') center right no-repeat;
}

table.grid_view th.actions {
    width: 40px;
    font-weight: normal;
    font-size: 10px;
}

table.grid_view tr td {
    border-width: 1px;
    height: 24px;
    padding: 2px 10px;
}

table.grid_view tr.even td {
    padding:8px;
	background:#dedede;
	color:#202020;
	font-size:11px;
	text-align:center;
	border:1px solid #cacaca;
}

table.grid_view tr.odd td {
    padding:8px;
	background:#f9f9f9;
	color:#202020;
	font-size:11px;
	text-align:center;
	border:1px solid #dcdcdc;
}

table.grid_view tr.over td {
    background-color: #c7d1d1;
}

table.grid_view a.action_button {
    width: 26px;
    height: 26px;
    display: block;
    margin: auto;
    background-image: url('../common/themes/platinum/images/icn_actions.gif');
    background-position: left center;
    background-repeat: no-repeat;
}

table.grid_view a.action_button:hover {
    background-image: url('../common/themes/platinum/images/icn_actions_over.gif');
}

table.grid_view .actions ul {
    border-width: 1px;
    list-style-type: none;
    margin-left: -153px;
    margin-top: -25px;
    padding: 0px;
    position: absolute;
    display: none;
    width: 158px;
    background-color: white;
    border-style: solid;
    border-color: #555555;
    font-size: 12px;
}

table.grid_view .actions ul a {
    display: block;
    height: 22px;
    line-height: 22px;
    padding-left: 5%;
    text-align: left;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #000000;
}

table.grid_view .actions ul a:hover {
    background-color: #BBBBBB;
}

table.grid_view td.reorder_arrows {
    width: 28px;
}

table.grid_view td.reorder_arrows img,
table.grid_view td.reorder_arrows a {
    float: left;
    margin: 1px;
}

.form_view fieldset {
    border: 1px solid #C4D9EA;
    padding: 0px;
}

.form_view legend {
    color: #000000;
    font-weight: bold;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}

.form_view table {
    width: 100%;
}

.form_view td {
    padding: 3px;
    height: 22px;
    vertical-align: middle;
}

.form_view tr.odd td, .form_view tr.even td
{
    
}

.form_view tr.even td {
    background-color: #fff;
    vertical-aligh:middle;
}

.form_view tr.odd td {
    background-color: #F5F5F5;
    vertical-aligh:middle;
}

.form_view td.label , .form_view th.label{
    width: 200px;
    padding:0 0 0 10px;
	height:29px;
	color:#202020;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background:#f5f5f5;
	border:1px solid #dcdcdc;
	border-bottom:none;
	border-right:none;
}

.form_view form {
    margin-bottom: 0px;
    width: 100%;
}

.form_view input.text {
    width: 250px;
}

/* listings field placeholder */
.form_view input.listing {

}
   
.form_view select.select {
    width: 250px;
}

.form_view .wysiwyg {
    width: 770px;
    height: 300px;
}

.form_view textarea {
    width: 400px;
    height: 150px;
}

.form_view label {
    font-size: 12px;
}

.form_view label.label {
    font-weight: bold;
}

.form_view td.wide label.label {
    padding:3px 3px 3px 8px;
}

.form_view .asterisk {
    color: red;
}

.form_view td.field {
    height:29px;
	background:#f5f5f5;
	border:1px solid #dcdcdc;
	border-bottom:none;
	border-left:none;
    float: none;
}

.form_view tr.field_error label.label {
    color: red;
}

.form_view .error
{
    color:red;
    font-size:12px;
}
.form_view ul.error
{
    background-color:yellow;
    padding:5px 0 5px 5px;
}

.form_view .return_message
{
    color:white;
    font-size:12px;
}
.form_view ul.return_message
{
    background-color:green;
    padding:5px 0 5px 5px;
}

.form_view div.footer
{
    margin:8px 0 0 0;
	height:29px;
	background:#d0eef8;
	border:1px solid #e5e5e5;
}

.form_view .file_title
{
  width:235px;
  float:left;
  font-size:10pt;
  font-weight:bold;
  font-family:Arial,Helvetica,Sans-Serif;
}
/*************start membernet**************/

/********************search heading**************/

.ca-search{
	margin:7px 0 0 0;
}
.ca-search table{
	/*border-bottom:1px solid #dcdcdc;*/
	width: 100%;
}
.ca-search tr.heading td{
	height:27px;
	background:url(images/ca-search-heading-bg.gif) repeat-x top left;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	border:1px solid #bebdbd;
}
.ca-search tr.heading td div{
	padding:5px 0 0 28px;
	float:left;
	height:22px;
	background:url(images/ca-search-heading-arrow.gif) no-repeat top left;
}

.ca-search tr.heading td a.button,  
.ca-search tr.heading td a.button:visited
{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
    padding-left:5px;
    padding-right:5px;
    text-decoration:none;
    text-transform:lowercase;
}

.ca-search tr.heading td a.button:hover
{
    background-color:#F5F5F5;
    border-color:#999999;/*#EEEEEE #DEDEDE #DEDEDE #EEEEEE;*/
    border-style:solid;
    border-width:1px;
    color:#bbbbbb;
}

/********************search form************************/
/*
.ca-search td.label{
	padding:0 0 0 10px;
	height:29px;
	color:#202020;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background:#f5f5f5;
	border:1px solid #dcdcdc;
	border-bottom:none;
	border-right:none;
}
.ca-search td.field{
	height:29px;
	background:#f5f5f5;
	border:1px solid #dcdcdc;
	border-bottom:none;
	border-left:none;
}
*/

/***************membernet grid**************/
.ca-search .button_bar
{
    padding:0 0 0 0px;
	margin:10px 0 10px 0;
	width:100%;
	/*background:url(images/ca-add-icon.gif) no-repeat 0 3px;*/
/*background-position:93.5% 50%;*/
	background-position:91.5% 50%;
	text-align:right;
	color:#363636;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}


.ca-search .button_bar a
{
    color:#363636 ;
    text-decoration:none ;
}


/***********end membernet ***********/











.page_control {
    color: #000;
    font-size: 11px;
    margin-top:5px;
    margin-bottom:5px;
}

.page_control a {
    padding:0 0 0 5px;
    margin:0px;
	color:#000;
	background:url(images/ca-pag-bar.gif) no-repeat 0 2px;
}
/*
.page_control .current_page
{
}
*/
.page_control .totals {
    float: left;
}

.page_control .pages {
    float: right;
}


.page_control a.next,
.page_control a.prev {
    text-decoration: none;
    background:none;
}

.page_control a.next:hover,
.page_control a.prev:hover {
    text-decoration: underline;
}

.thumbnail_view {
    padding: 5px;
    overflow: auto;
}

.thumbnail_view .thumbnail_item {
    margin: 5px;
    border: 1px solid #999999;
    padding: 2px;
    background-color: #F3F3F3;
    text-align: center;
}

.thumbnail_view .thumbnail_item_spacer {
    width: 122px;
    height: 138px;
    float: left;
}

.thumbnail_view .thumbnail_item .image {
    padding: 3px;
}

.thumbnail_view .thumbnail_item .label {
    text-align: center;
    white-space: nowrap;
    width: 106px;
    overflow: hidden;
}

.thumbnail_view .thumbnail_item .label a {
    color: #000000;
    font-size: 11px;
    text-decoration: none;
}

div.image_preview {
    text-align: center;
    font-size: 12px;
    padding: 10px;
}

img.image_preview {
    border: 1px solid #999999;
    background-color: #F3F3F3;
    padding: 4px;
}

.navmenu_sections {
    padding: 2px;
}
.navmenu_sections a {
    font-size: 12px;
    color: #000000;
}

#msg-div {
    left:35%;
    position:absolute;
    top:10px;
    width:250px;
    z-index:20000;
}

.grid_view tr td.zero,
.grid_view .zero td {
  padding: 0px;
  border: 0px !important;
}


.field_caption
{
    font-size:x-small;
    font-weight:normal;
}


.widget_usage {
    padding: 5px;
    font-size: 10px;
}

.widget_usage h2 {
    font-size: 11px;
    font-weight: bold;
    margin-top: 10px;
}

.widget_usage .description {
    font-size: 11px;
    background-color: #D9D9D9;
    border: 1px solid #999999;
    padding: 5px;
    margin: 5px;
    width: 490px;
}

.widget_variables .grid_view {
    width: 450px;
}

.widget_usage .grid_view {
    width: 500px;
    margin: 5px;
}

.us_currency
{
    width:60px;
    text-align:right;
}

/* Icons */
.icn_generic   {background: url('../common/themes/platinum/images/icn_action_generic.gif') no-repeat;}
.icn_view      {background: url('../common/themes/platinum/images/icn_action_view.gif') no-repeat;}
.icn_edit      {background: url('../common/themes/platinum/images/icn_action_edit.gif') no-repeat;}
.icn_delete    {background: url('../common/themes/platinum/images/icn_action_delete.gif') no-repeat;}
.icn_copy      {background: url('../common/themes/platinum/images/icn_action_copy.gif') no-repeat;}
.icn_upload    {background: url('../common/themes/platinum/images/icn_action_upload.gif') no-repeat;}
.icn_dnload    {background: url('../common/themes/platinum/images/icn_action_dnload.gif') no-repeat;}
.icn_save      {background: url('../common/themes/platinum/images/icn_action_save.gif') no-repeat;}
.icn_cancel    {background: url('../common/themes/platinum/images/icn_action_cancel.gif') no-repeat;}
.icn_addfolder {background: url('../common/themes/platinum/images/icn_action_addfolder.gif') no-repeat;}
.icn_search    {background: url('../common/themes/platinum/images/icn_action_search.gif') no-repeat;}
.icn_new       {background: url('../common/themes/platinum/images/icn_action_new.gif') no-repeat;}
.icn_hyperlink {background: url('../common/themes/platinum/images/icn_action_hyperlink.gif') no-repeat;}


button.medium {
    background-position: 4px 50%;
    background-color: #3f97c5;
    margin: 2px;
    display: block;
    float: left;
    padding: 2px;
    padding-left: 20px;
    _padding-left: 20px;
    text-align: center;
    height: 24px;
    border-width: 2px;
    border-style: outset;
    cursor:pointer;
    cursor:hand;
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    font-size: 12px;
    color: #FFFFFF;
}

button.small {
    background-position: 0px 50%;
    background-color: #f6f4f1;
    margin: 2px;
    display: block;
    float: left;
    padding-left: 14px;
    height: 20px;
    border-width: 1px;
    border-style: outset;
    cursor:pointer;
    cursor:hand;
    font-size: 10px;
    color: #000000;
}

.x-menu-item {
    background-position: 2px 50%;
}

/* Get same indicator w/ different bg colors from http://www.ajaxload.com */
.activity-indicator {
    background: url('../images/indicator.gif') no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
}

div.form_view {
    padding: 10px;
}
div.form_view ul.formview_tabs {
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #555555;
    list-style-type: none;
    background-color: #666666;
    padding: 5px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

div.form_view ul.formview_tabs li {
    display: inline;
}

div.form_view ul.formview_tabs li.active {
    border-bottom: 1px solid #E0E0E0;
    background-color: #FF0000;
}

div.form_view ul.formview_tabs li.active a {
    position: relative;
    top: 1px;
    background-color: #E0E0E0;
    padding-top: 5px; /* must change with respect to padding (X) above and below */
}

div.form_view ul.formview_tabs li a {
    padding: 4px 4px; /* FIRST number must change with respect to padding-top (X) above */
    border: 1px solid #555555;
    background-color: #CCCCCC;
    color: #000;
    margin-right: 0px;
    text-decoration: none;
    border-bottom: none;
    font-size: 12px;
    font-weight: bold;
    outline: 0;
}

div.form_view u.formview_tabs li a:hover {
    
}

.hidden {
    display: none;
}

.help {
    cursor: help;
}

div.widget_select div.panel_wrapper {
    overflow: auto;
}

div.widget_select #general_panel {
    width: 150px;
    float: left;
}
div.widget_select #widget_tree {
    width: 100%;
}
div.widget_select #widget_params {
    width: 300px;
    float: left;
}
div.widget_select div.widget_select_form div.field_row {
    clear: both;
    padding: 4px;
}
div.widget_select div.widget_select_form div.label {
    width: 75px;
    float: left;
}
div.widget_select div.widget_select_form div.field {
    float: left;
}

.form_table
{
    margin: 2px 0 2px 0;
    padding: 4px;
    border: 1px solid #E0E0E0;
    background-color: #CCCCCC;
}
.form_table td
{
    padding: 25px;
}

