.ui-tabs{}.ui-tabs .ui-tabs-nav{}.ui-tabs .ui-tabs-nav li{ float:left;list-style:none}.ui-tabs .ui-tabs-hide{ display:none}.ui-state-default .Tab-Right,.InlineTab-Right{ background:url('Images/Controls/Tabs/Default/Right.png') no-repeat right top;padding-right:6px}.ui-state-default .Tab-Left,.InlineTab-Left{ background:url('Images/Controls/Tabs/Default/Left.png') no-repeat left top;padding-left:6px}.ui-state-default .Tab-Content,.InlineTab-Content{ background:url('Images/Controls/Tabs/Default/Center.png') repeat-x left top;height:24px}.ui-state-active .Tab-Right{ background:url('Images/Controls/Tabs/Active/Right.png') no-repeat right top;padding-right:6px}.ui-state-active .Tab-Left{ background:url('Images/Controls/Tabs/Active/Left.png') no-repeat left top;padding-left:6px}.ui-state-active .Tab-Content{ background:url('Images/Controls/Tabs/Active/Center.png') repeat-x left top;height:24px}#Home-Tabs{ float:left;overflow:hidden;width:736px}.Tab-Content a{ font-size:13px;line-height:24px;text-align:center;text-decoration:none}.ui-state-default a{ color:#555555}.ui-state-default a:hover{ color:#000000}.ui-state-active a{ color:#FFFFFF}.ui-state-active a:hover{ color:#FFFFFF}.Table{ font-family:arial;font-size:small;border-collapse:collapse;border-color:#7F7F7F;border-style:solid;border-width:1px;margin-left:1px}.Table th{ background:url('Images/Controls/Containers/Footer.png') repeat-x 0px 0px;border-color:#989898 #cbcbcb #989898 #989898;border-style:solid solid solid none;border-width:1px 1px 1px medium;color:#000;padding:4px 10px 4px 10px;text-align:center;vertical-align:bottom}.Table th a{ color:#333333;font-weight:bold;text-decoration:none;text-align:center;display:block;padding-right:10px}.Table td{ color:#333333;padding:4px 10px 4px 10px;border-bottom:solid 1px #BBD9EE}.Table td.Table-RowActions{ text-align:right;padding:4px 20px 4px 10px}.Table-AltRow{ background-color:#EBF4FA}.Table-Row{ background-color:#fff}.Table-RowNumber{ text-align:center;padding-left:0px;font-weight:bold;color:#333333}.Panel .Table{ border-style:solid none solid solid;margin-left:0px}.ReportForm td{ padding-top:8px}
Validation.addMethod('compareGreaterThan',function(pElements,pOptions,pMessage)
{var hReturn=true;var hValues=$(pOptions).getValue(true);$.each($(pElements).getValue(true),function(lIndex)
{var hElement=this;$.each(hValues,function(lIndex)
{if(hReturn==true)
{hReturn=(hElement>this);}});});if(hReturn==true)
{return true;}
else
{return $.format(pMessage,pOptions);}},'Must be greater than {0}.');Validation.addMethod('compareLessThan',function(pElements,pOptions,pMessage)
{var hReturn=true;var hValues=$(pOptions).getValue(true);$.each($(pElements).getValue(true),function(lIndex)
{var hElement=this;$.each(hValues,function(lIndex)
{if(hReturn==true)
{hReturn=(hElement<this);}});});if(hReturn==true)
{return true;}
else
{return $.format(pMessage,pOptions);}},'Must be less than {0}.');Validation.addMethod('compareEqual',function(pElements,pOptions,pMessage)
{var hReturn=true;var hValue=$(pOptions).getValue(true);$.each($(pElements).getValue(true),function(lIndex)
{if(hReturn==true)
{hReturn=(this.toString()==hValue.toString());}});if(hReturn==true)
{return true;}
else
{return $.format(pMessage,pOptions);}},'Must be equal to {1}.');Validation.addMethod('compareNotEqual',function(pElements,pOptions,pMessage)
{var hReturn=true;var hValues=$(pOptions).getValue(true);$.each($(pElements).getValue(true),function(lIndex)
{if(hReturn==true)
{hReturn=(this.toString()==hValue.toString());}});if(hReturn==true)
{return true;}
else
{return $.format(pMessage,pOptions);}},'Must not be equal to {1}.');.Grid th:hover{ background:url('Images/Controls/Grid/Hover/Header.gif') repeat-x 0px 0px}.Grid th a{ cursor:pointer}.Grid{ width:100%}.Grid tbody tr:hover{ background:url('Images/Controls/Grid/Hover/Row.gif') repeat-x 0px 0px}.Grid th.Sort-Asc a{ background:url('Images/Controls/Grid/Sorting/Asc.png') no-repeat right 50%}.Grid th.Sort-Desc a{ background:url('Images/Controls/Grid/Sorting/Desc.png') no-repeat right 50%}.Grid-Scroll{ width:100%;overflow:auto;overflow-x:hidden;overflow-y:auto}.Grid-PagingCommand{ float:left;padding-top:5px;padding-left:5px;padding-right:5px}.Grid-PagingInfo{ float:left;padding-top:10px;padding-left:20px;padding-right:20px}.Grid-PagingGoto{ float:left;padding-top:8px;padding-left:20px;padding-right:20px}.Grid-Command{ float:right;padding-top:5px;padding-left:5px;padding-right:5px} .Group-Toggle{ float:left;cursor:pointer}.Group-Label{ color:#006699;cursor:pointer}.Group-Label:hover{ text-decoration:underline}.Icon-Expansion-Left{ float:left}.Icon-Expansion-Right{ float:right}.Icon-Expansion-Collapse{ background:url('Images/Icons/Expansion/Collapse/Default.png') no-repeat;height:14px;width:14px}.Icon-Expansion-Collapse:hover{ background:url('Images/Icons/Expansion/Collapse/Hover.png') no-repeat}.Icon-Expansion-Expand{ background:url('Images/Icons/Expansion/Expand/Default.png') no-repeat;height:14px;width:14px}.Icon-Expansion-Expand:hover{ background:url('Images/Icons/Expansion/Expand/Hover.png') no-repeat}#Home-Links{ float:right;width:185px;overflow:hidden}#Home-Links li{ border-bottom:solid 1px #DCDEDD;list-style-image:none;list-style-position:outside;list-style-type:none;padding:6px 0px 6px 10px}#Home-Links li:hover{ background-color:white}#Home-Links .BottomLink{ border:none 1px}#Home-Links a{ color:#555555;display:block;text-decoration:none;height:20px}#Home-Links a:hover{ color:black}#Home-Links .Links-Text{ display:block;float:left;padding-left:10px}#Home-Links .Links-Image{ display:block;float:left;width:19px;height:19px;background-image:url('Images/Icons/Sprites/Links.png')}.Links-Activate{ background-position:0 0}.Links-Compare{ background-position:0 -19px}.Links-Events{ background-position:0 -38px}.Links-Renewal{ background-position:0 -57px}.Links-Scanner{ background-position:0 -76px}.Links-Support{ background-position:0 -95px}.Links-Trial{ background-position:0 -114px}.Links-ThreatSense{ background-position:0 -133px}.Links-Purchase{ background-position:0 -152px}.Links-Awards{ background-position:0 -171px} 
Validation.addMethod("isUrl",function(pElements,pOptions,pMessage)
{var hReturn=true;$.each($(pElements).getValue(false),function(lIndex)
{if(hReturn==true)
{hReturn=(/^(https?|ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(this));}});if(hReturn==true)
{return true;}
else
{return pMessage;}},'Must be a valid Url.');
Validation.addMethod('minLength',function(pElements,pOptions,pMessage)
{var hReturn=true;$.each($(pElements).getValue(true),function(lIndex)
{if(hReturn==true)
{hReturn=(this.length>=pOptions);}});if(hReturn==true)
{return true;}
else
{return $.format(pMessage,pOptions);}},'Must have at least {0} characters.');Validation.addMethod('maxLength',function(pElements,pOptions,pMessage)
{var hReturn=true;$.each($(pElements).getValue(true),function(lIndex)
{if(hReturn==true)
{hReturn=(this.length<=pOptions);}});if(hReturn==true)
{return true;}
else
{return $.format(pMessage,pOptions);}},'Must be no more than {0} characters.');Validation.addMethod('rangeLength',function(pElements,pOptions,pMessage)
{var hReturn=true;$.each($(pElements).getValue(true),function(lIndex)
{if(hReturn==true)
{hReturn=((this.length<=pOptions[0])||(this.length>=pOptions[1]));}});if(hReturn==true)
{return true;}
else
{return $.format(pMessage,pOptions[0],pOptions[1]);}},'Must be between {0} and {1} characters long.');.Icon-Podcast{ cursor:pointer;display:inline-block;padding-left:8px;padding-right:8px}.Podcast-iTunes{ background:url('Images/Icons/Podcast/iTunes.gif') no-repeat;width:80px;height:15px}.Podcast-Odeo{ background:url('Images/Icons/Podcast/Odeo.gif') no-repeat;width:80px;height:15px}.Podcast-PodNova{ background:url('Images/Icons/Podcast/PodNova.gif') no-repeat;width:90px;height:16px}.Podcast-Zune{ background:url('Images/Icons/Podcast/Zune.jpg') no-repeat;width:49px;height:16px}.Icon-Rss{ cursor:pointer;display:inline-block;padding-left:8px;padding-right:8px}.Rss-Google{ background:url('Images/Icons/Rss/Google.gif') no-repeat;width:104px;height:17px}.Rss-MyAol{ background:url('Images/Icons/Rss/MyAol.gif') no-repeat;width:63px;height:14px}.Rss-MyMsn{ background:url('Images/Icons/Rss/MyMsn.gif') no-repeat;width:90px;height:16px}.Rss-MyYahoo{ background:url('Images/Icons/Rss/MyYahoo.gif') no-repeat;width:91px;height:17px}
Validation.addMethod('minValue',function(pElements,pOptions,pMessage)
{var hReturn=true;$.each($(pElements).getValue(true),function(lIndex)
{if(hReturn==true)
{hReturn=(this>=pOptions);}});if(hReturn==true)
{return true;}
else
{return $.format(pMessage,pOptions);}},'Must be greater than or equal to {0}.');Validation.addMethod('maxValue',function(pElements,pOptions,pMessage)
{var hReturn=true;$.each($(pElements).getValue(true),function(lIndex)
{if(hReturn==true)
{hReturn=(this<=pOptions);}});if(hReturn==true)
{return true;}
else
{return $.format(pMessage,pOptions);}},'Must be less than or equal to {0}.');Validation.addMethod('rangeValue',function(pElements,pOptions,pMessage)
{var hReturn=true;$.each($(pElements).getValue(true),function(lIndex)
{if(hReturn==true)
{hReturn=((this<=pOptions[0])||(this>=pOptions[1]));}});if(hReturn==true)
{return true;}
else
{return $.format(pMessage,pOptions[0],pOptions[1]);}},'Must be between {0} and {1}.');Validation.addMethod('equalValue',function(pElements,pOptions,pMessage)
{var hReturn=true;$.each($(pElements).getValue(true),function(lIndex)
{if(hReturn==true)
{hReturn=(this==pOptions);}});if(hReturn==true)
{return true;}
else
{return $.format(pMessage,pOptions);}},'Must be equal to {1}.');Validation.addMethod('notEqualValue',function(pElements,pOptions,pMessage)
{var hReturn=true;$.each($(pElements).getValue(true),function(lIndex)
{if(hReturn==true)
{hReturn=(this!=pOptions);}});if(hReturn==true)
{return true;}
else
{return $.format(pMessage,pOptions);}},'Must not be equal to {1}.');