
@charset "utf-8";

/* BLOCK ELEMENTS */
html, div, map, dt, form { display:block; }
body { display:block; margin:8px; font-family:serif; font-size:medium; }
p, dl { display:block; margin-top:1em; margin-bottom:1em; }
dd { display:block; margin-left:40px; }
address { display:block; font-style:italic; }
blockquote { display:block; margin:1em 40px; }
h1 { display:block; font-size:1.8em;    font-weight:bold; margin:0.67em 0; }
h2 { display:block; font-size:1.5em;    font-weight:bold; margin:0.83em 0; }
h3 { display:block; font-size:1.125em;  font-weight:bold; margin:1em 0; }
h4 { display:block; font-size:1em;      font-weight:bold; margin:1.33em 0; }
h5 { display:block; font-size:0.75em;   font-weight:bold; margin:1.67em 0; }
h6 { display:block; font-size:0.5625em; font-weight:bold; margin:2.33em 0; }
pre{ display:block; font-family:monospace; white-space:pre; margin:1em 0; }
hr { display:block; height:2px; border:1px; margin:0.5em auto 0.5em auto; }
/* TABLE ELEMENTS */
/*
table { border-spacing: normal; border-collapse:separate; margin-top:0; margin-bottom:0; text-indent:0; }
caption { text-align:center; }
td { padding:1px; }
th { font-weight:bold; padding:1px; }
tbody, thead, tfoot { vertical-align:middle; }
*/    
/* INLINE ELEMENTS */
strong { font-weight:bold; }
cite, em, var, dfn { font-style:italic; }
code, kbd, samp { font-family:monospace; }
ins { text-decoration:underline; }
del { text-decoration:line-through; }
sub { vertical-align:-0.25em; font-size:smaller; line-height:normal; }
sup { vertical-align: 0.5em;  font-size:smaller; line-height:normal; }
abbr[title], acronym[title] { border-bottom:dotted 1px; }
/* LIST ELEMENTS */
ul { list-style-type:disc; margin:1em 0; margin-left:40px; padding-left:0;}
ol { list-style-type:decimal; margin:1em 0; margin-left:40px; padding-left:0;}
/* remove top and bottom margins for nested lists */
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl
{ margin-top:0; margin-bottom:0; }
/* use circle when ul nested 2 deep */
ol ul, ul ul { list-style-type:circle; }
/* use square when ul nested 3 deep */
ol ol ul, ol ul ul, ul ol ul, ul ul ul { list-style-type:square; }
img   { border-width:0px; outline: none; }

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    padding:0px;
    font-family: Arial, Helvetica, sans-serif;    
    font-size: 12px; 
    color: #333333;  
    text-align: center;   
}

#complete_page{
    width:         970px;
    margin:        auto;
    margin-top:    0px;        
    padding-top:   0px;   
    z-index: 1;
    position:relative;
    background: white; 
    padding-bottom: 30px;
}

#complete {   
    width:         950px;   
    margin:        auto;
    margin-top:    0px;        
    padding-top:   0px;
    text-align:    center;
    z-index: 1;
    position:relative;
}    

#header_complete {  
    margin-top:    0px;        
    padding-top:   0px; 
    z-index: 1;
    position:relative;
} 

#footer_complete {   
    margin-top: 20px; 
    z-index: 1;
    position:relative;
}                            

/* //////////////////////////////////////////////////////// */ 

a, a:visited { 
  outline:         none;  
  color:           #0375b1; 
  text-decoration: none;
  font-weight:     900;  
}
a:hover {
  text-decoration: underline;
}

/* //////////////////////////////////////////////////////// */

input {
    /* outline: none;*/
}

select { 
    border:  1px solid #aaa;  
    padding: 1px;   
   /* outline: none;*/
} 

textarea {
    font-family: Arial;
    resize: none;
}

/* //////////////////////////////////////////////////////// */

.showBorder {
    border-width: 1px;
    border-style: solid;
}

