.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}
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}.');