﻿/* 
RESET TAGS 
----------------------------------------------------------------------------------------------------------------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/*
STANDARD TAGS
----------------------------------------------------------------------------------------------------------------------------------------
*/
body
{   
    font-size: .75em;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #444444;
    line-height: 1;
}
.bodybg
{
    /*background: #ffffff url('images/BodyBG_long_top.png') repeat-x top left;*/    
}
a
{
    color: #FF00AF; /* #FC6703; */
    text-decoration: underline;
    font-weight: bold;
}
.a:disabled
{
	color:#999;
}
a:hover
{
    color: #FF87DB; /* #ff9622; */
}
h1, h2, h3, h4, h5, h6
{
    color: #008AF0; /* #444444; */
    margin: 20px 0 10px 0;
    clear: both;
}
h1
{
    font-size: 2em;
    color: #ff9622;
}
h2
{
    font-size: 1.5em;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
:focus
{
    outline: 0;
}
ins
{
    text-decoration: none;
}
del
{
    text-decoration: line-through;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/*
HEADER TAGS
----------------------------------------------------------------------------------------------------------------------------------------
*/
#header-wrap
{
    top: 0;
    left: 0;
    width: 100%;
}
/*#header-container
{
    height: 120px;
}*/
#header
{
    width: 100%; /*1244px;*/
    margin: 0 auto;
    position: relative;
}
/*
HEADER TITLE TAGS
----------------------------------------------------------------------------------------------------------------------------------------
*/
#title
{
    color: #ffffff;
    float: left;
    background: transparent url('images/TitleLeft.png') no-repeat top left;
}
#title h1
{
    color: #444444;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 27px 20px 35px 20px;
    background: transparent url('images/TitleRight.png') no-repeat top right;
}
/*
HEADER SIGNIN TAGS
----------------------------------------------------------------------------------------------------------------------------------------
*/
#signin-display
{
    color: #ffffff;
    text-align: right;
    font-weight: bold;
    padding: 10px 8px 0px 0px;
}
#signin-display a:link, #signin-display a:visited
{
    color: #ffffff;
    text-decoration: none;
}
#signin-display a:hover
{
    text-decoration: underline;
}
img#flagsmall
{
    padding: 0px;
    margin: 0px;
    border-style: none;
    border-width: 0px;
    background-color: Transparent;
    float: right;
}
img#itemdescriptionimagesmall
{
    padding: 0px 0px 0px 4px;
    margin: 0px;
    border-style: none;
    border-width: 0px;
    background-color: Transparent;
    float: none  ;
    vertical-align : text-top  ;
}
/*
HEADER MENU TAGS
----------------------------------------------------------------------------------------------------------------------------------------
*/
#menu-container
{
    padding-top: 61px;
}
ul#menu
{
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul#menu li
{
    float: left;
    background: transparent url('images/TabInactiveLeft.png') no-repeat bottom left;
}
ul#menu li a
{
    display: block;
    padding: 17px 22px 10px 17px;
    color: #FFFFFF; /* #444444; */
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent url('images/TabInactiveRight.png') no-repeat bottom right;
}
ul#menu li a:hover
{
    text-decoration: underline;
}
ul#menu li.active
{
    background: transparent url('images/TabActiveLeft.png') no-repeat bottom left;
}
ul#menu li.active a
{
    background: transparent url('images/TabActiveRight.png') no-repeat bottom right;
}
/*
CONTENT TAGS
----------------------------------------------------------------------------------------------------------------------------------------
*/
#content-wrap
{
	padding: 0px 16px 40px 16px;
}
#content-container
{
    /*margin: 0 auto;
    overflow: auto;  SET THESE PADDING OPTIONS IF #header-wrap { position: ?? } IS SET TO FIXED...     padding-top: 140px;     padding-bottom: 40px;     */
    /*padding: 0px 16px 40px 16px;  T R B L */
    width: 100%; /*1214px;*/
}
#content
{
    width: 100%; /*1214px;*/

}
/*
FOOTER TAGS
----------------------------------------------------------------------------------------------------------------------------------------
*/
#footer-wrap
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    float:right;
    clear:both;
}
#footer-container
{
    height: 35px;    
}
.footerbg
{
    /*background: #ffffff url('images/BodyBG.png') repeat-x top left;*/
    background: #0020c1 repeat-x top left;
}
#footer
{
    width: 96%;
    color: #cccccc;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-size: 11px;
    padding-top: 9px;
}
.footerVersionNumberLeft
{
	width: 150px;
	float:left;
}
.footerVersionNumberRight
{
	width: 150px;
	float:right;
	text-align: right;
}
/*
FORM TAGS
----------------------------------------------------------------------------------------------------------------------------------------
*/
fieldset
{
    margin: 0px 0px 0px 0px; /* margin: 0em 0 1em 0; */
    padding: 1em;
    border: 1px solid #0019BA; /* #ff9622; */
}
legend
{
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    background: #ff9622;
    padding: 5px 10px;
}
fieldset p
{
    margin: 10px 12px 2px 10px;
}
fieldset label
{
    display: block;
    font-weight: bold;
    margin: 5px 0 3px 0;
}
fieldset label.inline
{
    display: inline;
}
input[type="text"], input[type="password"]
{
    border: 1px solid #cccccc;
    color: #333333;
}
input[type="text"]:focus, input[type="password"]:focus
{
    background-color: #F7F7FF; /* #ffd09d; */
    border: 1px solid #ff9622;
}
textarea
{
    display: block;
    color: #333333;
    font-family: Arial, Helvetica, Sans-Serif;
    border: 1px solid #cccccc;
}
textarea:focus
{
    background-color: #F7F7FF; /* #ffd09d; */
    border: 1px solid #ff9622;
}
table.entity-form
{
    margin: 0px 0px 0px 0px;
    border: none;
    font-family: Arial, Helvetica, Sans-Serif;
}
table.entity-form td
{
    border: none;
    padding: 8px;
    vertical-align: top;
}
table.entity-form td.entity-form-caption
{
    border: none;
    width: 170px;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 10px 5px 4px;
    vertical-align: top;
}
table.entity-form td.entity-form-validation-summary
{
    text-align: left;
    padding-bottom: 12px;
    font-size: 12px;
}
table.entity-form label.inner-entity-form-caption
{
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
}
table.entity-form td.bottom-action-bar
{
    padding: 12px 0px 0px 0px;
    text-align: left;
}
table.entity-form td.seperator
{
    padding: 4px 0px 4px 0px;
}

/*
TABLE TAGS
----------------------------------------------------------------------------------------------------------------------------------------
*/
table
{
    border: solid 1px #cccccc;
}
table td
{
    padding: 5px;
    border: solid 1px #cccccc;
}
table thead td
{
    text-align: center;
}
table th
{
    text-align: left;
}
table thead td, table th
{
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    background-color: #0019BA; /* #ff9622; */
    border: solid 1px #cccccc;
}
table thead
{
    font-size: 1.2em;
    font-weight: bold;
}
table th
{
    background-color: #444444;
    text-transform: capitalize;
}
table tr.row-alternate
{
    background-color: #E4E4E4;
}
.gridViewTitleHeaderRow
{
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    background-color: #0019BA; /* #ff9622; */
    border: solid 1px #cccccc;
    font-size: 1.2em;
    font-weight: bold;
}
.noborder
{
	border: solid 0px #F00;
}

/*
DATA LISTINGS
----------------------------------------------------------------------------------------------------------------------------------------
*/
table.datalist
{
    width: 100%;
}
table.datalist td#last
{
    width: -1;
}
table.datalist td#options
{
    width: 65px;
}
table.datalist td#options-wide
{
    width: 68px;
}
table.datalist td#options-fouricons
{
    width: 86px;
	min-width:42px;
}
img.datalistoption
{
    border: none;
    margin: 0px 2px 0px 0px;
    padding: 0px;
    background-color: Transparent;
}
a.datalistoptionlink
{
    text-decoration: none;
}
.gridViewHeaderText
{
	padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    background-color: #0019BA; /* #ff9622; */
    border: solid 1px #cccccc;
}

/*
ASP.NET MVC TAGS
----------------------------------------------------------------------------------------------------------------------------------------
*/
.field-validation-error
{
    color: #ff0000;
}
.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}
.validation-summary-errors
{
    padding: 10px 10px 10px 35px;
    margin: 10px 0;
    border: 1px solid #dfdfdf;
    color: #ff0000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    background: #fcf9ce url(icons/error.gif) 5px 5px no-repeat;
}
.validation-summary-info
{
    padding: 10px 10px 10px 35px;
    margin: 10px 0;
    border: 1px solid #dfdfdf;
    color: #0000ff;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    background: #fcf9ce url(icons/info.gif) 5px 5px no-repeat;
}

/*
TOOLBAR TAGS
----------------------------------------------------------------------------------------------------------------------------------------
*/
table.toolbar
{
    margin: 0px;
    padding: 0px;
    border-style: none;
    width: 100%;
}
table.toolbar td
{
    border: none;
    padding: 0px;
}
table.toolbar td#left
{
    text-align: left;
    width: 50%;
}
table.toolbar td#right
{
    text-align: right;
    width: 50%;
}
/*
MVC PAGER CONTROL HTML TAGS
----------------------------------------------------------------------------------------------------------------------------------------
*/
.pager
{
    margin: 12px 3px;
    text-align: right;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;    
}
.pager .disabled
{
    border: 1px solid #ddd;
    color: #999;
    margin-top: 4px;
    padding: 3px;
    text-align: center;
    font-weight: normal;
}
.pager .current
{
    background-color: #06c;
    border: 1px solid #009;
    color: #fff;
    font-weight: bold;
    margin-top: 4px;
    padding: 3px 5px;
    text-align: center;
}
.pager .normal
{
    border: 1px solid #c0c0c0;
    color: #008AF0; /* #FC6703; */
    padding: 3px 5px;
    text-align: center;
    font-weight: normal;
}
.pager span, .pager a
{
    margin: 4px 3px;
}
.pager a
{
    /* border: 1px solid #c0c0c0; */
    /* padding: 3px 5px; */
    /* text-align: center; */
    text-decoration: none;
}

/*
WEBFORM PAGER CONTROL STYLES
----------------------------------------------------------------------------------------------------------------------------------------
*/
table.WFpager
{
    margin: 12px 10px;
    text-align: right;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    border-spacing:5px;
    border-collapse:separate;
    border: 0px solid #c0c0c0;
}

table.WFpager td
{
    border: 1px solid #c0c0c0;
    height:21px;
    width:18px;
    text-align: center;
    vertical-align:middle;
}

table.WFpager span
{
    background-color: #06c;
    border: 1px solid #009;
    color: #fff;
    font-weight: bold;
    position:relative;
    bottom: -1px;
    left: -1px;
    margin-right:-2px;
    padding:4px 6px 2px 5px;
}
table.WFpager a
{
    text-decoration: none;
    font-weight:normal;
    color: #008AF0;
}

.WFgridviewRowStyle td
{
	background-color: #F0F0F0;
	color: #000;
}

.WFgridviewAltRowStyle td
{
	background-color: #FFF;
	color: #000;
}


/*
VIEW HEADER TAGS
----------------------------------------------------------------------------------------------------------------------------------------
*/
table#contenttitle
{
    width: 100%; 
    margin: 8px 0px 4px 0px; 
    border-style: none;
}
table#contenttitle td
{
    padding: 0px; 
    height: 42px; 
    border-style: none; 
}
table#contenttitle td#contenttitleimage
{
    width: 38px;     
    vertical-align: middle;
}
table#contenttitle td#contenttitleimage img
{
    border: none; 
    margin: 0px; 
    padding: 0px; 
    background-color: Transparent;
}
table#contenttitle td#contenttitletext
{
    text-align: left; 
    vertical-align: middle;  
    font-size: 2em; 
    color: #1C45FF; /* #ff9622; */
    font-weight: bold; 
}
/*
VIEW OPTIONS
----------------------------------------------------------------------------------------------------------------------------------------
*/
p.viewoptions
{
    margin: 14px 0px 6px 0px;
    white-space:nowrap;
}

div.viewoptionscentered
{
	height:36px;
    margin: 0px 0px 6px 0px;
    vertical-align:middle !important;
    background-color:#EDE;
    font-weight:bold;
}

p.viewoptionscentered
{
	height:36px;
    margin: 0px 0px 6px 0px;
    vertical-align:middle !important;
    background-color:#EED;
    font-weight:bold;
}

.radiogroup
{
border-top-color:#F00;
}

p.viewoptions .optionimage
{
    border: none;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    vertical-align: text-bottom;
    background-color: Transparent;
}
p.viewoptions .optionlink
{
    text-decoration: none;
    padding: 0px 8px 0px 0px;
    color: #FF00AF; /* #ff9622; */
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
}
p.viewoptions .optionlink:hover
{
    color: #FF87DB; /* #ff9622; */
}
/*
DASHBOARD TAGS
----------------------------------------------------------------------------------------------------------------------------------------
*/
div.dashboard
{
    margin: 6px 0px 0px 0px;
}

div.dashboard table.options
{
    border-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
div.dashboard table.options td
{
    margin: 0px;
    padding: 0px;
    border-style: none;
}
div.dashboard table.options td.image
{
    vertical-align: middle;
    padding-left:10px;
}
div.dashboard table.options td.title
{
    vertical-align: middle;

    font-size: 14px;
    color: #194FFF;
}
div.dashboard table.options td.caption
{
    font-size: 10px;
    width: 220px;
}
div.dashboard table.options img
{
    border-style: none;
    background-color: Transparent;
    vertical-align: middle;
}
div.dashboard table.options a
{
    text-decoration: none;
    color: #75A5FF; /*#D87E1E; */
}
div.dashboard table.options a:hover
{
    text-decoration: underline;
    color: #75BCEF;
}

/*dashboard div*/
div.dashboard div.options
{
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
div.dashboard div.options div
{
    width: 350px;
    float: left;
}
div.dashboard div.options img
{
    border-style: none;
    background-color: Transparent;
    vertical-align: middle;
    padding-right: 0;
}
div.dashboard div.options a
{
    text-decoration: none;
    color: #75A5FF;
}
div.dashboard div.options a:hover
{
    text-decoration: underline;
    color: #75BCEF;
}
/*
DIALOGS
----------------------------------------------------------------------------------------------------------------------------------------
*/
div.jquery-dialog 
{
    margin: 6px 2px 12px 2px;
    padding: 0px;
}
/*
GENERAL HTML TAGS
----------------------------------------------------------------------------------------------------------------------------------------
*/
.clear
{
    clear: both;
}
.error
{
    color: #ff0000;
}
.errorMessage, .warningMessage, .infoMessage, .warningMessagePastelRed
{
    padding: 10px 10px 10px 35px;
    margin: 5px 0;
    border: 1px solid #DFDFDF;
    color: #333333;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 12px;
}
.errorMessage
{
    background: #fcf9ce url(icons/error.gif) 5px 6px no-repeat;
}
.errorTable
{
	border: 10px solid #FFF !important;
}
.warningMessage
{
    background: #fcf9ce url(icons/exclamation.gif) 5px 6px no-repeat;
}
.warningMessagePastelRed
{
    background: #FF87DB url(icons/warning.png) 5px 6px no-repeat;
}
.infoMessage
{
    background: #fcf9ce url(icons/info.gif) 5px 6px no-repeat;
}
.translationimportresults
{
    margin-right:20px;
    float: left;
}
.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
code, blockquote
{
    padding: 10px;
    text-align: left;
    display: block;
    overflow: auto;
    background: #fafafa;
    border: 1px solid #f2f2f2;
    border-left: 3px solid #ff9622;
}
code
{
    font: 500 1em/1.5em 'Lucida Console' , 'courier new' , monospace;
}
blockquote
{
    font: bold 1.2em/1.5em 'Trebuchet MS' , Tahoma, sans-serif;
    color: #666666;
}
ul, ol
{
    margin: 10px 30px;
    list-style-position: inside;
}
ul
{
    list-style-type: disc;
}
ol
{
    list-style-type: decimal;
}
img
{
    border: 1px solid #dadada;
    padding: 5px;
    
}
img.float-right
{
    margin: 5px 0px 5px 15px;
    border-right: 3px solid #ff9622;
}
img.float-left
{
    margin: 5px 15px 5px 0px;
    border-left: 3px solid #ff9622;
}
a.clearlink
{
    text-decoration: underline;
    padding: 0px 8px 0px 0px;
    color: #FF00AF; /* #ff9622; */
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
}
a.clearlink:hover
{
    color: #FF87DB; /* #ff9622; */
}
/*
WEBFORMS GRIDVIEW STYLES
----------------------------------------------------------------------------------------------------------------------------------------
*/
.WFpagerOuterTable 
{
    border: solid 0px; 
}
.WFGridView
{
    margin: 0px;
    padding: 0px;
    border-style: none;
    width:100%;
}
.WFGridView td
{
    padding: 5px;
    border: solid 1px #cccccc;
}

.WFGridViewOptionsCol
{
    width:60px;
}

.WFGridViewFourOptionsCol
{
    width:76px;
}

.WFGridViewOptionCol
{
    width:16px;
}

.WFGridViewIDCol
{
    width:60px;
}

.WFGridViewCol
{
    width:240px;
}

.WFGridViewLastCol
{
    /*just fill remaining space*/
}
.WFgridContentTitle /* blue header */
{
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border: solid 1px #cccccc;
    font-size: 1.2em;
    height:21px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #FFFFFF;
    background-color: #0019BA;
}    
.WFgridContentTitle td
{
    padding-top:5px !important;
    background-color: #0019BA;
}
td.WFpagerOuterTD
{
	padding:0px;
	border: solid 0px;
}
.WFgridTitleLabel
{
	width:100%;
	padding: 5px 0px 5px 0px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	background-color: #0019BA;
}
/*
PROTECTION PLAN PAGE
----------------------------------------------------------------------------------------------------------------------------------------
*/
.protectionPlanTable
{
	padding: 0px 0px 0px 0px;
	border: solid 2px #000;
	background-color:#FFF;
}
.protectionPlanTableHeaderCell
{
	border: solid 2px #000;
	text-align: left; 
    vertical-align: middle;  
    font-size: 1.5em; 
    color: #1C45FF;
    font-weight: bold; 
	height:28px;
	background-color:#CCCCFF;
}
.protectionPlanTableImage
{
	padding: 0px 0px 0px 0px;
	border: solid 0px #000;
}
.protectionPlanTableImgCell
{
	padding: 2px 8px 2px 2px;
	border: solid 0px #0f0;
	width:5%;
}
.protectionPlanTableCell
{
	padding: 0px 0px 0px 0px;
	border: solid 0px #000;
	text-align: left; 
    vertical-align: middle;  
    width:45%;
}

.elapsedTime
{
	float:right ;
	position:relative ;
	text-align:right ;
	color:Gray ;
	font-size: x-small ;
	visibility: hidden;
	
}

.footerVersionNumberLeft
{
	font-size:xx-small;
}

/** i Color Picker**/
@charset "utf-8";
 
#iColorPicker
{
    color: #fff;
    background: #333;
    border: 1px solid #ccc;
    padding: 5px; 
    z-index:9999;
}
 
#colorPreview
{
    height: 50px;
}
 
table.pickerTable
{
    border-collapse: collapse;
}
 
table.pickerTable td
{
    width: 12px;
    height: 18px;
    border: 1px solid #000;
    cursor: pointer;
}

/***All button style*/
.AllButtonStyle 
{
    margin-right: .1em;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #dddddd;
    *border:none;
    color: #0073ea;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    padding: .4em 1em;
    *padding: .4em .3em;
    font-weight: bold;
    background-color: #f6f6f6;
    *background-color:#F0F0F0;
}
.AllButtonMouseOver {
    background-color: #0073ea;
    color: #f6f6f6;
}
.AllButtonMouseOut {
    background-color: #f6f6f6;
    *background-color:#F0F0F0;
    color: #0073ea;
}
/*Vimeo video container*/
.vimeo-video {
    margin: 5px 10px;
}