/* //////////////////////////////////////////////////////// */ 

.paginator {
    display: block;
}

.paginator a, .paginator span{
      padding: 3px;
}

.paginator a{
    background: #C7E8F9;
}

/* //////////////////////////  BIG message box ////////////////////////// */ 

.div_container_alerts_big {
    font-size: 16px;
    line-height: 1.5em;
}

.div_container_alerts_big .text_big {
    font-size: 18px;
}

.div_container_alerts_big .text_small {
    font-size: 14px;
}

#form_container {   
    margin: auto;
    border: 1px solid #bbbbbb;
    background: #ececec; 
}

.form_table {
    margin: auto; 
    border-spacing: 1px;
}

.form_table th{
   text-align: right;
   padding-right: 10px;
   font-weight: normal;
   color: #555;
}

.field_box, .field_box_noborder, .field_box_with_nontext_input {
    height: 2.5em;            
    text-align: center;
    vertical-align: middle;   
    border-width: 1px;
    border-style: solid;
    color: black;  
}

.field_box {                                                    
    background: white;  
}

.field_box_with_nontext_input {                  
    text-align: left;
    border-width: 0px;
}

.field_box_noborder {
    border-width: 0px; 
}

.field_box input, .field_box textarea{
    width: 93%;  
    margin: auto;
    text-align: left;
    font-weight: bold;
    border-width: 0px;
    outline: none;    
}

.field_box textarea{ 
    height: 80px;   
}

.filed_message {
    border-color: white;
    border-width: 1px;   
    border-style: solid;  
    padding-left:  12px; 
    padding-right: 10px; 
    font-size: 0.9em;
}
/* corners 5px :*/

.cor5TL {
    -moz-border-radius-topleft:         5px;  
    -webkit-border-top-left-radius:     5px;    
}

.cor5TR {
    -moz-border-radius-topright:        5px;  
    -webkit-border-top-right-radius:    5px;    
}

.cor5BL {
    -moz-border-radius-bottomleft:      5px;  
    -webkit-border-bottom-left-radius:  5px;    
}

.cor5BR {
    -moz-border-radius-bottomright:     5px;  
    -webkit-border-bottom-right-radius: 5px;    
}

.cor5T {
    -moz-border-radius-topleft:         5px;  
    -webkit-border-top-left-radius:     5px;
    -moz-border-radius-topright:        5px;  
    -webkit-border-top-right-radius:    5px;    
}

.cor5B {
    -moz-border-radius-bottomleft:      5px;  
    -webkit-border-bottom-left-radius:  5px;    
    -moz-border-radius-bottomright:     5px;  
    -webkit-border-bottom-right-radius: 5px;
}

.cor5R {
    -moz-border-radius-topright:        5px;  
    -webkit-border-top-right-radius:    5px;
    -moz-border-radius-bottomright:     5px;  
    -webkit-border-bottom-right-radius: 5px;    
}

.cor5L {
    -moz-border-radius-topleft:         5px;  
    -webkit-border-top-left-radius:     5px;
    -moz-border-radius-bottomleft:      5px;  
    -webkit-border-bottom-left-radius:  5px;    
}

.cor5 {
    -moz-border-radius:                 5px;    
    -webkit-border-radius:              5px;
}

/* corners 10px :*/

.cor10TL {
    -moz-border-radius-topleft:         10px;  
    -webkit-border-top-left-radius:     10px;    
}

.cor10TR {
    -moz-border-radius-topright:        10px;  
    -webkit-border-top-right-radius:    10px;    
}

.cor10BL {
    -moz-border-radius-bottomleft:      10px;  
    -webkit-border-bottom-left-radius:  10px;    
}

.cor10BR {
    -moz-border-radius-bottomright:     10px;  
    -webkit-border-bottom-right-radius: 10px;    
}

