@font-face
{
    font-family: NordiquePro-Semibold;
    
    
    src: url("/css/NordiquePro-Semibold.otf");
    src: url("/css/NordiquePro-Semibold.otf?#iefix") format('opentype'), url("/css/NordiquePro-Semibold.ttf") format("truetype");
    
}

@font-face
{
    font-family: NordiquePro-Semibold;    
    src: url("/css/NordiquePro-Semibold.otf");
    src: url("/css/NordiquePro-Semibold.otf?#iefix") format('opentype'), url("/css/NordiquePro-Semibold.ttf") format("truetype");
        
    
    
}


@font-face
{
    font-family: 'NordiquePro-Semibold';
    src: url("/css/NordiquePro-Semibold.otf");
    src: url("/css/NordiquePro-Semibold.otf?#iefix") format('opentype'), url("/css/NordiquePro-Semibold.ttf") format("truetype");
    
    
    

}

@font-face
{
    font-family: 'NordiquePro-Semibold';
    src: url("/css/NordiquePro-Semibold.otf");
    src: url("/css/NordiquePro-Semibold.otf?#iefix") format('opentype'), url("/NordiquePro-Semibold.ttf") format("truetype");
    
    
}





.hidden
{
	display: none;
}

.image
{
    background-repeat: no-repeat;
    background-position: center center;
}

.transparent_0
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity:0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}


.transparent_10
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    -moz-opacity:0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
}

.transparent_50
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.transparent_70
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.transparent_80
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.transparent_90
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.transparent_100
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

.default_roundcorner_5
{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior:url("/css/PIE.htc");
    border-radius:5px;
}

.default_roundcornerbottom_5
{
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    behavior:url("/css/PIE.htc");
    border-radius-bottomleft:5px;
    border-radius-bottomright:5px;
}

.div_global_loading
{
}


.div_global_combobox_list {
	left:0;
	position:absolute;
	top:0;
	z-index:1100;
}

.div_global_combobox_overlay {
	display:none;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1050;
}

.clickable
{
    cursor: pointer;
}

.clickable_blue
{
    cursor: pointer;
}

.clickable_blue:hover
{
    color: #00a7f9;
}

.div_global_content_holder
{
	width: 100%;
	min-height: 100%;
	text-align: center;
}



.div_global_content_container
{
	width: 100%;
	padding-bottom: 60px;
}




body
{
    font-family: NordiquePro-Semibold;
    font-size: 10px;
    line-height: 1em;
    color: #4c4c4c;
    background-color: #ffffff;
    margin: 0;
    width: 100%;
    background-image: url("/resources/images/image_global_background.png");
    text-decoration: none;
}

.inline_block
{
	float: none;
	display: inline-block;
}

div
{
	float: left;
}

.right
{
	float: right;
}


.right_text
{
	text-align: right;
}

.left_text
{
	text-align: left;
}


.default_input_text
{
    font-family: NordiquePro-Semibold;
    width: 250px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    padding: 0px;
    border: none;
    background-color: #ffffff;
}

.default_input_textarea
{
    font-family: NordiquePro-Semibold;
    width: 270px;
    height: 80px;
    font-size: 12px;
    line-height: 20px;
    padding: 0px;
    border: none;
    background-color: #ffffff;
}

.default_input_label
{
    width: 120px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: left;
    
}
.default_input_container
{
	padding: 5px;
	background-color: #ffffff;
	text-align: left;
}

.default_input_div
{
    clear: left;
	padding-bottom: 10px;
}

.default_input_icon
{
    float: right;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.default_input_icon:hover
{
    background-image: url("/resources/icons/icon_global_input_clear.png");
}

.default_input_div:hover .default_input_icon
{
    background-image: url("/resources/icons/icon_global_input_clear.png");
}

.default_combo_icon
{
	float: right;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
	background-image: url("/resources/icons/icon_global_input_dropdown.png");
}

.default_combo_list
{
	padding: 5px;
	background-color: #ffffff;
	border: solid 1pt #b3b3b3;
}

.default_combo_list_item
{
	width: 100%;
	clear: left;
	font-size: 12px;
	line-height: 16px;
	color: #4c4c4c;
}

.div_break
{
	width: 100%;
	height: 1px;
}





.div_global_dialog_overlay {
display:none;
height:100%;
left:0;
position:fixed;
top:0;
width:100%;
z-index:950;
}

.div_global_dialog_container_top {
display:none;
position:absolute;
z-index:960;
}

.div_global_dialog_header {
color:#4c4c4c;
display:none;
font-size:18px;
height:24px;
line-height:24px;
width:100%;
}

.div_global_dialog_header_line_center {
background-image:url(/resources/images/image_dialog_header_line_center.png);
background-position:center center;
background-repeat:repeat-x;
height:12px;
width:1px;
}

.div_global_dialog_header_line_left {
background-image:url(/resources/images/image_dialog_header_line_left.png);
background-position:center center;
background-repeat:no-repeat;
height:12px;
width:1px;
}

.div_global_dialog_header_line_right {
background-image:url(/resources/images/image_dialog_header_line_right.png);
background-position:center center;
background-repeat:no-repeat;
height:12px;
width:1px;
}

.div_global_dialog_input,.div_global_dialog_header_line {
display:none;
width:100%;
}


.div_global_dialog_input,.div_global_dialog_header_line {
display:none;
width:100%;
}

.div_global_dialog_input_cancel {
margin-left:10px;
text-align:left;
width:80px;
}

.div_global_dialog_input_confirm {
margin-left:-90px;
text-align:right;
width:80px;
}

.div_global_dialog_input_container {
margin-left:50%;
}

.div_global_dialog_input_prompt {
display:none;
font-size:14px;
line-height:14px;
padding-bottom:10px;
padding-top:10px;
text-align:center;
width:100%;
}

.div_global_dialog_footer {
padding-top:10px;
width:100%;
}

.div_global_dialog_close {
background-image:url(/resources/icons/icon_global_dialog_close.png);
display:none;
height:20px;
position:absolute;
right:5px;
top:5px;
width:20px;
}

.div_global_dialog_bottom_padding {
height:50px;
width:100%;
}

a{
	text-decoration: none;
}

td
{
	vertical-align: top;
}

.mouseover
{
	text-decoration : none;
}

.mouseover:hover
{
	text-decoration : underline;
}
