﻿*
{
	margin:0px;
	padding:0px;
}

body
{
	font-family:Tahoma;
	font-size:12px;
	background:#f3f3f3;
	padding:5px;
}

a, a:visited
{
	text-decoration:none;
	color:#3900ff;
}

a:hover
{
	color:Maroon;
}

a:active
{
	background:#95f4ff;
}


#Container
{
	background:#f3f3f3 url('./images/bg.gif');
	width:980px;
}

#Container-Top
{
	width:980px;
	height:14px;
}

#Container-Bottom
{
	width:980px;
	height:18px;
}

#Header
{
	height:75px;
	background:url('./images/Header-Bg.jpg') no-repeat bottom;
	overflow:hidden;
}

#Header #Logo
{
	width:931px;
	height:73px;
	float:left;
	margin:0px 0px 0px 20px;
}

#Navigations
{
	background:#00b4fd url('./images/Navigation.gif');
	display:table;
	list-style-type:none;
	width:948px;
	height:31px;
	direction:rtl;
	text-align:right;
	padding:2px 5px 2px 5px;
	margin:0px 0px 7px 0px;
}

#Navigations li
{
	float:right;
	display:block;
	height:31px;
	border-left:solid 1px #02aaec;
}

#Navigations li a
{
	display:inline-block;
	height:24px;
	border-left:solid 1px #67dffe;
	padding:7px 10px 0px 10px;
	color:White;
}

#Cells-Container
{
	list-style-type:none;
	background:#f8f8f8 url('./images/CellsContainer-Top.gif') no-repeat top center;
	width:955px;
	display:table;
	padding:4px 4px 1px 0px;
}

#Cells-Container li.Cell
{
	float:right;
	background:#ffffff;
	margin:0px 0px 4px 0px;
	direction:rtl;
	text-align:right;
}

#Cells-Container li.Cell div.Inner
{
	border-right:solid 1px #eaeaea;
	border-left:solid 1px #eaeaea;
	padding:0px 5px 1px 5px;
	line-height:18px;
}

#Cells-Container li.FullBox
{
	float:right;
	background:#ffffff;
	width:951px;
}

#Cells-Container li.FullBox div.Header
{
	background:url('./images/FullBox-Header.gif') no-repeat top;
	height:9px;
}

#Cells-Container li.FullBox div.Bottom
{
	background:url('./images/FullBox-Bottom.gif') no-repeat top;
	height:8px;
}



#Cells-Container li.WidgetContainer
{
	float:right;
	background:#ffffff;
	width:206px;
}

#Cells-Container li.WidgetContainer div.Header
{
	background:url('./images/WidgetContainer-Header.gif') no-repeat top;
	height:9px;
}

#Cells-Container li.WidgetContainer div.Bottom
{
	background:url('./images/WidgetContainer-Bottom.gif') no-repeat top;
	height:8px;
}

#Cells-Container li.Content
{
	float:right;
	background:#ffffff;
	width:741px;
}

#Cells-Container li.Content div.Header
{
	background:url('./images/Content-Header.gif') no-repeat top;
	height:10px;
}

#Cells-Container li.Content div.Bottom
{
	background:url('./images/Content-Bottom.gif') no-repeat top;
	height:10px;
}

#Cells-Container li.Content div.Inner
{
	display:table;
	width:729px;
}

#Footer
{
    padding:10px 0px 0px 15px;
    text-align:left;
    direction:ltr;
    font-family:Verdana;
    font-size:9px;
    color:Gray;
}

input, textarea, select
{
    font-family:Tahoma;
    font-size:12px;
    padding:3px;
}

.Titr
{
    font-family:Tahoma;
    font-size:14px;
    font-weight:bold;
    color:#ff0090;
    padding:5px 0px 10px 0px;
    display:block;
}

.Error-ValidationForm
{
    
}

.GridView
{
    
}

.GridView th, .GridView td
{
    padding:5px;
}

.Summary
{
	width:350px;
	/*height:250px;*/
	float:right;
	padding:10px 9px 0px 0px;
}

.Summary .SummaryTop
{
	width:350px;
	height:10px;
	background:#ffffff url('./images/Summary-Top.gif');
	font-size:1px;
}

.Summary .SummaryBottom
{
	width:350px;
	height:33px;
	background:#f7f7f7 url('./images/Summary-Bottom.gif');
}

.Summary .SummaryInner
{
	width:328px;
	height:170px;
	border-left:solid 1px #e4eaea;
	border-right:solid 1px #e4eaea;
	padding:5px 10px 5px 10px;
	overflow:auto;
	background:#ffffff;
}

.Special .SummaryInner
{
	background:#ffffff url('./images/Special.gif') no-repeat top left;
}

.Summary h2.Titr
{
    font-family:Tahoma;
    font-size:13px;
    font-weight:bold;
    color:#ff0090;
    padding:0px 0px 10px 0px;
    display:block;
}