.cor10T {
    -moz-border-radius-topleft:         10px;  
    -webkit-border-top-left-radius:     10px;
    -moz-border-radius-topright:        10px;  
    -webkit-border-top-right-radius:    10px;    
}

.cor10B {
    -moz-border-radius-bottomleft:      10px;  
    -webkit-border-bottom-left-radius:  10px;    
    -moz-border-radius-bottomright:     10px;  
    -webkit-border-bottom-right-radius: 10px;
}

.cor10R {
    -moz-border-radius-topright:        10px;  
    -webkit-border-top-right-radius:    10px;
    -moz-border-radius-bottomright:     10px;  
    -webkit-border-bottom-right-radius: 10px;    
}

.cor10L {
    -moz-border-radius-topleft:         10px;  
    -webkit-border-top-left-radius:     10px;
    -moz-border-radius-bottomleft:      10px;  
    -webkit-border-bottom-left-radius:  10px;    
}

.cor10 {
    -moz-border-radius:                 10px;    
    -webkit-border-radius:              10px;
}

/* corners 20px :*/

.cor20TL {
    -moz-border-radius-topleft:         20px;  
    -webkit-border-top-left-radius:     20px;    
}

.cor20TR {
    -moz-border-radius-topright:        20px;  
    -webkit-border-top-right-radius:    20px;    
}

.cor20BL {
    -moz-border-radius-bottomleft:      20px;  
    -webkit-border-bottom-left-radius:  20px;    
}

.cor20BR {
    -moz-border-radius-bottomright:     20px;  
    -webkit-border-bottom-right-radius: 20px;    
}

.cor20T {
    -moz-border-radius-topleft:         20px;  
    -webkit-border-top-left-radius:     20px;
    -moz-border-radius-topright:        20px;  
    -webkit-border-top-right-radius:    20px;    
}

.cor20B {
    -moz-border-radius-bottomleft:      20px;  
    -webkit-border-bottom-left-radius:  20px;    
    -moz-border-radius-bottomright:     20px;  
    -webkit-border-bottom-right-radius: 20px;
}

.cor20R {
    -moz-border-radius-topright:        20px;  
    -webkit-border-top-right-radius:    20px;
    -moz-border-radius-bottomright:     20px;  
    -webkit-border-bottom-right-radius: 20px;    
}

.cor20L {
    -moz-border-radius-topleft:         20px;  
    -webkit-border-top-left-radius:     20px;
    -moz-border-radius-bottomleft:      20px;  
    -webkit-border-bottom-left-radius:  20px;    
}

.cor20 {
    -moz-border-radius:                 20px;    
    -webkit-border-radius:              20px;
}
.sf_div {
    width: 300px;
}

.sf_table {
    font-size: 14px;
    color: #333;
}

.sf_table th {
    padding-right: 10px; 
    font-weight: normal; 
}

.sf_table td.ver_space {
    height: 0px;
    font-size: 0px;
}

.sf_table td.td_input_text {
    width: 200px;
    padding: 4px;
    border: 1px solid #999;    
}

.sf_table .sf_text_field {
    width: 100%;
    border-width: 0px;
    border-color: white;
    outline-width: 0px;
}

.sf_table .sf_validate_error {
    color: #dd3333;
    font-size: 11px;
    height: 14px;
    vertical-align: bottom;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Copyright (c) 20010 Janis Skarnelis
 * Examples and documentation at: http://fancybox.net
 *
 * Version: 1.3.0 (02/02/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
 
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent no-repeat;
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background: top left no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background: transparent repeat-x;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background: transparent repeat-x;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background: transparent repeat-x;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background: transparent no-repeat;
}

#fancybox-right-ico {
	background: transparent no-repeat;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

div.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1001;
}

div#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent repeat-x;
}

div#fancy-bg-ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent no-repeat;
}

div#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent repeat-y;
}

div#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent no-repeat;
}

div#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent repeat-x;
}

div#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent no-repeat;
}

div#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent repeat-y;
}

div#fancy-bg-nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent no-repeat;
}

#fancybox-loading div {background: transparent url('http://www.cgarena.com/portfolio/js/jQuery/plugins/FancyBox/fancy_loading.png') no-repeat;}
#fancybox-close       {background: url('http://www.cgarena.com/portfolio/js/jQuery/plugins/FancyBox/fancy_close.png') top left no-repeat;}
#fancybox-title-over  {background: url('http://www.cgarena.com/portfolio/js/jQuery/plugins/FancyBox/fancy_title_over.png');}
#fancybox-title-left  {background: transparent url('http://www.cgarena.com/portfolio/js/jQuery/plugins/FancyBox/fancy_title_left.png') repeat-x;}
#fancybox-title-main  {background: transparent url('http://www.cgarena.com/portfolio/js/jQuery/plugins/FancyBox/fancy_title_main.png') repeat-x;}
#fancybox-title-right {background: transparent url('http://www.cgarena.com/portfolio/js/jQuery/plugins/FancyBox/fancy_title_right.png') repeat-x;}
#fancybox-left-ico    {background: transparent url('http://www.cgarena.com/portfolio/js/jQuery/plugins/FancyBox/fancy_nav_left.png') no-repeat;}
#fancybox-right-ico   {background: transparent url('http://www.cgarena.com/portfolio/js/jQuery/plugins/FancyBox/fancy_nav_right.png') no-repeat;}
div#fancy-bg-n        {background: transparent url('http://www.cgarena.com/portfolio/js/jQuery/plugins/FancyBox/fancy_shadow_n.png') repeat-x;}
div#fancy-bg-ne       {background: transparent url('http://www.cgarena.com/portfolio/js/jQuery/plugins/FancyBox/fancy_shadow_ne.png') no-repeat;}
div#fancy-bg-e        {background: transparent url('http://www.cgarena.com/portfolio/js/jQuery/plugins/FancyBox/fancy_shadow_e.png') repeat-y;}
div#fancy-bg-se       {background: transparent url('http://www.cgarena.com/portfolio/js/jQuery/plugins/FancyBox/fancy_shadow_se.png') no-repeat;}
div#fancy-bg-s        {background: transparent url('http://www.cgarena.com/portfolio/js/jQuery/plugins/FancyBox/fancy_shadow_s.png') repeat-x;}
div#fancy-bg-sw       {background: transparent url('http://www.cgarena.com/portfolio/js/jQuery/plugins/FancyBox/fancy_shadow_sw.png') no-repeat;}
div#fancy-bg-w        {background: transparent url('http://www.cgarena.com/portfolio/js/jQuery/plugins/FancyBox/fancy_shadow_w.png') repeat-y;}
div#fancy-bg-nw       {background: transparent url('http://www.cgarena.com/portfolio/js/jQuery/plugins/FancyBox/fancy_shadow_nw.png') no-repeat;} 
#fancybox-left, #fancybox-right { 
                      background-image:        url('http://www.cgarena.com/portfolio/js/jQuery/plugins/FancyBox/blank.gif'); 
}