.Statics
{
    float:none;
    display:block;
    padding:6px 0px 0px 10px;
}

.Summary .Statics
{
    float:left;
    display:inline-block;
    padding:6px 0px 0px 10px;
}

.VoteLink
{
    float:right;
    display:inline-block;
    background:#fbfbfb;
    border:solid 1px #a0abce;
    margin:5px 5px 0px 0px;
    padding:5px;
    font-weight:bold;
    color:Blue;
}

.ResultLink
{
    float:right;
    display:inline-block;
    background:#4ea9d5 url('./images/Results.gif');
    /*border:solid 1px #a0abce;*/
    border:none;
    margin:3px 5px 0px 0px;
    /*padding:3px 5px 3px 5px;*/
    padding:0px;
    font-weight:bold;
    color:Blue;
    height:26px;
    width:41px;
}

.SummaryTops .VoteLink, .Summary .VoteLink
{
    float:right;
    display:inline-block;
    background:#4ea9d5 url('./images/Voting.gif');
    /*border:solid 1px #a0abce;*/
    border:none;
    margin:3px 5px 0px 0px;
    /*padding:3px 5px 3px 5px;*/
    padding:0px;
    font-weight:bold;
    color:Blue;
    height:26px;
    width:60px;
    cursor:pointer;
}

.PagingContainer
{
	width:700px;
	padding:10px;
	float:right;
}

.Detail
{
	padding:0px 5px 0px 5px;
}

.Detail .Detail-Description
{
	display:table;
	padding:2px 0px 6px 0px;
	color:Gray;
	font-style:italic;
}

.Detail-Result
{
	width:300px;
}

.Detail-Result .Detail-Result-ItemCaption
{
	font-style:italic;
	color:Gray;
}

.Detail-Result .Detail-Result-Item1, .Detail-Result .Detail-Result-Item2, .Detail-Result .Detail-Result-Item3
{
	background:blue;
	font-size:1px;
	text-align:center;
}

.Detail-Result .Detail-Result-Item2
{
	font-size:10px;
	color:White;
}

.Detail-Comments
{
	
}

.Detail-Comments .Detail-Comments-Item
{
	padding:5px;
	border:dashed 1px #eceff7;
	margin:0px 0px 5px 0px;
}

.Detail-Comments .Detail-Comments-Item-Caption
{
	float:none;
	display:block;
	font-style:italic;
	color:Gray;
	
}

.Detail-Comments .Detail-Comments-Item-ContentText
{
	float:none;
	display:block;
	padding:6px 5px 6px 5px;
	background:#f9faff;
}

.Detail-Comments .Detail-Comments-Item-Author
{
	float:none;
	display:block;
	font-size:11px;
	text-align:left;
}















.SummaryTops
{
	width:300px;
	/*height:250px;*/
	float:right;
	padding:10px 9px 0px 0px;
}

.SummaryTops .SummaryTop
{
	width:300px;
	height:10px;
	background:#ffffff url('./images/tops/Summary-Top.gif');
	font-size:1px;
}

.SummaryTops .SummaryBottom
{
	width:300px;
	height:33px;
	background:#f7f7f7 url('./images/tops/Summary-Bottom.gif');
}

.SummaryTops .SummaryBottom .Statics
{
    float:left;
    display:inline-block;
    padding:6px 0px 0px 10px;
}

.SummaryTops .SummaryInner
{
	width:278px;
	height:170px;
	border-left:solid 1px #e4eaea;
	border-right:solid 1px #e4eaea;
	padding:5px 10px 5px 10px;
	overflow:auto;
	background:#ffffff url('./images/Special.gif') no-repeat top left;
}








.tabs
{
    list-style-type:none;
    padding:5px 10px 0px 10px;
}

.tabs li
{
    float:right;
}

.tabs li a
{
    display:block;
    text-align:center;
    width:79px;
    height:31px;
    background:#e00c00;
    font-size:1px;
}

.tabs li a.eghtesadi
{
    width:80px;
    background-image:url('./images/tabs/eghtesadi.gif');
}

.tabs li a.ejtemaee
{
    background-image:url('./images/tabs/ejtema-ee.gif');
}

.tabs li a.siasi
{
    background-image:url('./images/tabs/siasi.gif');
}

.tabs li a.varzeshi
{
    background-image:url('./images/tabs/varzeshi.gif');
}

.tabs li a.goonagoon
{
    background-image:url('./images/tabs/other.gif');
}

.tabs li a.jadidtarinha
{
    width:80px;
    background:#fcd147;
    background-image:url('./images/tabs/newests.gif');
}

.tabs li a.mahboobtarinha
{
    width:79px;
    background:#fcd147;
    background-image:url('./images/tabs/populars.gif');
}
