/* remove shadows { */
div#fancy-bg-n        {background: transparent ;}
div#fancy-bg-ne       {background: transparent ;}
div#fancy-bg-e        {background: transparent ;}
div#fancy-bg-se       {background: transparent ;}
div#fancy-bg-s        {background: transparent ;}
div#fancy-bg-sw       {background: transparent ;}
div#fancy-bg-w        {background: transparent ;}
div#fancy-bg-nw       {background: transparent ;}
#fancybox-outer {border: 10px solid #ccc;}
/* } remove shadows */
.bg_normal       { background: #efefef; }
.bg_light        { background: #f2f2f2; }
.bg_dark         { background: #e9e9e9; }
.bg_ok_normal    { background: #ccffcc; }
.bg_ok_light     { background: #eeffee; }
.bg_error_normal { background: #ffcccc; }
.bg_error_light  { background: #ffd9d9; }
.bg_alert_normal { background: #ffffa5; }
.bg_alert_light  { background: #ffffbb; }

/*.border_color_lighter      { border-color: #ebebeb; } */
.border_color_lighter      { border-color: #b8b8b8; }
/*.border_color_light        { border-color: #dddddd; } */
.border_color_light        { border-color: #aaaaaa; }
/*.border_color_normal       { border-color: #999999; }*/ 
.border_color_normal       { border-color: #666666; } 
/*.border_color_dark         { border-color: #666666; }*/ 
.border_color_dark         { border-color: #333333; } 
.border_color_ok_normal    { border-color: #99cc99; } 
.border_color_ok_light     { border-color: #ddeedd; }
.border_color_error_normal { border-color: #cc9999; }
.border_color_alert_normal { border-color: #b5b585; }

.color_light  { color: #999999; }
.color_normal { color: #666666; }
.color_dark   { color: #333333; }

.color_error_dark   { color: #993333; }
.color_error_normal { color: #cc6666; }
.color_error_light  { color: #ff9999; }
.color_ok_dark      { color: #339933; }
.color_ok_normal    { color: #66cc66; }
.color_ok_light     { color: #99ff99; }
.color_alert_dark   { color: #595900; }
.color_alert_normal { color: #a5a51d; }
.color_alert_light  { color: #ffff59; }
body {
    background-attachment: fixed; 
    background-repeat: no-repeat;   
    background-color: white;
}

#header_table a{
    color: white;    
}

#header_table a.special_header_links {
    text-decoration: underline;
}

#total_view_container {
    margin: auto; 
    width: 970px; 
    padding: 0px 10px; 
    border-left: 1px solid #0274B3; 
    border-right: 1px solid #0274B3;
    background: white;
}

.view_container {
    background: #dfe4e7;
    padding: 15px; 
}     

.view_space {
    height: 10px;
}

.view_container_child{
    background: white; 
}

.view_container_title {
    text-align: right;
    font-family: Arial;
    color: #0776a3;
    font-size: 16px;
    margin-right: 20px;
    font-weight: bold;
}

h1.name {
    display: inline;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: Arial;
    color: #0776a3;
    font-size: 20px;
    font-weight: bold;
}

#main_info_field {
   font-family: Arial; 
   font-size: 14px;
   font-weight: normal;
   vertical-align: middle; 
   text-align: left; 
   line-height: 1.5em;    
}

#main_info_field2 {
   font-family: Arial; 
   font-size: 14px;
   font-weight: normal;
   text-align: right; 
   vertical-align: middle; 
   line-height: 1.7em;   
}

#main_info_field a, #main_info_field2 a {
    color: #333;
    text-decoration: underline;
    font-weight: normal;
}

.view_container_title_table {
    width: 750px; 
    text-align: right;
}   

.view_separator {
    font-size: 0px;
    border-width: 0px;
    line-height: 0px;
    height: 1px; 
    width: 100%; 
    margin: 5px 0px; 
    background: #0274b3;
}

#view_footer_table{
    margin: auto;
}

#view_footer_table th{
    font-size: 14px;
    text-align: left;
    padding: 0px 15px 7px;
}

#view_footer_table td{
    vertical-align: top;
    font-size: 12px;
    text-align: left; 
    padding: 4px 15px;
    line-height: 1.5em;
}

#view_footer_table td a{
    color: #333;
    text-decoration: underline;
    font-weight: normal;
}
   
.view_gallery_img, .view_gallery_empty {
    width: 100px;
    height: 100px;
    float: left;
    margin: 5px;
    background: #0375b1;
    background-position: top center;
    background-repeat: no-repeat;
}

.view_container_child_table {
    width: 100%;
}

.view_container_child_table th {
    padding: 6px;
    width: 150px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

.view_container_child_table td {
    padding-right: 20px;
    padding-top: 8px;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
}

.view_arrow {
    display: none;
}
